mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
6f5c045284
Big restructuring and initial work on activitypub
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/superseriousbusiness/gotosocial
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/buckket/go-blurhash v1.1.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-fed/activity v1.0.0
|
|
github.com/go-fed/httpsig v0.1.1-0.20190914113940-c2de3672e5b5
|
|
github.com/go-pg/pg/extra/pgdebug v0.2.0
|
|
github.com/go-pg/pg/v10 v10.8.0
|
|
github.com/golang/mock v1.4.4 // indirect
|
|
github.com/google/uuid v1.2.0
|
|
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
|
|
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/stretchr/testify v1.7.0
|
|
github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203
|
|
github.com/superseriousbusiness/oauth2/v4 v4.2.1-0.20210327102222-902aba1ef45f
|
|
github.com/tidwall/btree v0.4.2 // indirect
|
|
github.com/tidwall/buntdb v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.1.0 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/wagslane/go-password-validator v0.3.0
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
|
golang.org/x/text v0.3.3
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|