mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
17 lines
484 B
Modula-2
17 lines
484 B
Modula-2
module github.com/gotosocial/gotosocial
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-fed/activity v1.0.0
|
|
github.com/go-pg/pg/extra/pgdebug v0.2.0
|
|
github.com/go-pg/pg/v10 v10.8.0
|
|
github.com/onsi/ginkgo v1.15.0 // indirect
|
|
github.com/onsi/gomega v1.10.5 // indirect
|
|
github.com/sirupsen/logrus v1.8.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|