summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-11 14:30:14 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-11 14:30:14 +0100
commitc558681f021dc0ebe77a6a72e22e9a92ce5d482d (patch)
tree85bd89aabe47c3b0f77ba9380ca6f1b858015560 /go.mod
parentbuilding out media req/resp model (diff)
downloadgotosocial-c558681f021dc0ebe77a6a72e22e9a92ce5d482d.tar.xz
start adding mastodon api types
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fb7ce231d..9942f9920 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module github.com/gotosocial/gotosocial
go 1.16
require (
- 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