summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-18 14:02:49 +0000
committerLibravatar GitHub <noreply@github.com>2023-02-18 14:02:49 +0000
commita822198ebf2f11695a51e312cb02bec91125306a (patch)
treeacc83f71322d2d15121e63e3628a74668e9930eb /go.mod
parent[chore] Update more log calls to include context (#1517) (diff)
downloadgotosocial-a822198ebf2f11695a51e312cb02bec91125306a.tar.xz
[chore]: Bump golang.org/x/image from 0.4.0 to 0.5.0 (#1516)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 182376742..c7a3b0d7d 100644
--- a/go.mod
+++ b/go.mod
@@ -54,7 +54,7 @@ require (
go.uber.org/automaxprocs v1.5.1
golang.org/x/crypto v0.5.0
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
- golang.org/x/image v0.4.0
+ golang.org/x/image v0.5.0
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/text v0.7.0