go.mod 289 B

1234567891011121314
  1. module git.sxidc.com/service-supports/cws-sdk
  2. go 1.21.1
  3. require (
  4. github.com/go-resty/resty/v2 v2.15.1
  5. github.com/pkg/errors v0.9.1
  6. github.com/satori/go.uuid v1.2.0
  7. )
  8. require (
  9. golang.org/x/net v0.27.0 // indirect
  10. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  11. )