summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-15 16:15:14 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-15 16:15:14 +0100
commit1eecc2688c5eef14b8834c8f58a46b2f8e6bc845 (patch)
tree9e9f34745028cb0ef2330b421fef57e68db8d4d4 /go.mod
parentmove mastotypes (diff)
downloadgotosocial-1eecc2688c5eef14b8834c8f58a46b2f8e6bc845.tar.xz
bit of experimenting and tidying
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 20209345e..4feebda3d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/gotosocial/gotosocial
go 1.16
require (
+ github.com/gin-gonic/gin v1.6.3 // indirect
github.com/go-fed/activity v1.0.0
github.com/go-oauth2/oauth2/v4 v4.2.0 // indirect
github.com/go-pg/pg/extra/pgdebug v0.2.0