Skip to content

Commit faebcdf

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent 2c98400 commit faebcdf

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
@@ -11,6 +11,7 @@ require (
1111
github.com/google/go-github/v74 v74.0.0
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v2 v2.4.0
14+
gopkg.in/yaml.v3 v3.0.1
1415
k8s.io/api v0.34.1
1516
k8s.io/apimachinery v0.34.1
1617
k8s.io/client-go v0.34.1
@@ -76,7 +77,6 @@ require (
7677
google.golang.org/protobuf v1.36.5 // indirect
7778
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7879
gopkg.in/inf.v0 v0.9.1 // indirect
79-
gopkg.in/yaml.v3 v3.0.1 // indirect
8080
k8s.io/apiextensions-apiserver v0.34.0 // indirect
8181
k8s.io/component-base v0.34.0 // indirect
8282
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)