diff options
| author | 2021-09-08 21:15:45 +0100 | |
|---|---|---|
| committer | 2021-09-08 21:15:45 +0100 | |
| commit | f44cc5178224719fda299dc9f5a65763b1b23f51 (patch) | |
| tree | 6c8dd9e0c5b36e3acb2011f0ef69ac689c30000c /go.mod | |
| parent | Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff) | |
| parent | Merge remote-tracking branch 'upstream/main' into update/oauth-library (diff) | |
| download | gotosocial-f44cc5178224719fda299dc9f5a65763b1b23f51.tar.xz | |
Merge pull request #196 from NyaaaWhatsUpDoc/update/oauth-library
Update oauth library -> v4.3.2-SSB
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ require ( github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.7.0 github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203 - github.com/superseriousbusiness/oauth2/v4 v4.3.0-SSB + github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB github.com/tdewolff/minify/v2 v2.9.21 github.com/tidwall/buntdb v1.2.4 // indirect github.com/uptrace/bun v1.0.4 @@ -54,7 +54,7 @@ require ( github.com/wagslane/go-password-validator v0.3.0 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 golang.org/x/mod v0.5.0 // indirect - golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 + golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f golang.org/x/sys v0.0.0-20210908160347-a851e7ddeee0 // indirect golang.org/x/text v0.3.6 golang.org/x/tools v0.1.5 // indirect |
