diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-05 08:59:02 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-04-05 17:44:24 +0200 |
commit | 02d5ec14f3fea20fa05aa2f0c2b9698620633edc (patch) | |
tree | 57c87491f0dab89ced6c802f66291b6f3779bc48 /go.mod | |
parent | 26640525a313ef284c26866e5138b7189e841a22 (diff) | |
download | hugo-02d5ec14f3fea20fa05aa2f0c2b9698620633edc.tar.gz hugo-02d5ec14f3fea20fa05aa2f0c2b9698620633edc.zip |
bump golang.org/x/mod from 0.16.0 to 0.17.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/mod/compare/v0.16.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ require ( gocloud.dev v0.36.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/image v0.15.0 - golang.org/x/mod v0.16.0 + golang.org/x/mod v0.17.0 golang.org/x/net v0.23.0 golang.org/x/sync v0.6.0 golang.org/x/text v0.14.0 |