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.

1 year ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. module gitlink.org.cn/cloudream/common
  2. go 1.23.0
  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.6.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.49.1
  17. github.com/sirupsen/logrus v1.9.3
  18. github.com/smartystreets/goconvey v1.8.1
  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.12
  22. golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
  23. )
  24. require (
  25. github.com/aws/smithy-go v1.22.2 // indirect
  26. github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
  27. github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
  28. github.com/smarty/assertions v1.15.0 // indirect
  29. google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
  30. google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
  31. )
  32. require (
  33. github.com/coreos/go-semver v0.3.1 // indirect
  34. github.com/coreos/go-systemd/v22 v22.5.0 // indirect
  35. github.com/gogo/protobuf v1.3.2 // indirect
  36. github.com/golang/protobuf v1.5.4 // indirect
  37. github.com/google/go-querystring v1.1.0
  38. github.com/gopherjs/gopherjs v1.17.2 // indirect
  39. github.com/hashicorp/errwrap v1.1.0 // indirect
  40. github.com/jtolds/gls v4.20.0+incompatible // indirect
  41. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  42. go.etcd.io/etcd/api/v3 v3.5.12 // indirect
  43. go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
  44. go.uber.org/multierr v1.10.0 // indirect
  45. go.uber.org/zap v1.27.0 // indirect
  46. golang.org/x/net v0.35.0 // indirect
  47. golang.org/x/sys v0.30.0 // indirect
  48. golang.org/x/text v0.22.0 // indirect
  49. google.golang.org/grpc v1.67.1 // indirect
  50. google.golang.org/protobuf v1.35.1 // indirect
  51. )