summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-13 08:22:13 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2025-03-13 16:17:49 +0100
commit61c39ae63b62667d965c2ff96d085f4eda59bcb2 (patch)
treebc43ffa9fdd44149457beadfc4a03676f4a4ba95 /go.mod
parent2037137fbf06e3b71e3ce246f7f3afa83822f788 (diff)
downloadhugo-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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 05ab14f1d..d5d3021da 100644
--- a/go.mod
+++ b/go.mod
@@ -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