You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.9 KiB

  1. module github.com/dutchcoders/transfer.sh
  2. go 1.12
  3. require (
  4. cloud.google.com/go v0.54.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.29.24
  8. github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
  9. github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
  10. github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329
  11. github.com/dutchcoders/transfer.sh-web v0.0.0-20210130180835-bc7d8b891391
  12. github.com/elazarl/go-bindata-assetfs v1.0.0
  13. github.com/fatih/color v1.9.0
  14. github.com/garyburd/redigo v1.6.0 // indirect
  15. github.com/golang/gddo v0.0.0-20200310004957-95ce5a452273
  16. github.com/golang/protobuf v1.3.5 // indirect
  17. github.com/gorilla/handlers v1.4.2
  18. github.com/gorilla/mux v1.7.4
  19. github.com/gorilla/securecookie v1.1.1 // indirect
  20. github.com/jmespath/go-jmespath v0.3.0 // indirect
  21. github.com/klauspost/compress v1.11.7
  22. github.com/mattn/go-colorable v0.1.6 // indirect
  23. github.com/microcosm-cc/bluemonday v1.0.2
  24. github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
  25. github.com/russross/blackfriday/v2 v2.0.1
  26. github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
  27. github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
  28. github.com/urfave/cli v1.22.3
  29. golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  30. golang.org/x/net v0.0.0-20200301022130-244492dfa37a
  31. golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
  32. google.golang.org/api v0.20.0
  33. google.golang.org/grpc v1.28.0 // indirect
  34. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  35. storj.io/common v0.0.0-20201207172416-78f4e59925c3
  36. storj.io/uplink v1.4.2
  37. )
  38. replace github.com/dutchcoders/transfer.sh-web => gitea.arpa.li/ArchiveTeam/transfer.sh-web v0.0.0-20210210050940-b1786a55e170
  39. // https://github.com/russross/blackfriday/issues/500
  40. replace github.com/russross/blackfriday/v2 => gopkg.in/russross/blackfriday.v2 v2.0.1