module github.com/hashicorp/packer-plugin-vmware go 1.16 require ( github.com/google/go-cmp v0.5.6 github.com/hashicorp/go-getter/v2 v2.0.0 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer v1.7.2 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/vmware/govmomi v0.26.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a golang.org/x/net v0.0.0-20210614182718-04defd469f4e )