summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-07 08:03:43 +0000
committerLibravatar GitHub <noreply@github.com>2023-08-07 08:03:43 +0000
commitaaa5985d7dc65b89970af32c6aadaa7d54d74255 (patch)
tree42d6d70bd72c8df93090fa7e65c311d4d77256cc /go.mod
parent[chore] Remove go-playground/validator (#2069) (diff)
downloadgotosocial-aaa5985d7dc65b89970af32c6aadaa7d54d74255.tar.xz
[chore]: Bump golang.org/x/image from 0.9.0 to 0.11.0 (#2074)
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 391d8c126..7ec412f21 100644
--- a/go.mod
+++ b/go.mod
@@ -61,10 +61,10 @@ require (
go.uber.org/automaxprocs v1.5.3
golang.org/x/crypto v0.11.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
- golang.org/x/image v0.9.0
+ golang.org/x/image v0.11.0
golang.org/x/net v0.12.0
golang.org/x/oauth2 v0.10.0
- golang.org/x/text v0.11.0
+ golang.org/x/text v0.12.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.24.0