We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4200f76 commit 4bc16c5Copy full SHA for 4bc16c5
go.mod
@@ -9,13 +9,13 @@ require (
9
10
require (
11
github.com/fsnotify/fsnotify v1.9.0 // indirect
12
- github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
+ github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
13
github.com/knadh/koanf/maps v0.1.2 // indirect
14
github.com/knadh/koanf/parsers/yaml v1.1.0
15
github.com/knadh/koanf/providers/confmap v1.0.0
16
github.com/knadh/koanf/providers/env/v2 v2.0.0
17
github.com/knadh/koanf/providers/file v1.2.0
18
- github.com/knadh/koanf/v2 v2.2.2
+ github.com/knadh/koanf/v2 v2.3.0
19
github.com/mitchellh/copystructure v1.2.0 // indirect
20
github.com/mitchellh/reflectwalk v1.0.2 // indirect
21
go.uber.org/multierr v1.11.0 // indirect
0 commit comments