Skip to content

Commit

Permalink
Update module gopkg.in/yaml.v2 to v3 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <[email protected]>
Co-authored-by: gitworkflows <[email protected]>
  • Loading branch information
renovate-bot and gitworkflows authored May 13, 2024
1 parent efd1cfd commit 249c3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ require (
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/postgres v1.5.7
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.5.6
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
Expand Down Expand Up @@ -85,7 +86,6 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.29.1 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
Expand Down

0 comments on commit 249c3ba

Please sign in to comment.