go.mod 454 B

1234567891011121314151617
  1. module git.sxidc.com/service-supports/dapr_api
  2. go 1.19
  3. require (
  4. github.com/go-resty/resty/v2 v2.7.0
  5. github.com/satori/go.uuid v1.2.0
  6. github.com/stretchr/testify v1.8.0
  7. )
  8. require (
  9. github.com/davecgh/go-spew v1.1.1 // indirect
  10. github.com/pmezard/go-difflib v1.0.0 // indirect
  11. golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
  12. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  13. gopkg.in/yaml.v3 v3.0.1 // indirect
  14. )