Skip to content

Commit 306551c

Browse files
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src (#249)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85070f4 commit 306551c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ require (
2323
k8s.io/api v0.30.7
2424
k8s.io/apimachinery v0.30.7
2525
k8s.io/client-go v0.30.7
26+
sigs.k8s.io/yaml v1.3.0
2627
)
2728

2829
require (
@@ -45,7 +46,7 @@ require (
4546
github.com/go-playground/locales v0.14.1 // indirect
4647
github.com/go-playground/universal-translator v0.18.1 // indirect
4748
github.com/go-playground/validator/v10 v10.27.0 // indirect
48-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
49+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
4950
github.com/gogo/protobuf v1.3.2 // indirect
5051
github.com/golang/protobuf v1.5.4 // indirect
5152
github.com/google/gnostic-models v0.6.8 // indirect
@@ -105,7 +106,6 @@ require (
105106
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
106107
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
107108
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
108-
sigs.k8s.io/yaml v1.3.0 // indirect
109109
)
110110

111111
//replace github.com/opslevel/opslevel-go/v2024 => ./submodules/opslevel-go

src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptd
6464
github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA=
6565
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
6666
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
67-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
68-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
67+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
68+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
6969
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
7070
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
7171
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=

0 commit comments

Comments
 (0)