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

go.mod 1.3 kB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. module gitlink.org.cn/cloudream/scanner
  2. go 1.18
  3. require (
  4. github.com/jmoiron/sqlx v1.3.5
  5. github.com/samber/lo v1.38.1
  6. github.com/smartystreets/goconvey v1.8.0
  7. gitlink.org.cn/cloudream/common v0.0.0
  8. gitlink.org.cn/cloudream/db v0.0.0
  9. gitlink.org.cn/cloudream/rabbitmq v0.0.0
  10. golang.org/x/sync v0.1.0
  11. )
  12. require (
  13. github.com/gopherjs/gopherjs v1.17.2 // indirect
  14. github.com/jtolds/gls v4.20.0+incompatible // indirect
  15. github.com/smartystreets/assertions v1.13.1 // indirect
  16. )
  17. require (
  18. github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
  19. github.com/go-sql-driver/mysql v1.6.0 // indirect
  20. github.com/hashicorp/errwrap v1.0.0 // indirect
  21. github.com/hashicorp/go-multierror v1.1.1 // indirect
  22. github.com/imdario/mergo v0.3.15 // indirect
  23. github.com/mitchellh/mapstructure v1.5.0 // indirect
  24. github.com/sirupsen/logrus v1.9.0 // indirect
  25. github.com/streadway/amqp v1.0.0 // indirect
  26. github.com/zyedidia/generic v1.2.1
  27. golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
  28. golang.org/x/sys v0.7.0 // indirect
  29. )
  30. // 运行go mod tidy时需要将下面几行取消注释
  31. // replace gitlink.org.cn/cloudream/rabbitmq => ../rabbitmq
  32. //
  33. // replace gitlink.org.cn/cloudream/db => ../db
  34. //
  35. // replace gitlink.org.cn/cloudream/common => ../common

本项目旨在将云际存储公共基础设施化,使个人及企业可低门槛使用高效的云际存储服务(安装开箱即用云际存储客户端即可,无需关注其他组件的部署),同时支持用户灵活便捷定制云际存储的功能细节。