Skip to content

Commit f0e5368

Browse files
fix(deps): update module github.com/knadh/koanf/v2 to v2.3.0
1 parent 3711ca9 commit f0e5368

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

cmd/builder/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/knadh/koanf/providers/env/v2 v2.0.0
1111
github.com/knadh/koanf/providers/file v1.2.0
1212
github.com/knadh/koanf/providers/fs v1.0.0
13-
github.com/knadh/koanf/v2 v2.2.2
13+
github.com/knadh/koanf/v2 v2.3.0
1414
github.com/spf13/cobra v1.9.1
1515
github.com/spf13/pflag v1.0.7
1616
github.com/stretchr/testify v1.10.0
@@ -23,7 +23,7 @@ require (
2323
require (
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/fsnotify/fsnotify v1.9.0 // indirect
26-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
26+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2727
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2828
github.com/knadh/koanf/maps v0.1.2 // indirect
2929
github.com/kr/pretty v0.3.1 // indirect

cmd/builder/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confmap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gobwas/glob v0.2.3
88
github.com/knadh/koanf/maps v0.1.2
99
github.com/knadh/koanf/providers/confmap v1.0.0
10-
github.com/knadh/koanf/v2 v2.2.2
10+
github.com/knadh/koanf/v2 v2.3.0
1111
github.com/stretchr/testify v1.10.0
1212
go.opentelemetry.io/collector/featuregate v1.37.0
1313
go.uber.org/goleak v1.3.0

confmap/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)