Skip to content

Commit 9b58876

Browse files
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
--- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b2e7ed commit 9b58876

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require (
3939
github.com/shirou/gopsutil v3.21.11+incompatible
4040
github.com/spf13/afero v1.12.0
4141
github.com/spf13/cobra v1.9.1
42+
github.com/spf13/pflag v1.0.6
4243
github.com/spf13/viper v1.20.0
4344
github.com/stretchr/testify v1.10.0
4445
go.uber.org/mock v0.5.0
@@ -128,7 +129,7 @@ require (
128129
github.com/go-openapi/swag v0.22.3 // indirect
129130
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
130131
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
131-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
132+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
132133
github.com/gogo/protobuf v1.3.2 // indirect
133134
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
134135
github.com/golang/mock v1.6.0 // indirect
@@ -200,7 +201,6 @@ require (
200201
github.com/skeema/knownhosts v1.3.0 // indirect
201202
github.com/sourcegraph/conc v0.3.0 // indirect
202203
github.com/spf13/cast v1.7.1 // indirect
203-
github.com/spf13/pflag v1.0.6 // indirect
204204
github.com/status-im/keycard-go v0.2.0 // indirect
205205
github.com/stretchr/objx v0.5.2 // indirect
206206
github.com/subosito/gotenv v1.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
371371
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
372372
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
373373
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
374-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
375-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
374+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
375+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
376376
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo=
377377
github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw=
378378
github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM=

0 commit comments

Comments
 (0)