diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-06 21:59:29 +1100 |
|---|---|---|
| committer | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-06 21:14:35 +1000 |
| commit | 9dbf0ecaabc9a95d927e73d99cbe8bbcfbbb8d7b (patch) | |
| tree | 7ffd09a6654241fab8a2265a58f760be7ad020d0 /internal/configuration/decode_hooks.go | |
| parent | 841fe8f2280fa08dca1434021366a7a88ac52f03 (diff) | |
build: fix
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/configuration/decode_hooks.go')
| -rw-r--r-- | internal/configuration/decode_hooks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/decode_hooks.go b/internal/configuration/decode_hooks.go index 745e27d9d..be7517d13 100644 --- a/internal/configuration/decode_hooks.go +++ b/internal/configuration/decode_hooks.go @@ -15,7 +15,7 @@ import ( "time" "github.com/go-crypt/crypt/algorithm/plaintext" - "github.com/mitchellh/mapstructure" + "github.com/go-viper/mapstructure/v2" "github.com/authelia/authelia/v4/internal/configuration/schema" "github.com/authelia/authelia/v4/internal/utils" |
