Skip to content

Commit c18f4b8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require (
1414
github.com/prometheus/client_golang v1.22.0
1515
google.golang.org/grpc v1.73.0
1616
gopkg.in/yaml.v2 v2.4.0
17+
gopkg.in/yaml.v3 v3.0.1
1718
k8s.io/api v0.33.2
1819
k8s.io/apimachinery v0.33.2
1920
k8s.io/cli-runtime v0.33.2
@@ -100,7 +101,6 @@ require (
100101
google.golang.org/protobuf v1.36.6 // indirect
101102
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
102103
gopkg.in/inf.v0 v0.9.1 // indirect
103-
gopkg.in/yaml.v3 v3.0.1 // indirect
104104
k8s.io/apiextensions-apiserver v0.33.0 // indirect
105105
k8s.io/component-base v0.33.2 // indirect
106106
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)