Skip to content

Commit

Permalink
Merge pull request #47 from Jmainguy/renovate/gopkg.in-yaml.v2-3.x
Browse files Browse the repository at this point in the history
fix(deps): update module gopkg.in/yaml.v2 to v3
  • Loading branch information
Jmainguy authored Mar 24, 2024
2 parents 1959491 + b818d2e commit 655418b
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 @@ -7,6 +7,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.18.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -17,5 +18,4 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 655418b

Please sign in to comment.