summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:08:25 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:08:25 +0100
commit3388c870aedd5d61157c6551416ddee7446a6191 (patch)
tree8539120f2bbf735e214688531965235db7fd427c /go.mod
parentgo fmt (diff)
downloadgotosocial-3388c870aedd5d61157c6551416ddee7446a6191.tar.xz
Go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 473ff3ea8..4d13b11d8 100644
--- a/go.mod
+++ b/go.mod
@@ -8,9 +8,8 @@ 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
github.com/golang/mock v1.4.4 // indirect
- github.com/google/uuid v1.2.0 // indirect
+ github.com/google/uuid v1.2.0
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