summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 13:31:30 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-15 13:31:30 +0000
commitd6eb7caae77c72e99d1437b821f7bfcba84cb88c (patch)
treeb8cba57ff6e138aad7d0e4e6058e6b3345beec2b /go.mod
parent[chore] update bun + extras v1.1.16 -> v1.1.17 (#2534) (diff)
downloadgotosocial-d6eb7caae77c72e99d1437b821f7bfcba84cb88c.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#2531)
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 18e9b171a..8c2952c1e 100644
--- a/go.mod
+++ b/go.mod
@@ -69,7 +69,7 @@ require (
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/image v0.15.0
golang.org/x/net v0.20.0
- golang.org/x/oauth2 v0.15.0
+ golang.org/x/oauth2 v0.16.0
golang.org/x/text v0.14.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1