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.9 kB

2 years ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. module gitlink.org.cn/cloudream/common
  2. go 1.20
  3. require (
  4. github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
  5. github.com/antonfisher/nested-logrus-formatter v1.3.1
  6. github.com/google/uuid v1.3.0
  7. github.com/hashicorp/go-multierror v1.1.1
  8. github.com/imdario/mergo v0.3.15
  9. github.com/json-iterator/go v1.1.12
  10. github.com/magefile/mage v1.15.0
  11. github.com/mitchellh/mapstructure v1.5.0
  12. github.com/modern-go/reflect2 v1.0.2
  13. github.com/otiai10/copy v1.12.0
  14. github.com/samber/lo v1.36.0
  15. github.com/sirupsen/logrus v1.9.2
  16. github.com/smartystreets/goconvey v1.8.0
  17. github.com/streadway/amqp v1.1.0
  18. github.com/zyedidia/generic v1.2.1
  19. go.etcd.io/etcd/client/v3 v3.5.9
  20. golang.org/x/exp v0.0.0-20230519143937-03e91628a987
  21. )
  22. require (
  23. github.com/benbjohnson/clock v1.3.0 // indirect
  24. github.com/coreos/go-semver v0.3.0 // indirect
  25. github.com/coreos/go-systemd/v22 v22.5.0 // indirect
  26. github.com/gogo/protobuf v1.3.2 // indirect
  27. github.com/golang/protobuf v1.5.3 // indirect
  28. github.com/gopherjs/gopherjs v1.17.2 // indirect
  29. github.com/hashicorp/errwrap v1.1.0 // indirect
  30. github.com/jtolds/gls v4.20.0+incompatible // indirect
  31. github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
  32. github.com/pkg/errors v0.9.1 // indirect
  33. github.com/smartystreets/assertions v1.13.1 // indirect
  34. github.com/stretchr/testify v1.8.2 // indirect
  35. go.etcd.io/etcd/api/v3 v3.5.9 // indirect
  36. go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
  37. go.uber.org/atomic v1.10.0 // indirect
  38. go.uber.org/goleak v1.1.12 // indirect
  39. go.uber.org/multierr v1.9.0 // indirect
  40. go.uber.org/zap v1.24.0 // indirect
  41. golang.org/x/net v0.8.0 // indirect
  42. golang.org/x/sys v0.6.0 // indirect
  43. golang.org/x/text v0.8.0 // indirect
  44. golang.org/x/time v0.7.0 // indirect
  45. google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
  46. google.golang.org/grpc v1.54.0 // indirect
  47. google.golang.org/protobuf v1.30.0 // indirect
  48. )