Update module gopkg.in/ldap.v2 to v3
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2021-08-03 10:12:24 +00:00 committed by Pierre-Olivier Mercier
commit 9a7e8be351
4 changed files with 17 additions and 7 deletions

2
go.mod
View file

@ -7,5 +7,5 @@ require (
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ldap.v2 v2.5.1
github.com/go-ldap/ldap/v3 v3.3.0
)