Skip to content

Commit f5af8b9

Browse files
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.2.1...v2.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] <support@github.com>
1 parent cf246c9 commit f5af8b9

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
@@ -12,6 +12,7 @@ go 1.24.4
1212

1313
require (
1414
github.com/distribution/reference v0.6.0
15+
github.com/fsnotify/fsnotify v1.8.0
1516
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
1617
github.com/go-logr/logr v1.4.3
1718
github.com/go-test/deep v1.1.1
@@ -45,14 +46,13 @@ require (
4546
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
4647
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4748
github.com/felixge/httpsnoop v1.0.4 // indirect
48-
github.com/fsnotify/fsnotify v1.8.0 // indirect
4949
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
5050
github.com/go-logr/stdr v1.2.2 // indirect
5151
github.com/go-logr/zapr v1.3.0 // indirect
5252
github.com/go-openapi/jsonpointer v0.21.1 // indirect
5353
github.com/go-openapi/jsonreference v0.21.0 // indirect
5454
github.com/go-openapi/swag v0.23.1 // indirect
55-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
55+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5656
github.com/gogo/protobuf v1.3.2 // indirect
5757
github.com/google/btree v1.1.3 // indirect
5858
github.com/google/cel-go v0.24.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
5252
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
5353
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
5454
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
55-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
56-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
55+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
56+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
5757
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
5858
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
5959
github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 commit comments

Comments
 (0)