aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-07 08:32:06 +0000
committerBjørn Erik Pedersen <[email protected]>2024-08-07 11:14:31 +0200
commitd6d9dddff3b840dddacd88fa22034867757cf265 (patch)
tree81166181ae7dc1611c31eceeee14ce4874e35a0f /go.mod
parent10891f305ed95136381a29b0015f8e0d043f93d8 (diff)
downloadhugo-d6d9dddff3b840dddacd88fa22034867757cf265.tar.gz
hugo-d6d9dddff3b840dddacd88fa22034867757cf265.zip
build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/image/compare/v0.18.0...v0.19.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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8561d0e55..34eaea452 100644
--- a/go.mod
+++ b/go.mod
@@ -74,11 +74,11 @@ require (
go.uber.org/automaxprocs v1.5.3
gocloud.dev v0.38.0
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
- golang.org/x/image v0.18.0
+ golang.org/x/image v0.19.0
golang.org/x/mod v0.19.0
golang.org/x/net v0.27.0
- golang.org/x/sync v0.7.0
- golang.org/x/text v0.16.0
+ golang.org/x/sync v0.8.0
+ golang.org/x/text v0.17.0
golang.org/x/tools v0.23.0
google.golang.org/api v0.189.0
gopkg.in/yaml.v2 v2.4.0