module github.com/hashicorp/packer-plugin-qemu go 1.16 require ( github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001 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/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 )