summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-11 10:01:04 +0000
committerLibravatar GitHub <noreply@github.com>2023-12-11 10:01:04 +0000
commitcdeba94015e0ad65c833e0868f745df7b628b959 (patch)
treee456f1dcfd5a185350f703201d64fe5170b8c859 /go.mod
parent[chore]: Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 (#2442) (diff)
downloadgotosocial-cdeba94015e0ad65c833e0868f745df7b628b959.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 (#2438)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.15.0. - [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ed0f25bbf..d89c9dbb5 100644
--- a/go.mod
+++ b/go.mod
@@ -68,8 +68,8 @@ require (
golang.org/x/crypto v0.16.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/image v0.14.0
- golang.org/x/net v0.18.0
- golang.org/x/oauth2 v0.13.0
+ golang.org/x/net v0.19.0
+ golang.org/x/oauth2 v0.15.0
golang.org/x/text v0.14.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1