module github.com/hashicorp/packer-plugin-virtualbox go 1.16 require ( github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 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/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 )