summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 11:33:06 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 11:33:06 +0100
commiteb2ff2ab23a70298c65f19d52b76c794b2f4937c (patch)
treec58a5039b91e11589b4a47a99803530b0cea3b07 /go.mod
parentadd liberapay widgets (diff)
downloadgotosocial-eb2ff2ab23a70298c65f19d52b76c794b2f4937c.tar.xz
Some more messing around with oauth2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 64c68ba11..daa784905 100644
--- a/go.mod
+++ b/go.mod
@@ -7,9 +7,10 @@ require (
github.com/go-fed/activity v1.0.0
github.com/go-pg/pg/extra/pgdebug v0.2.0
github.com/go-pg/pg/v10 v10.8.0
+ github.com/go-session/session v3.1.2+incompatible // indirect
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.20210315164102-1f7842217e57
+ github.com/gotosocial/oauth2/v4 v4.2.1-0.20210316171520-7b12112bbb88
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/sirupsen/logrus v1.8.0