chore(deps): update module gopkg.in/ldap.v2 to v3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
af436c6ae5
commit
d5ddf27952
3 changed files with 9 additions and 12 deletions
2
go.mod
2
go.mod
|
|
@ -4,6 +4,7 @@ go 1.16
|
|||
|
||||
require (
|
||||
github.com/coreos/go-oidc/v3 v3.1.0
|
||||
github.com/go-ldap/ldap/v3 v3.4.1
|
||||
github.com/go-ping/ping v0.0.0-20211014180314-6e2b003bffdd
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.2
|
||||
|
|
@ -12,5 +13,4 @@ require (
|
|||
github.com/miekg/dns v1.1.43
|
||||
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
|
||||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
||||
gopkg.in/ldap.v2 v2.5.1
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue