go.mod 716 B

1234567891011121314151617181920212223
  1. module git.sxidc.com/service-supports/dps-sdk
  2. go 1.21.3
  3. require (
  4. github.com/golang/protobuf v1.5.3
  5. github.com/mwitkow/go-proto-validators v0.3.2
  6. github.com/satori/go.uuid v1.2.0
  7. github.com/stretchr/testify v1.3.0
  8. google.golang.org/grpc v1.60.1
  9. google.golang.org/protobuf v1.32.0
  10. )
  11. require (
  12. github.com/davecgh/go-spew v1.1.0 // indirect
  13. github.com/gogo/protobuf v1.3.0 // indirect
  14. github.com/pmezard/go-difflib v1.0.0 // indirect
  15. golang.org/x/net v0.16.0 // indirect
  16. golang.org/x/sys v0.13.0 // indirect
  17. golang.org/x/text v0.13.0 // indirect
  18. google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
  19. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  20. )