2021-04-01 20:46:45 +02:00
|
|
|
module github.com/superseriousbusiness/gotosocial
|
2021-02-27 22:57:50 +01:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-03-02 12:46:48 +01:00
|
|
|
require (
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/buckket/go-blurhash v1.1.0
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2021-03-17 16:01:31 +01:00
|
|
|
github.com/gin-contrib/sessions v0.0.3
|
2021-03-15 18:59:38 +01:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2021-03-02 12:46:48 +01:00
|
|
|
github.com/go-fed/activity v1.0.0
|
2021-05-08 14:25:55 +02:00
|
|
|
github.com/go-fed/httpsig v0.1.1-0.20190914113940-c2de3672e5b5
|
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-15 18:59:38 +01:00
|
|
|
github.com/golang/mock v1.4.4 // indirect
|
2021-03-20 19:08:25 +01:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/h2non/filetype v1.1.1
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
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-15 19:00:14 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203
|
|
|
|
github.com/superseriousbusiness/oauth2/v4 v4.2.1-0.20210327102222-902aba1ef45f
|
2021-03-14 17:56:16 +01: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 21:15:20 +01:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/wagslane/go-password-validator v0.3.0
|
2021-03-15 23:05:24 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
2021-04-01 20:46:45 +02:00
|
|
|
golang.org/x/text v0.3.3
|
2021-03-02 18:26:30 +01:00
|
|
|
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
|
|
|
)
|