summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-18 23:27:43 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-18 23:27:43 +0100
commit1b118841211da90381dd950cafa13ead78b7f589 (patch)
treefe89341206aa367b022ac778a932537e7f09763f /go.mod
parentalmost there (diff)
downloadgotosocial-1b118841211da90381dd950cafa13ead78b7f589.tar.xz
auth flow working for code
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 6f1ede9ed..473ff3ea8 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/go-session/session v3.1.2+incompatible
github.com/golang/mock v1.4.4 // indirect
github.com/google/uuid v1.2.0 // indirect
- github.com/gotosocial/oauth2/v4 v4.2.1-0.20210316171520-7b12112bbb88
+ github.com/gotosocial/oauth2/v4 v4.2.1-0.20210318133800-45d321d259b3
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/sirupsen/logrus v1.8.0