dep: update github.com/go-ldap/ldap to v3 (#6763)

Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
Simone Cattaneo
2022-02-26 11:43:51 +01:00
committed by GitHub
parent 8442d8530a
commit 6d77712b1b
4 changed files with 12 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import (
"fmt"
"strings"
"gopkg.in/ldap.v2"
ldap "github.com/go-ldap/ldap/v3"
log "unknwon.dev/clog/v2"
)