File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2829require (
@@ -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
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptd
6464github.com/go-resty/resty/v2 v2.16.5 /go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA =
6565github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI =
6666github.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 =
6969github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
7070github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
7171github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
You can’t perform that action at this time.
0 commit comments