chore(deps): update module gopkg.in/ldap.v2 to v3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2021-11-14 10:02:44 +00:00 committed by Pierre-Olivier Mercier
commit d5ddf27952
3 changed files with 9 additions and 12 deletions

View file

@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"gopkg.in/ldap.v2"
"github.com/go-ldap/ldap/v3"
)
type LDAPAuth struct {