mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
46 lines
2.1 KiB
Modula-2
46 lines
2.1 KiB
Modula-2
module github.com/dutchcoders/transfer.sh
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.46.3 // indirect
|
|
github.com/PuerkitoBio/ghost v0.0.0-20160324114900-206e6e460e14
|
|
github.com/VojtechVitek/ratelimit v0.0.0-20160722140851-dc172bc0f6d2
|
|
github.com/aws/aws-sdk-go v1.25.7
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
|
|
github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329
|
|
github.com/dutchcoders/transfer.sh-web v0.0.0-20190716184912-96e06a2276ba
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/garyburd/redigo v1.6.0 // indirect
|
|
github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
|
|
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/urfave/cli v1.22.1
|
|
github.com/zeebo/errs v1.2.2
|
|
go.opencensus.io v0.22.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b7
|
|
golang.org/x/net v0.0.0-20191007182048-72f939374954
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41 // indirect
|
|
google.golang.org/api v0.10.0
|
|
google.golang.org/appengine v1.6.4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
|
google.golang.org/genproto v0.0.0-20191007162740-aa923e3a3354 // indirect
|
|
google.golang.org/grpc v1.24.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
|
storj.io/storj
|
|
)
|