Skip to content

Commit a56af1b

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3 (#596)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49a2b6e commit a56af1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/prometheus/client_golang v1.20.5
1414
google.golang.org/grpc v1.69.0
1515
gopkg.in/yaml.v2 v2.4.0
16+
gopkg.in/yaml.v3 v3.0.1
1617
k8s.io/api v0.29.3
1718
k8s.io/apimachinery v0.29.3
1819
k8s.io/cli-runtime v0.29.3
@@ -98,7 +99,6 @@ require (
9899
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
99100
google.golang.org/protobuf v1.36.1 // indirect
100101
gopkg.in/inf.v0 v0.9.1 // indirect
101-
gopkg.in/yaml.v3 v3.0.1 // indirect
102102
k8s.io/apiextensions-apiserver v0.27.2 // indirect
103103
k8s.io/component-base v0.29.3 // indirect
104104
k8s.io/klog/v2 v2.110.1 // indirect

0 commit comments

Comments
 (0)