diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-13 08:22:13 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2025-03-13 16:17:49 +0100 |
commit | 61c39ae63b62667d965c2ff96d085f4eda59bcb2 (patch) | |
tree | bc43ffa9fdd44149457beadfc4a03676f4a4ba95 /go.mod | |
parent | 2037137fbf06e3b71e3ce246f7f3afa83822f788 (diff) | |
download | hugo-61c39ae63b62667d965c2ff96d085f4eda59bcb2.tar.gz hugo-61c39ae63b62667d965c2ff96d085f4eda59bcb2.zip |
build(deps): bump golang.org/x/image from 0.24.0 to 0.25.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/image/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,11 +76,11 @@ require ( go.uber.org/automaxprocs v1.5.3 gocloud.dev v0.40.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 - golang.org/x/image v0.24.0 + golang.org/x/image v0.25.0 golang.org/x/mod v0.24.0 golang.org/x/net v0.35.0 - golang.org/x/sync v0.11.0 - golang.org/x/text v0.22.0 + golang.org/x/sync v0.12.0 + golang.org/x/text v0.23.0 golang.org/x/tools v0.30.0 google.golang.org/api v0.221.0 gopkg.in/yaml.v2 v2.4.0 |