Skip to content

Commit

Permalink
Update module gopkg.in/yaml.v2 to v3 (#1379)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 06fda7a commit 999f27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/giantswarm/microerror v0.4.1
github.com/giantswarm/release-operator/v4 v4.2.0
github.com/giantswarm/versionbundle v1.1.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/kustomize/kustomize/v5 v5.4.3
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -51,7 +51,7 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/apimachinery v0.28.4 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
k8s.io/kube-openapi v0.0.0-20231129212854-f0671cc7e66a // indirect
Expand Down
2 changes: 1 addition & 1 deletion renovate.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

"github.com/giantswarm/release-operator/v4/api/v1alpha1"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

type Release struct {
Expand Down

0 comments on commit 999f27c

Please sign in to comment.