diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |