Skip to content

Commit

Permalink
Update module gopkg.in/yaml.v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Feb 13, 2023
1 parent 4cb137e commit 2367497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ require (
sigs.k8s.io/controller-runtime v0.14.2
)

require gopkg.in/yaml.v3 v3.0.1 // indirect

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand Down Expand Up @@ -66,7 +68,6 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.26.1 // indirect; indirect // indirect
k8s.io/component-base v0.26.1 // indirect; indirect // indirect
k8s.io/klog/v2 v2.80.1 // indirect
Expand Down

0 comments on commit 2367497

Please sign in to comment.