diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-07 08:46:06 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-07 20:44:21 +0100 |
commit | 301bafabe0665093ef729cf28af18d4f9ce5bea1 (patch) | |
tree | 954cb7de9214bdfea0480c327849aedb3a607173 /go.mod | |
parent | 9571246bccd2de37e84729d62c1e1dad1eec3ff1 (diff) | |
download | hugo-301bafabe0665093ef729cf28af18d4f9ce5bea1.tar.gz hugo-301bafabe0665093ef729cf28af18d4f9ce5bea1.zip |
build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.15.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
@@ -71,7 +71,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.14.0 + golang.org/x/mod v0.15.0 golang.org/x/net v0.20.0 golang.org/x/sync v0.6.0 golang.org/x/text v0.14.0 |