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

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