module github.com/hashicorp/packer-plugin-openstack go 1.16 require ( github.com/google/uuid v1.2.0 github.com/gophercloud/gophercloud v0.12.0 github.com/gophercloud/utils v0.0.0-20200508015959-b0167b94122c github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/mitchellh/mapstructure v1.4.1 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad gopkg.in/yaml.v2 v2.4.0 // indirect )