chore(deps): 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-07-25 11:25:10 +00:00
committed by GitHub
parent b2ed5f61b4
commit 8fe8e85559
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -16,5 +16,5 @@ require (
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.0
gopkg.in/yaml.v3 v3.0.1
)