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