| 1234567891011121314151617181920212223 |
- module git.sxidc.com/service-supports/dps-sdk
- go 1.21.3
- require (
- github.com/golang/protobuf v1.5.3
- github.com/mwitkow/go-proto-validators v0.3.2
- github.com/satori/go.uuid v1.2.0
- github.com/stretchr/testify v1.3.0
- google.golang.org/grpc v1.60.1
- google.golang.org/protobuf v1.32.0
- )
- require (
- github.com/davecgh/go-spew v1.1.0 // indirect
- github.com/gogo/protobuf v1.3.0 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- golang.org/x/net v0.16.0 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- )
|