Skip to content
Snippets Groups Projects
go.mod 3.00 KiB
module github.com/turt2live/matrix-media-repo

go 1.12

require (
	github.com/DavidHuie/gomigrate v0.0.0-20190826182718-4adc4b3de142
	github.com/Jeffail/tunny v0.0.0-20190930221602-f13eb662a36a
	github.com/PuerkitoBio/goquery v1.5.1
	github.com/ajstarks/svgo v0.0.0-20200204031535-0cbcf57ea1d8 // indirect
	github.com/alioygur/is v1.0.3
	github.com/bep/debounce v1.2.0
	github.com/buckket/go-blurhash v1.0.3
	github.com/cenk/backoff v2.2.1+incompatible // indirect
	github.com/chai2010/webp v1.1.0
	github.com/cupcake/sigil v0.0.0-20131127230922-6bf9722f2ae8
	github.com/didip/tollbooth v4.0.2+incompatible
	github.com/disintegration/imaging v1.6.2
	github.com/djherbis/stream v1.3.0
	github.com/dustin/go-humanize v1.0.0
	github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8
	github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
	github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
	github.com/fogleman/gg v1.3.0
	github.com/fsnotify/fsnotify v1.4.7
	github.com/go-redis/redis/v8 v8.0.0-beta.6
	github.com/go-sql-driver/mysql v1.5.0 // indirect
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
	github.com/golang/snappy v0.0.1 // indirect
	github.com/gorilla/mux v1.7.4
	github.com/h2non/filetype v1.0.12
	github.com/ipfs/go-cid v0.0.4
	github.com/ipfs/go-ipfs v0.4.22-0.20191119151441-b8ec598d5801
	github.com/ipfs/go-ipfs-config v0.0.11
	github.com/ipfs/go-ipfs-files v0.0.4
	github.com/ipfs/go-ipfs-http-client v0.0.5
	github.com/ipfs/interface-go-ipfs-core v0.2.6
	github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
	github.com/jonboulle/clockwork v0.1.0 // indirect
	github.com/kettek/apng v0.0.0-20191108220231-414630eed80f
	github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
	github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
	github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
	github.com/lib/pq v1.3.0
	github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
	github.com/minio/minio-go/v6 v6.0.50
	github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
	github.com/patrickmn/go-cache v2.1.0+incompatible
	github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
	github.com/pkg/errors v0.9.1
	github.com/prometheus/client_golang v1.4.1
	github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
	github.com/rubyist/circuitbreaker v2.2.1+incompatible
	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
	github.com/ryanuber/go-glob v1.0.0
	github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
	github.com/sirupsen/logrus v1.4.2
	github.com/smartystreets/goconvey v1.6.4 // indirect
	github.com/tebeka/strftime v0.1.3 // indirect
	golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
	golang.org/x/image v0.0.0-20200119044424-58c23975cae1
	golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
	golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
	gopkg.in/ini.v1 v1.52.0 // indirect
	gopkg.in/yaml.v2 v2.2.8
)