go.mod 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. module imuslab.com/arozos
  2. go 1.13
  3. require (
  4. github.com/andybalholm/brotli v1.0.0 // indirect
  5. github.com/boltdb/bolt v1.3.1
  6. github.com/brutella/hc v1.2.4
  7. github.com/dhowden/tag v0.0.0-20200828214007-46e57f75dbfc
  8. github.com/disintegration/imaging v1.6.2
  9. github.com/fclairamb/ftpserverlib v0.8.0
  10. github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
  11. github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
  12. github.com/frankban/quicktest v1.10.0 // indirect
  13. github.com/gabriel-vasile/mimetype v1.1.0
  14. github.com/go-git/go-git/v5 v5.2.0
  15. github.com/gorilla/schema v1.2.0
  16. github.com/gorilla/sessions v1.2.0
  17. github.com/gorilla/websocket v1.4.2
  18. github.com/grandcat/zeroconf v1.0.0
  19. github.com/jung-kurt/gofpdf v1.16.2
  20. github.com/klauspost/compress v1.10.6 // indirect
  21. github.com/klauspost/pgzip v1.2.4 // indirect
  22. github.com/koron/go-ssdp v0.0.0-20191105050749-2e1c40ed0b5d
  23. github.com/mholt/archiver/v3 v3.3.0
  24. github.com/miekg/dns v1.1.29 // indirect
  25. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  26. github.com/nwaples/rardecode v1.1.0 // indirect
  27. github.com/oliamb/cutter v0.2.2
  28. github.com/pierrec/lz4 v2.5.2+incompatible // indirect
  29. github.com/ricochet2200/go-disk-usage v0.0.0-20150921141558-f0d1b743428f
  30. github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
  31. github.com/satori/go.uuid v1.2.0
  32. github.com/smartystreets/cproxy v1.0.2
  33. github.com/smartystreets/logging v1.1.1 // indirect
  34. github.com/spf13/afero v1.3.1
  35. github.com/tidwall/pretty v1.0.2
  36. github.com/ulikunitz/xz v0.5.7 // indirect
  37. github.com/valyala/fasttemplate v1.1.0
  38. gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
  39. gitlab.com/NebulousLabs/go-upnp v0.0.0-20181011194642-3a71999ed0d3
  40. golang.org/x/net v0.0.0-20210119194325-5f4716e94777
  41. golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
  42. golang.org/x/text v0.3.3 // indirect
  43. gopkg.in/sourcemap.v1 v1.0.5 // indirect
  44. )