Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1

Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-23 04:38:18 +00:00
committed by Patrice Ferlet
parent 16196aae34
commit eca5154d75
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -12,5 +12,5 @@ require (
golang.org/x/mod v0.5.1
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0
gopkg.in/yaml.v3 v3.0.1
)