Skip to content

Commit

Permalink
fix(deps): update module gopkg.in/yaml.v2 to v3
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 |
| go         | gopkg.in/yaml.v2 | v2.2.8 | v3.0.1 |
  • Loading branch information
renovate[bot] committed Feb 26, 2024
1 parent a706c11 commit ccb34bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-sam/app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
golang.org/x/sys v0.17.0 // indirect
)

replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v2 v3.0.1

module app

Expand Down
2 changes: 1 addition & 1 deletion hexagonal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gofiber/fiber/v2 v2.52.1
github.com/pkg/errors v0.9.1
go.mongodb.org/mongo-driver v1.14.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)

Expand Down

0 comments on commit ccb34bf

Please sign in to comment.