diff options
| author | 2021-09-08 20:51:42 +0100 | |
|---|---|---|
| committer | 2021-09-08 20:51:42 +0100 | |
| commit | 0ea131fd7b594a7647275f19150f90a0339a123c (patch) | |
| tree | 4864c6d677d8960da11842ecbc7f265184ba5380 /go.mod | |
| parent | handle oauth token scope, fix user.SigninCount + token.UserID (diff) | |
| download | gotosocial-0ea131fd7b594a7647275f19150f90a0339a123c.tar.xz | |
update oauth library --> v4.3.2-SSB
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 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.1-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 v0.4.3 |
