summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-16 10:29:19 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-16 10:29:19 +0100
commit2a4698008222c4dd82cc24acae1c894cef74d441 (patch)
tree66fd6e021362d6e8f55d229f821fa133a9f38153 /go.mod
parent[docs] Remove videos from the list of missing features in the FAQ. (#1344) (diff)
downloadgotosocial-2a4698008222c4dd82cc24acae1c894cef74d441.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#1347)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.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> 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 0397257da..b44e4ffc4 100644
--- a/go.mod
+++ b/go.mod
@@ -53,7 +53,7 @@ require (
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
golang.org/x/image v0.3.0
golang.org/x/net v0.5.0
- golang.org/x/oauth2 v0.3.0
+ golang.org/x/oauth2 v0.4.0
golang.org/x/text v0.6.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1