summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 16:01:31 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 16:01:31 +0100
commit6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3 (patch)
treefb71e4a2ce47ec7c4695fac0cb365c4a569fd80e /go.mod
parentfiddling (diff)
downloadgotosocial-6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3.tar.xz
getting there.......
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 75b82ea18..6f1ede9ed 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,12 @@ module github.com/gotosocial/gotosocial
go 1.16
require (
- github.com/gin-contrib/sessions v0.0.3 // indirect
+ github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
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/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