summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-04-09 17:13:19 +1000
committerGitHub <noreply@github.com>2022-04-09 17:13:19 +1000
commit5a0a15f3777df952445e95bef1e6e12265b2829b (patch)
treeea016d329a55bf022728608738815632b156b4c1 /internal/authentication/file_user_provider.go
parente7112bfbd640b1fc45b36f6296faac7d475bc119 (diff)
feat(commands): user opaque identifiers commands (#3144)
Add commands for handling user opaque identifiers.
Diffstat (limited to 'internal/authentication/file_user_provider.go')
-rw-r--r--internal/authentication/file_user_provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider.go b/internal/authentication/file_user_provider.go
index b70fb53db..c4ea7af4e 100644
--- a/internal/authentication/file_user_provider.go
+++ b/internal/authentication/file_user_provider.go
@@ -8,7 +8,7 @@ import (
"sync"
"github.com/asaskevich/govalidator"
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
"github.com/authelia/authelia/v4/internal/configuration/schema"
"github.com/authelia/authelia/v4/internal/logging"