go.mod 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. module github.com/dutchcoders/transfer.sh
  2. go 1.13
  3. require (
  4. cloud.google.com/go v0.77.0 // indirect
  5. github.com/PuerkitoBio/ghost v0.0.0-20160324114900-206e6e460e14
  6. github.com/VojtechVitek/ratelimit v0.0.0-20160722140851-dc172bc0f6d2
  7. github.com/aws/aws-sdk-go v1.37.14
  8. github.com/calebcase/tmpfile v1.0.2 // indirect
  9. github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
  10. github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
  11. github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329
  12. github.com/dutchcoders/transfer.sh-web v0.0.0-20210212072623-ac7014a9c3a7
  13. github.com/elazarl/go-bindata-assetfs v1.0.1
  14. github.com/fatih/color v1.10.0
  15. github.com/garyburd/redigo v1.6.2 // indirect
  16. github.com/go-sql-driver/mysql v1.5.0 // indirect
  17. github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
  18. github.com/gorilla/handlers v1.5.1
  19. github.com/gorilla/mux v1.8.0
  20. github.com/gorilla/securecookie v1.1.1 // indirect
  21. github.com/microcosm-cc/bluemonday v1.0.4
  22. github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
  23. github.com/russross/blackfriday/v2 v2.1.0
  24. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  25. github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
  26. github.com/urfave/cli v1.22.5
  27. go.opencensus.io v0.22.6 // indirect
  28. go.uber.org/zap v1.16.0 // indirect
  29. golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
  30. golang.org/x/net v0.0.0-20210119194325-5f4716e94777
  31. golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
  32. golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
  33. google.golang.org/api v0.40.0
  34. google.golang.org/genproto v0.0.0-20210218151259-fe80b386bf06 // indirect
  35. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  36. storj.io/common v0.0.0-20210218090211-2ecbfc1f705b
  37. storj.io/drpc v0.0.17 // indirect
  38. storj.io/uplink v1.4.5
  39. )