Skip to content

Commit

Permalink
🌱 Update Golang Dependencies group to v3.0.1
Browse files Browse the repository at this point in the history
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| go         | gopkg.in/yaml.v2 | v2.4.0 | v3.0.1 |
  • Loading branch information
cluster-stack-bot[bot] authored and kranurag7 committed Jun 21, 2024
1 parent c3f7b09 commit 2699867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/cluster-bootstrap v0.29.3 // indirect
)

Expand Down Expand Up @@ -94,7 +95,6 @@ require (
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apiextensions-apiserver v0.29.3
k8s.io/apiserver v0.29.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/clusteraddon_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/SovereignCloudStack/cluster-stack-operator/pkg/release"
"github.com/SovereignCloudStack/cluster-stack-operator/pkg/workloadcluster"
sprig "github.com/go-task/slim-sprig"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/types"
Expand Down

0 comments on commit 2699867

Please sign in to comment.