summaryrefslogtreecommitdiff
path: root/internal/configuration/helpers.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2021-08-11 11:04:35 +1000
committerAmir Zarrinkafsh <nightah@me.com>2021-08-11 11:16:46 +1000
commitb4e570358e8958f65a10ad2e6a2102926795b6fc (patch)
treecf54359e5dc9beadb16e2d91e7da3e7d287b0dc9 /internal/configuration/helpers.go
parent9c024cfa20ea2da45d458c950f50dd2635df56a2 (diff)
fix: include major in go.mod module directive (#2278)
* build: include major in go.mod module directive * fix: xflags * revert: cobra changes * fix: mock doc
Diffstat (limited to 'internal/configuration/helpers.go')
-rw-r--r--internal/configuration/helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/helpers.go b/internal/configuration/helpers.go
index 6301e4ddf..43a54e179 100644
--- a/internal/configuration/helpers.go
+++ b/internal/configuration/helpers.go
@@ -4,7 +4,7 @@ import (
"io/ioutil"
"strings"
- "github.com/authelia/authelia/internal/utils"
+ "github.com/authelia/authelia/v4/internal/utils"
)
func getEnvConfigMap(keys []string, prefix, delimiter string) (keyMap map[string]string, ignoredKeys []string) {