Merge pull request #1030 from prometheus-community/dependabot/go_modules/gopkg.in/yaml.v3-3.0.1

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1
This commit is contained in:
Ben Reedy
2022-07-27 19:51:10 +10:00
committed by GitHub
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
)