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

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