2019-05-11 14:42:59 +02:00
|
|
|
module github.com/dutchcoders/transfer.sh
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-03-15 19:35:43 +01:00
|
|
|
cloud.google.com/go v0.54.0 // indirect
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/PuerkitoBio/ghost v0.0.0-20160324114900-206e6e460e14
|
|
|
|
github.com/VojtechVitek/ratelimit v0.0.0-20160722140851-dc172bc0f6d2
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.29.24
|
2019-10-07 21:30:53 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
|
|
|
|
github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329
|
2021-01-30 19:12:19 +01:00
|
|
|
github.com/dutchcoders/transfer.sh-web v0.0.0-20210130180835-bc7d8b891391
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/garyburd/redigo v1.6.0 // indirect
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/golang/gddo v0.0.0-20200310004957-95ce5a452273
|
|
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
2020-04-04 14:29:33 +02:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/jmespath/go-jmespath v0.3.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
2019-10-07 21:30:53 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
2019-05-11 14:42:59 +02:00
|
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
2020-03-15 19:35:43 +01:00
|
|
|
github.com/urfave/cli v1.22.3
|
2020-12-15 16:48:33 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-03-15 19:35:43 +01:00
|
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
google.golang.org/api v0.20.0
|
|
|
|
google.golang.org/grpc v1.28.0 // indirect
|
2019-10-07 21:30:53 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
2020-12-15 16:48:33 +01:00
|
|
|
storj.io/common v0.0.0-20201207172416-78f4e59925c3
|
|
|
|
storj.io/uplink v1.4.2
|
2019-05-11 14:42:59 +02:00
|
|
|
)
|