Messing around a bit

This commit is contained in:
tsmethurst 2021-03-02 12:46:48 +01:00
commit c879e1b0b3
5 changed files with 30 additions and 11 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module github.com/gotosocial/gotosocial
go 1.16
require github.com/gin-gonic/gin v1.6.3
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-fed/activity v1.0.0
)