summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-07 09:00:54 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-08-07 12:18:03 +0200
commitd4a6c16c17b8804c13c9c0a5526be01fc238c67a (patch)
tree48c3c918da71063467b51bdc07e4db3bb01f348e /go.mod
parent5d5fb22ead440e118030e3440c4dc748fda9bf75 (diff)
build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/image/compare/v0.10.0...v0.11.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0fd6f858d..d8d50b23d 100644
--- a/go.mod
+++ b/go.mod
@@ -68,10 +68,10 @@ require (
go.uber.org/automaxprocs v1.5.3
gocloud.dev v0.33.0
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
- golang.org/x/image v0.10.0
+ golang.org/x/image v0.11.0
golang.org/x/net v0.13.0
golang.org/x/sync v0.3.0
- golang.org/x/text v0.11.0
+ golang.org/x/text v0.12.0
golang.org/x/tools v0.11.1
google.golang.org/api v0.134.0
gopkg.in/yaml.v2 v2.4.0