File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
docs/reference/third-party-dependencies Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8795,11 +8795,11 @@ THE SOFTWARE.
8795
8795
8796
8796
--------------------------------------------------------------------------------
8797
8797
Module : github.com/go-viper/mapstructure/v2
8798
- Version : v2.3 .0
8799
- Time : 2025-06-16T14:11:24Z
8798
+ Version : v2.4 .0
8799
+ Time : 2025-07-15T08:59:08Z
8800
8800
Licence : MIT
8801
8801
8802
- Contents of probable licence file $GOMODCACHE/github.com/go-viper/mapstructure/v2@v2.3 .0/LICENSE:
8802
+ Contents of probable licence file $GOMODCACHE/github.com/go-viper/mapstructure/v2@v2.4 .0/LICENSE:
8803
8803
8804
8804
The MIT License (MIT)
8805
8805
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ This page lists the third-party dependencies used to build {{eck}} from the main
96
96
| [ github.com/go-openapi/jsonreference] ( https://github.com/go-openapi/jsonreference ) | v0.21.0 | Apache-2.0 |
97
97
| [ github.com/go-openapi/swag] ( https://github.com/go-openapi/swag ) | v0.23.0 | Apache-2.0 |
98
98
| [ github.com/go-task/slim-sprig/v3] ( https://github.com/go-task/slim-sprig ) | v3.0.0 | MIT |
99
- | [ github.com/go-viper/mapstructure/v2] ( https://github.com/go-viper/mapstructure ) | v2.3 .0 | MIT |
99
+ | [ github.com/go-viper/mapstructure/v2] ( https://github.com/go-viper/mapstructure ) | v2.4 .0 | MIT |
100
100
| [ github.com/goccy/go-yaml] ( https://github.com/goccy/go-yaml ) | v1.18.0 | MIT |
101
101
| [ github.com/gogo/protobuf] ( https://github.com/gogo/protobuf ) | v1.3.2 | BSD-3-Clause |
102
102
| [ github.com/golang/protobuf] ( https://github.com/golang/protobuf ) | v1.5.4 | BSD-3-Clause |
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ require (
77
77
github.com/go-openapi/jsonpointer v0.21.0 // indirect
78
78
github.com/go-openapi/jsonreference v0.21.0 // indirect
79
79
github.com/go-openapi/swag v0.23.0 // indirect
80
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
80
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
81
81
github.com/goccy/go-yaml v1.18.0 // indirect
82
82
github.com/gogo/protobuf v1.3.2 // indirect
83
83
github.com/google/btree v1.1.3 // indirect
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
88
88
github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
89
89
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U =
90
90
github.com/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
91
- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
92
- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
91
+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
92
+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
93
93
github.com/gobuffalo/flect v1.0.3 h1:xeWBM2nui+qnVvNM4S3foBhCAL2XgPU+a7FdpelbTq4 =
94
94
github.com/gobuffalo/flect v1.0.3 /go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs =
95
95
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
github.com/docker/cli v28.2.2+incompatible // indirect
26
26
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
27
27
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
28
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
28
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
29
29
github.com/otiai10/mint v1.6.3 // indirect
30
30
github.com/pjbgf/sha1cd v0.3.2 // indirect
31
31
github.com/sagikazarmark/locafero v0.7.0 // indirect
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
66
66
github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
67
67
github.com/go-test/deep v1.0.2 h1:onZX1rnHT3Wv6cqNgYyFOOlgVKJrksuCMCRvJStbMYw =
68
68
github.com/go-test/deep v1.0.2 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
69
- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
70
- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
69
+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
70
+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
71
71
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
72
72
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
73
73
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
You can’t perform that action at this time.
0 commit comments