diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-14 08:43:25 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-10-14 14:53:06 +0200 |
commit | db653a848529ddd51045502e073d3fcbaa174173 (patch) | |
tree | 6bf59f0d405cb02dac4ada8ecc9022413931c10e /go.mod | |
parent | 05bbd2c51549bb0d229347861829b8285f7065e2 (diff) | |
download | hugo-db653a848529ddd51045502e073d3fcbaa174173.tar.gz hugo-db653a848529ddd51045502e073d3fcbaa174173.zip |
build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/image/compare/v0.20.0...v0.21.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
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
@@ -75,7 +75,7 @@ require ( go.uber.org/automaxprocs v1.5.3 gocloud.dev v0.39.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 - golang.org/x/image v0.20.0 + golang.org/x/image v0.21.0 golang.org/x/mod v0.21.0 golang.org/x/net v0.30.0 golang.org/x/sync v0.8.0 |