Skip to content

Commit 1f4af4e

Browse files
authored
Merge pull request #489 from pact-foundation/renovate/gopkg.in-yaml.v2-3.x
fix(deps): update module gopkg.in/yaml.v2 to v3
2 parents 61f9e2a + 3cf9795 commit 1f4af4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
google.golang.org/grpc v1.67.3
1414
google.golang.org/protobuf v1.36.3
1515
gopkg.in/yaml.v2 v2.4.0
16+
gopkg.in/yaml.v3 v3.0.1
1617
)
1718

1819
require (
@@ -28,5 +29,4 @@ require (
2829
golang.org/x/text v0.21.0 // indirect
2930
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
3031
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
31-
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
)

0 commit comments

Comments
 (0)