diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-04 08:18:27 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-08-04 12:36:29 +0200 |
commit | 0885f8ec2b375dd0563f0bc3b3a67ac89ecfb58f (patch) | |
tree | aed539bc4e05c2202cc7a53dcd807c41c6414347 /go.mod | |
parent | 61be050a95db12e8626d73300168dadcad3bc15a (diff) | |
download | hugo-0885f8ec2b375dd0563f0bc3b3a67ac89ecfb58f.tar.gz hugo-0885f8ec2b375dd0563f0bc3b3a67ac89ecfb58f.zip |
build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.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
@@ -68,7 +68,7 @@ require ( go.uber.org/automaxprocs v1.5.3 gocloud.dev v0.24.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 - golang.org/x/image v0.9.0 + golang.org/x/image v0.10.0 golang.org/x/net v0.12.0 golang.org/x/sync v0.3.0 golang.org/x/text v0.11.0 |