mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:42:25 -05:00
Messing around a bit
This commit is contained in:
parent
9ffbb353d0
commit
c879e1b0b3
5 changed files with 30 additions and 11 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue