1234567891011121314151617 |
- module git.sxidc.com/service-supports/dapr_api
- go 1.19
- require (
- github.com/go-resty/resty/v2 v2.7.0
- github.com/satori/go.uuid v1.2.0
- github.com/stretchr/testify v1.8.0
- )
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|