summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-10 12:31:09 +0100
committerLibravatar GitHub <noreply@github.com>2023-07-10 12:31:09 +0100
commit901770f5c7d4aafad1f16aeb7ebc49c4f44d9f0d (patch)
tree0450846d3f401fd4a67f7f9d81b91b393bfc2106 /go.mod
parent[chore] Fix password typos (#1966) (diff)
downloadgotosocial-901770f5c7d4aafad1f16aeb7ebc49c4f44d9f0d.tar.xz
[chore]: Bump golang.org/x/image from 0.8.0 to 0.9.0 (#1972)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 d66a2b8b2..872986276 100644
--- a/go.mod
+++ b/go.mod
@@ -61,10 +61,10 @@ require (
go.uber.org/automaxprocs v1.5.2
golang.org/x/crypto v0.10.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
- golang.org/x/image v0.8.0
+ golang.org/x/image v0.9.0
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.9.0
- golang.org/x/text v0.10.0
+ golang.org/x/text v0.11.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.23.1