module github.com/YaleUniversity/packer-provisioner-goss go 1.13 require ( github.com/hashicorp/hcl/v2 v2.2.0 github.com/hashicorp/packer v1.5.1 github.com/zclconf/go-cty v1.1.2-0.20191126233707-f0f7fd24c4af gopkg.in/yaml.v2 v2.2.7 )