gotosocial/go.mod

25 lines
924 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/gin-gonic/gin v1.6.3
github.com/go-fed/activity v1.0.0
2021-03-02 17:26:30 +00:00
github.com/go-pg/pg v8.0.7+incompatible
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
2021-03-03 17:12:02 +00:00
github.com/namsral/flag v1.7.4-pre // indirect
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-02 17:26:30 +00:00
github.com/stretchr/testify v1.7.0 // indirect
2021-03-03 10:28:28 +00:00
github.com/urfave/cli/v2 v2.3.0 // indirect
2021-03-02 17:26:30 +00:00
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
mellium.im/sasl v0.2.1 // indirect
2021-03-02 11:46:48 +00:00
)