summaryrefslogtreecommitdiff
path: root/go.mod
blob: f769877039fd5dcff7082b3c51a005268346e997 (plain)
1
2
3
4
5
6
7
8
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
)