...
1module github.com/aliyun/credentials-go
2
3go 1.14
4
5require (
6 github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68
7 github.com/alibabacloud-go/tea v1.1.8
8 github.com/davecgh/go-spew v1.1.1 // indirect
9 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
10 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
11 github.com/smartystreets/assertions v1.1.0 // indirect
12 github.com/smartystreets/goconvey v1.6.4 // indirect
13 github.com/stretchr/testify v1.5.1
14 golang.org/x/net v0.17.0 // indirect
15 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
16 gopkg.in/ini.v1 v1.56.0
17 gopkg.in/yaml.v2 v2.2.8 // indirect
18)
View as plain text