Skip to content

Commit f5154a1

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 49761f7 commit f5154a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/rax/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ require (
1515
github.com/onsi/gomega v1.36.1
1616
golang.org/x/oauth2 v0.27.0
1717
gopkg.in/yaml.v2 v2.4.0
18+
gopkg.in/yaml.v3 v3.0.1
1819
k8s.io/api v0.32.1
1920
k8s.io/apimachinery v0.32.1
2021
k8s.io/client-go v0.32.1
@@ -112,7 +113,6 @@ require (
112113
gopkg.in/inf.v0 v0.9.1 // indirect
113114
gopkg.in/validator.v2 v2.0.1 // indirect
114115
gopkg.in/warnings.v0 v0.1.2 // indirect
115-
gopkg.in/yaml.v3 v3.0.1 // indirect
116116
k8s.io/apiextensions-apiserver v0.32.1 // indirect
117117
k8s.io/apiserver v0.32.1 // indirect
118118
k8s.io/component-base v0.32.1 // indirect

0 commit comments

Comments
 (0)