gotosocial/go.mod

17 lines
484 B
Modula-2
Raw Normal View History

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