module github.com/aliyun/credentials-go go 1.14 require ( github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 github.com/alibabacloud-go/tea v1.1.8 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/smartystreets/assertions v1.1.0 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.5.1 github.com/yuin/goldmark v1.1.30 // indirect golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/ini.v1 v1.56.0 gopkg.in/yaml.v2 v2.2.8 // indirect )