Bump golang.org/x/mod from 0.5.1 to 0.10.0

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.5.1 to 0.10.0.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.5.1...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-04 22:15:51 +00:00
committed by GitHub
parent 982917c25b
commit 24ef6fd42d
2 changed files with 12 additions and 7 deletions

3
go.mod
View File

@@ -9,8 +9,7 @@ require (
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/cobra v1.5.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/mod v0.5.1
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/mod v0.10.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1
)