Merge pull request #77 from actions/dependabot/go_modules/gopkg.in/yaml.v3-3.0.0

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
This commit is contained in:
Shawn Hartsell
2024-01-16 16:36:50 -06:00
committed by GitHub
12 changed files with 282 additions and 112 deletions

2
go.mod
View File

@@ -37,5 +37,5 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)