remove useless dep
This commit is contained in:
parent
3c0434ee1f
commit
eba6749ada
1
go.mod
1
go.mod
|
@ -5,5 +5,4 @@ require (
|
||||||
github.com/onsi/gomega v1.5.0 // indirect
|
github.com/onsi/gomega v1.5.0 // indirect
|
||||||
github.com/pyke369/golang-support v0.0.0-20190703174728-34ca97aa79e9
|
github.com/pyke369/golang-support v0.0.0-20190703174728-34ca97aa79e9
|
||||||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
||||||
gopkg.in/ldap.v2 v2.5.1
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue