go.mod 330 B

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