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 3.6 kB

2 years ago
2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. module gitlink.org.cn/cloudream/storage-scanner
  2. go 1.20
  3. require (
  4. github.com/samber/lo v1.38.1
  5. github.com/smartystreets/goconvey v1.8.0
  6. gitlink.org.cn/cloudream/common v0.0.0
  7. gitlink.org.cn/cloudream/storage-common v0.0.0
  8. )
  9. require (
  10. github.com/coreos/go-semver v0.3.0 // indirect
  11. github.com/coreos/go-systemd/v22 v22.5.0 // indirect
  12. github.com/gogo/protobuf v1.3.2 // indirect
  13. github.com/golang/protobuf v1.5.3 // indirect
  14. github.com/google/uuid v1.3.0 // indirect
  15. github.com/gopherjs/gopherjs v1.17.2 // indirect
  16. github.com/jmoiron/sqlx v1.3.5 // indirect
  17. github.com/json-iterator/go v1.1.12 // indirect
  18. github.com/jtolds/gls v4.20.0+incompatible // indirect
  19. github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
  20. github.com/modern-go/reflect2 v1.0.2 // indirect
  21. github.com/smartystreets/assertions v1.13.1 // indirect
  22. go.etcd.io/etcd/api/v3 v3.5.9 // indirect
  23. go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
  24. go.etcd.io/etcd/client/v3 v3.5.9 // indirect
  25. go.uber.org/atomic v1.10.0 // indirect
  26. go.uber.org/multierr v1.9.0 // indirect
  27. go.uber.org/zap v1.24.0 // indirect
  28. golang.org/x/net v0.8.0 // indirect
  29. golang.org/x/text v0.8.0 // indirect
  30. google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
  31. google.golang.org/grpc v1.54.0 // indirect
  32. google.golang.org/protobuf v1.30.0 // indirect
  33. )
  34. require (
  35. github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
  36. github.com/benbjohnson/clock v1.3.0 // indirect
  37. github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
  38. github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
  39. github.com/go-sql-driver/mysql v1.7.1 // indirect
  40. github.com/hashicorp/errwrap v1.1.0 // indirect
  41. github.com/hashicorp/go-multierror v1.1.1 // indirect
  42. github.com/imdario/mergo v0.3.15 // indirect
  43. github.com/ipfs/boxo v0.8.0 // indirect
  44. github.com/ipfs/go-cid v0.4.0 // indirect
  45. github.com/ipfs/go-ipfs-api v0.6.0 // indirect
  46. github.com/klauspost/cpuid/v2 v2.2.3 // indirect
  47. github.com/libp2p/go-buffer-pool v0.1.0 // indirect
  48. github.com/libp2p/go-flow-metrics v0.1.0 // indirect
  49. github.com/libp2p/go-libp2p v0.26.3 // indirect
  50. github.com/magefile/mage v1.15.0 // indirect
  51. github.com/minio/sha256-simd v1.0.0 // indirect
  52. github.com/mitchellh/go-homedir v1.1.0 // indirect
  53. github.com/mitchellh/mapstructure v1.5.0 // indirect
  54. github.com/mr-tron/base58 v1.2.0 // indirect
  55. github.com/multiformats/go-base32 v0.1.0 // indirect
  56. github.com/multiformats/go-base36 v0.2.0 // indirect
  57. github.com/multiformats/go-multiaddr v0.8.0 // indirect
  58. github.com/multiformats/go-multibase v0.1.1 // indirect
  59. github.com/multiformats/go-multicodec v0.8.1 // indirect
  60. github.com/multiformats/go-multihash v0.2.1 // indirect
  61. github.com/multiformats/go-multistream v0.4.1 // indirect
  62. github.com/multiformats/go-varint v0.0.7 // indirect
  63. github.com/otiai10/copy v1.12.0 // indirect
  64. github.com/sirupsen/logrus v1.9.2 // indirect
  65. github.com/spaolacci/murmur3 v1.1.0 // indirect
  66. github.com/streadway/amqp v1.1.0 // indirect
  67. github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect
  68. github.com/zyedidia/generic v1.2.1 // indirect
  69. golang.org/x/crypto v0.6.0 // indirect
  70. golang.org/x/exp v0.0.0-20230519143937-03e91628a987 // indirect
  71. golang.org/x/sys v0.7.0 // indirect
  72. lukechampine.com/blake3 v1.1.7 // indirect
  73. )
  74. // 运行go mod tidy时需要将下面几行取消注释
  75. replace gitlink.org.cn/cloudream/common => ../../common
  76. replace gitlink.org.cn/cloudream/storage-common => ../storage-common

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