Skip to content

Commit 4bc16c5

Browse files
committed
update dependencies
1 parent 4200f76 commit 4bc16c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99

1010
require (
1111
github.com/fsnotify/fsnotify v1.9.0 // indirect
12-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
12+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
1313
github.com/knadh/koanf/maps v0.1.2 // indirect
1414
github.com/knadh/koanf/parsers/yaml v1.1.0
1515
github.com/knadh/koanf/providers/confmap v1.0.0
1616
github.com/knadh/koanf/providers/env/v2 v2.0.0
1717
github.com/knadh/koanf/providers/file v1.2.0
18-
github.com/knadh/koanf/v2 v2.2.2
18+
github.com/knadh/koanf/v2 v2.3.0
1919
github.com/mitchellh/copystructure v1.2.0 // indirect
2020
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2121
go.uber.org/multierr v1.11.0 // indirect

0 commit comments

Comments
 (0)