Skip to content

Commit

Permalink
Merge pull request #790 from projectsveltos/renovate/gopkg.in-yaml.v2…
Browse files Browse the repository at this point in the history
…-3.x

fix(deps): update module gopkg.in/yaml.v2 to v3
  • Loading branch information
gianlucam76 authored Nov 4, 2024
2 parents 1e7e436 + e4ad9d3 commit 53d8fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ require (
github.com/yuin/gopher-lua v1.1.1
golang.org/x/text v0.19.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
k8s.io/api v0.31.2
k8s.io/apiextensions-apiserver v0.31.2
Expand Down Expand Up @@ -178,7 +179,6 @@ require (
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.31.2 // indirect
k8s.io/cluster-bootstrap v0.31.1 // indirect
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
Expand Down

0 comments on commit 53d8fd7

Please sign in to comment.