summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-19 08:19:49 +0000
committerLibravatar GitHub <noreply@github.com>2023-06-19 08:19:49 +0000
commitf56dd290e1e381c36b8fe0ec814f0150ade71dee (patch)
tree09dfc6655b1c3cc05126bba7787c4af6473390c7 /go.mod
parent[chore] Fix Swagger paths for lists API endpoints (#1904) (diff)
downloadgotosocial-f56dd290e1e381c36b8fe0ec814f0150ade71dee.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#1908)
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 aa016f2c3..990d54d49 100644
--- a/go.mod
+++ b/go.mod
@@ -63,7 +63,7 @@ require (
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/image v0.7.0
golang.org/x/net v0.11.0
- golang.org/x/oauth2 v0.8.0
+ golang.org/x/oauth2 v0.9.0
golang.org/x/text v0.10.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1