module github.com/hashicorp/packer-plugin-vagrant go 1.16 require ( github.com/hashicorp/go-version v1.3.0 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/klauspost/compress v1.11.13 // indirect github.com/klauspost/crc32 v1.2.0 // indirect github.com/klauspost/pgzip v0.0.0-20151221113845-47f36e165cec github.com/mitchellh/mapstructure v1.4.1 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 )