diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2022-04-09 17:13:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 17:13:19 +1000 |
| commit | 5a0a15f3777df952445e95bef1e6e12265b2829b (patch) | |
| tree | ea016d329a55bf022728608738815632b156b4c1 /internal/authentication/file_user_provider.go | |
| parent | e7112bfbd640b1fc45b36f6296faac7d475bc119 (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.go | 2 |
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" |
