2021-02-28 17:17:18 +03:00
|
|
|
module github.com/gotosocial/gotosocial
|
2021-02-28 00:57:50 +03:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-03-02 14:46:48 +03:00
|
|
|
require (
|
2021-03-17 15:14:52 +03:00
|
|
|
github.com/gin-contrib/sessions v0.0.3 // indirect
|
2021-03-15 20:59:38 +03:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2021-03-02 14:46:48 +03:00
|
|
|
github.com/go-fed/activity v1.0.0
|
2021-03-05 20:31:12 +03:00
|
|
|
github.com/go-pg/pg/extra/pgdebug v0.2.0
|
|
|
|
github.com/go-pg/pg/v10 v10.8.0
|
2021-03-17 13:33:06 +03:00
|
|
|
github.com/go-session/session v3.1.2+incompatible // indirect
|
2021-03-15 20:59:38 +03:00
|
|
|
github.com/golang/mock v1.4.4 // indirect
|
2021-03-14 19:56:16 +03:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2021-03-17 13:33:06 +03:00
|
|
|
github.com/gotosocial/oauth2/v4 v4.2.1-0.20210316171520-7b12112bbb88
|
2021-03-02 20:26:30 +03:00
|
|
|
github.com/onsi/ginkgo v1.15.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.5 // indirect
|
2021-03-03 00:52:31 +03:00
|
|
|
github.com/sirupsen/logrus v1.8.0
|
2021-03-15 21:00:14 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-03-14 19:56:16 +03:00
|
|
|
github.com/tidwall/btree v0.4.2 // indirect
|
|
|
|
github.com/tidwall/buntdb v1.2.0 // indirect
|
|
|
|
github.com/tidwall/pretty v1.1.0 // indirect
|
2021-03-03 23:15:20 +03:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-03-16 01:05:24 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
2021-03-02 20:26:30 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2021-03-03 23:15:20 +03:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2021-03-02 14:46:48 +03:00
|
|
|
)
|