go.mod 581 B

123456789101112131415
  1. module github.com/aliyun/alibaba-cloud-sdk-go
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
  5. github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
  6. github.com/json-iterator/go v1.1.5
  7. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  8. github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
  9. github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
  10. github.com/stretchr/testify v1.3.0
  11. gopkg.in/ini.v1 v1.42.0
  12. )
  13. go 1.13