go.mod 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. module imuslab.com/arozos
  2. go 1.20
  3. require (
  4. github.com/boltdb/bolt v1.3.1
  5. github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
  6. github.com/disintegration/imaging v1.6.2
  7. github.com/fclairamb/ftpserverlib v0.21.0
  8. github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
  9. github.com/gabriel-vasile/mimetype v1.4.2
  10. github.com/go-git/go-git/v5 v5.6.1
  11. github.com/go-ldap/ldap v3.0.3+incompatible
  12. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
  13. github.com/gorilla/sessions v1.2.1
  14. github.com/gorilla/websocket v1.5.0
  15. github.com/grandcat/zeroconf v1.0.0
  16. github.com/hirochachacha/go-smb2 v1.1.0
  17. github.com/jlaffaye/ftp v0.1.0
  18. github.com/koron/go-ssdp v0.0.4
  19. github.com/mholt/archiver/v3 v3.5.1
  20. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  21. github.com/oliamb/cutter v0.2.2
  22. github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
  23. github.com/pkg/sftp v1.13.5
  24. github.com/robertkrimen/otto v0.2.1
  25. github.com/satori/go.uuid v1.2.0
  26. github.com/spf13/afero v1.9.5
  27. github.com/studio-b12/gowebdav v0.0.0-20230203202212-3282f94193f2
  28. github.com/valyala/fasttemplate v1.2.2
  29. github.com/willscott/go-nfs v0.0.0-20230313234243-d94d22138e1e
  30. gitlab.com/NebulousLabs/go-upnp v0.0.0-20211002182029-11da932010b6
  31. golang.org/x/crypto v0.9.0
  32. golang.org/x/oauth2 v0.8.0
  33. golang.org/x/sync v0.2.0
  34. )
  35. require (
  36. cloud.google.com/go/compute v1.19.2 // indirect
  37. cloud.google.com/go/compute/metadata v0.2.3 // indirect
  38. github.com/Microsoft/go-winio v0.6.1 // indirect
  39. github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 // indirect
  40. github.com/acomagu/bufpipe v1.0.4 // indirect
  41. github.com/andybalholm/brotli v1.0.5 // indirect
  42. github.com/cenkalti/backoff v2.2.1+incompatible // indirect
  43. github.com/cloudflare/circl v1.3.3 // indirect
  44. github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
  45. github.com/emirpasic/gods v1.18.1 // indirect
  46. github.com/fclairamb/go-log v0.4.1 // indirect
  47. github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
  48. github.com/geoffgarside/ber v1.1.0 // indirect
  49. github.com/go-git/gcfg v1.5.0 // indirect
  50. github.com/go-git/go-billy/v5 v5.4.1 // indirect
  51. github.com/golang/protobuf v1.5.3 // indirect
  52. github.com/golang/snappy v0.0.4 // indirect
  53. github.com/gopherjs/gopherjs v1.17.2 // indirect
  54. github.com/gorilla/securecookie v1.1.1 // indirect
  55. github.com/hashicorp/errwrap v1.1.0 // indirect
  56. github.com/hashicorp/go-multierror v1.1.1 // indirect
  57. github.com/imdario/mergo v0.3.15 // indirect
  58. github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
  59. github.com/kevinburke/ssh_config v1.2.0 // indirect
  60. github.com/klauspost/compress v1.16.5 // indirect
  61. github.com/klauspost/pgzip v1.2.6 // indirect
  62. github.com/kr/fs v0.1.0 // indirect
  63. github.com/miekg/dns v1.1.54 // indirect
  64. github.com/nwaples/rardecode v1.1.3 // indirect
  65. github.com/pierrec/lz4/v4 v4.1.17 // indirect
  66. github.com/pjbgf/sha1cd v0.3.0 // indirect
  67. github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
  68. github.com/sergi/go-diff v1.3.1 // indirect
  69. github.com/skeema/knownhosts v1.1.0 // indirect
  70. github.com/ulikunitz/xz v0.5.11 // indirect
  71. github.com/valyala/bytebufferpool v1.0.0 // indirect
  72. github.com/willscott/go-nfs-client v0.0.0-20200605172546-271fa9065b33 // indirect
  73. github.com/xanzy/ssh-agent v0.3.3 // indirect
  74. github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
  75. gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
  76. golang.org/x/image v0.7.0 // indirect
  77. golang.org/x/mod v0.10.0 // indirect
  78. golang.org/x/net v0.10.0 // indirect
  79. golang.org/x/sys v0.8.0 // indirect
  80. golang.org/x/text v0.9.0 // indirect
  81. golang.org/x/tools v0.9.1 // indirect
  82. google.golang.org/appengine v1.6.7 // indirect
  83. google.golang.org/protobuf v1.30.0 // indirect
  84. gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
  85. gopkg.in/sourcemap.v1 v1.0.5 // indirect
  86. gopkg.in/warnings.v0 v0.1.2 // indirect
  87. )