2021-02-28 15:17:18 +01:00
|
|
|
module github.com/gotosocial/gotosocial
|
2021-02-27 22:57:50 +01:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-03-02 12:46:48 +01:00
|
|
|
require (
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
|
|
|
github.com/go-fed/activity v1.0.0
|
2021-03-05 18:31:12 +01:00
|
|
|
github.com/go-pg/pg/extra/pgdebug v0.2.0
|
|
|
|
github.com/go-pg/pg/v10 v10.8.0
|
2021-03-02 18:26:30 +01:00
|
|
|
github.com/onsi/ginkgo v1.15.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.5 // indirect
|
2021-03-02 22:52:31 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.0
|
2021-03-03 21:15:20 +01:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-03-02 18:26:30 +01:00
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2021-03-03 21:15:20 +01:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2021-03-02 12:46:48 +01:00
|
|
|
)
|