diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-27 11:02:06 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-09-27 14:03:14 +0200 |
commit | 12c9ce34bb34247d5d750fcf79737308bd270e9d (patch) | |
tree | ec3de1b4ca9958aec33cda8561777255264c1279 /go.mod | |
parent | 47b055589cc8fdb575cb2ee779168aa1ce84e35d (diff) | |
download | hugo-12c9ce34bb34247d5d750fcf79737308bd270e9d.tar.gz hugo-12c9ce34bb34247d5d750fcf79737308bd270e9d.zip |
build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.19.0 to 0.21.0.
- [Commits](https://github.com/golang/mod/compare/v0.19.0...v0.21.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
@@ -76,7 +76,7 @@ require ( gocloud.dev v0.39.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/image v0.20.0 - golang.org/x/mod v0.19.0 + golang.org/x/mod v0.21.0 golang.org/x/net v0.29.0 golang.org/x/sync v0.8.0 golang.org/x/text v0.18.0 |