diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-11 08:27:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-11 08:27:01 +0000 |
commit | f7e37c91bee15928e8e8dc98176d5545e5cd5268 (patch) | |
tree | 81f6a4493bacead36f08b9d63a322026025207f5 /go.mod | |
parent | 5ab38de36387062a8ca6c1d18c6a773fa248519c (diff) | |
download | hugo-f7e37c91bee15928e8e8dc98176d5545e5cd5268.tar.gz hugo-f7e37c91bee15928e8e8dc98176d5545e5cd5268.zip |
build(deps): bump golang.org/x/image from 0.22.0 to 0.23.0dependabot/go_modules/golang.org/x/image-0.23.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/image/compare/v0.22.0...v0.23.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.22.0 + golang.org/x/image v0.23.0 golang.org/x/mod v0.22.0 golang.org/x/net v0.32.0 golang.org/x/sync v0.10.0 |