diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-19 11:49:08 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 11:49:08 +1100 |
| commit | eab09efc0c47f072f7a4eecb4b855196c14f64ef (patch) | |
| tree | af6f333b86f7205490ec9f8f7334d67508022d30 /internal/configuration/types.go | |
| parent | ab01fa6bca092162650836c157c1852dbfb44784 (diff) | |
build(deps): update module github.com/knadh/koanf to v2 (#4952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/configuration/types.go')
| -rw-r--r-- | internal/configuration/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/types.go b/internal/configuration/types.go index ac5895f90..7a3b1822c 100644 --- a/internal/configuration/types.go +++ b/internal/configuration/types.go @@ -1,7 +1,7 @@ package configuration import ( - "github.com/knadh/koanf" + "github.com/knadh/koanf/v2" "github.com/spf13/pflag" "github.com/authelia/authelia/v4/internal/configuration/schema" |
