github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/go.mod (about) 1 module github.com/opentelekomcloud/gophertelekomcloud 2 3 go 1.20 4 5 require ( 6 github.com/stretchr/testify v1.7.1 7 golang.org/x/crypto v0.17.0 8 gopkg.in/yaml.v2 v2.3.0 9 ) 10 11 require ( 12 github.com/davecgh/go-spew v1.1.1 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 golang.org/x/sys v0.15.0 // indirect 15 gopkg.in/yaml.v3 v3.0.0 // indirect 16 )