Update module gopkg.in/ldap.v2 to v3

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

View File

@@ -6,7 +6,7 @@ import (
"log"
"net/http"
"gopkg.in/ldap.v2"
"github.com/go-ldap/ldap/v3"
)
func login(login string, password string) ([]*ldap.EntryAttribute, error) {