diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-03-19 15:22:46 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-19 15:22:46 +1100 |
| commit | 298d56dea358c48657c37aa06c067fc9c1d251e4 (patch) | |
| tree | 9919ce7c429baa36e281a7b4374aab1133c3247d /internal/authentication/ldap_user_provider_test.go | |
| parent | 3666343be8660a883be7159b0daea416fd0ef2f2 (diff) | |
[DEPS] Fix gopkg.in/ldap.v3 import for dependabot (#726)
Diffstat (limited to 'internal/authentication/ldap_user_provider_test.go')
| -rw-r--r-- | internal/authentication/ldap_user_provider_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/ldap_user_provider_test.go b/internal/authentication/ldap_user_provider_test.go index 720c54085..75dd4bc57 100644 --- a/internal/authentication/ldap_user_provider_test.go +++ b/internal/authentication/ldap_user_provider_test.go @@ -4,10 +4,10 @@ import ( "testing" "github.com/authelia/authelia/internal/configuration/schema" + "github.com/go-ldap/ldap/v3" gomock "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gopkg.in/ldap.v3" ) func TestShouldCreateRawConnectionWhenSchemeIsLDAP(t *testing.T) { |
