mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 04:30:19 +01:00
36 lines
1.6 KiB
Modula-2
36 lines
1.6 KiB
Modula-2
module github.com/dutchcoders/transfer.sh
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.77.0 // 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.37.14
|
|
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-20211215083008-31e11925a9d3
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/fatih/color v1.10.0
|
|
github.com/garyburd/redigo v1.6.2 // indirect
|
|
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/urfave/cli v1.22.5
|
|
go.opencensus.io v0.22.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
|
google.golang.org/api v0.40.0
|
|
google.golang.org/genproto v0.0.0-20210218151259-fe80b386bf06 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
|
storj.io/common v0.0.0-20220131120956-e74f624a3d55
|
|
storj.io/uplink v1.7.2-0.20220131124001-c1db742c840d
|
|
)
|