- module git.sxidc.com/service-supports/cws-sdk
- go 1.21.1
- require (
- github.com/go-resty/resty/v2 v2.15.1
- github.com/pkg/errors v0.9.1
- github.com/satori/go.uuid v1.2.0
- )
- require (
- golang.org/x/net v0.27.0 // indirect
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- )
|