diff options
author | 2024-10-07 12:25:52 +0000 | |
---|---|---|
committer | 2024-10-07 12:25:52 +0000 | |
commit | 99f535f99bb0955c96ee33cc6b6a21625314f5fb (patch) | |
tree | 9755435275e808b039e9a1d472d8b96dcd176c06 /go.mod | |
parent | [chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402) (diff) | |
download | gotosocial-99f535f99bb0955c96ee33cc6b6a21625314f5fb.tar.xz |
[chore]: Bump golang.org/x/image from 0.20.0 to 0.21.0 (#3399)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ require ( go.opentelemetry.io/otel/trace v1.29.0 go.uber.org/automaxprocs v1.6.0 golang.org/x/crypto v0.28.0 - golang.org/x/image v0.20.0 + golang.org/x/image v0.21.0 golang.org/x/net v0.30.0 golang.org/x/oauth2 v0.23.0 golang.org/x/text v0.19.0 |