internal: bump api client to v3

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-03-03 10:40:07 +01:00
parent 257ac04be4
commit 62a939b91d
37 changed files with 47 additions and 37 deletions

View File

@ -4,7 +4,7 @@ import (
goldap "github.com/go-ldap/ldap/v3"
ber "github.com/nmcclain/asn1-ber"
"github.com/nmcclain/ldap"
"goauthentik.io/api"
"goauthentik.io/api/v3"
"goauthentik.io/internal/outpost/ldap/constants"
)