github.com/aliyun/credentials-go@v1.4.7/go.mod (about)

     1  module github.com/aliyun/credentials-go
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/alibabacloud-go/debug v1.0.1
     7  	github.com/alibabacloud-go/tea v1.2.2
     8  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
     9  	github.com/stretchr/testify v1.5.1
    10  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    11  	gopkg.in/ini.v1 v1.67.0
    12  	gopkg.in/yaml.v2 v2.2.8 // indirect
    13  )