module github.com/hashicorp/packer-plugin-proxmox go 1.16 require ( github.com/Telmate/proxmox-api-go v0.0.0-20210402150908-b9cc6607c070 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer v1.7.2 github.com/hashicorp/packer-plugin-sdk v0.2.2 github.com/mitchellh/mapstructure v1.4.0 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 )