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

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.9.0...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 20:15:19 +00:00
committed by GitHub
parent 329d7703a0
commit 478893b331
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.20
require (
github.com/gorilla/mux v1.8.0
golang.org/x/mod v0.9.0
golang.org/x/mod v0.10.0
gopkg.in/yaml.v2 v2.4.0
)