feat: Support multiple configuration files (#396)
* Revert "Revert "feat: Support multiple configuration files" (#395)"
This reverts commit 87740e74a6
.
* feat: Properly implement support for config directory
This commit is contained in:
9
vendor/modules.txt
vendored
9
vendor/modules.txt
vendored
@ -1,3 +1,6 @@
|
||||
# github.com/TwiN/deepmerge v0.1.0
|
||||
## explicit; go 1.19
|
||||
github.com/TwiN/deepmerge
|
||||
# github.com/TwiN/g8 v1.4.0
|
||||
## explicit; go 1.19
|
||||
github.com/TwiN/g8
|
||||
@ -210,9 +213,9 @@ gopkg.in/mail.v2
|
||||
gopkg.in/square/go-jose.v2
|
||||
gopkg.in/square/go-jose.v2/cipher
|
||||
gopkg.in/square/go-jose.v2/json
|
||||
# gopkg.in/yaml.v2 v2.4.0
|
||||
## explicit; go 1.15
|
||||
gopkg.in/yaml.v2
|
||||
# gopkg.in/yaml.v3 v3.0.1
|
||||
## explicit
|
||||
gopkg.in/yaml.v3
|
||||
# lukechampine.com/uint128 v1.2.0
|
||||
## explicit; go 1.12
|
||||
lukechampine.com/uint128
|
||||
|
Reference in New Issue
Block a user