module github.com/gophercloud/gophercloud

go 1.14

require (
	golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
	gopkg.in/yaml.v2 v2.4.0
)
