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

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