go.mod 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. module imuslab.com/arozos
  2. go 1.13
  3. require (
  4. cloud.google.com/go/compute v1.6.1 // indirect
  5. github.com/Microsoft/go-winio v0.5.2 // indirect
  6. github.com/ProtonMail/go-crypto v0.0.0-20220512085406-902f79d34c9f // indirect
  7. github.com/andybalholm/brotli v1.0.4 // indirect
  8. github.com/boltdb/bolt v1.3.1
  9. github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
  10. github.com/disintegration/imaging v1.6.2
  11. github.com/emirpasic/gods v1.18.1 // indirect
  12. github.com/fclairamb/ftpserverlib v0.18.0
  13. github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
  14. github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
  15. github.com/gabriel-vasile/mimetype v1.4.0
  16. github.com/go-git/go-git/v5 v5.4.2
  17. github.com/go-ldap/ldap v3.0.3+incompatible
  18. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
  19. github.com/golang/snappy v0.0.4 // indirect
  20. github.com/gopherjs/gopherjs v1.17.2 // indirect
  21. github.com/gorilla/sessions v1.2.1
  22. github.com/gorilla/websocket v1.5.0
  23. github.com/grandcat/zeroconf v1.0.0
  24. github.com/hirochachacha/go-smb2 v1.1.0
  25. github.com/kevinburke/ssh_config v1.2.0 // indirect
  26. github.com/klauspost/compress v1.15.4 // indirect
  27. github.com/koron/go-ssdp v0.0.3
  28. github.com/kr/pretty v0.3.0 // indirect
  29. github.com/mholt/archiver/v3 v3.5.1
  30. github.com/miekg/dns v1.1.49 // indirect
  31. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  32. github.com/nwaples/rardecode v1.1.3 // indirect
  33. github.com/oliamb/cutter v0.2.2
  34. github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
  35. github.com/pierrec/lz4/v4 v4.1.14 // indirect
  36. github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
  37. github.com/rogpeppe/go-internal v1.8.0 // indirect
  38. github.com/satori/go.uuid v1.2.0
  39. github.com/sergi/go-diff v1.2.0 // indirect
  40. github.com/spf13/afero v1.8.2
  41. github.com/studio-b12/gowebdav v0.0.0-20220128162035-c7b1ff8a5e62
  42. github.com/tidwall/pretty v1.2.0
  43. github.com/ulikunitz/xz v0.5.10 // indirect
  44. github.com/valyala/fasttemplate v1.2.1
  45. github.com/xanzy/ssh-agent v0.3.1 // indirect
  46. gitlab.com/NebulousLabs/go-upnp v0.0.0-20211002182029-11da932010b6
  47. golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
  48. golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
  49. golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
  50. golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
  51. golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
  52. golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
  53. golang.org/x/tools v0.1.10 // indirect
  54. gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
  55. gopkg.in/yaml.v3 v3.0.1 // indirect
  56. )