module github.com/xenserver/packer-builder-xenserver go 1.16 require ( github.com/amfranz/go-xmlrpc-client v0.0.0-20190612172737-76858463955d github.com/hashicorp/hcl/v2 v2.12.0 github.com/hashicorp/packer-plugin-sdk v0.3.0 github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/stretchr/objx v0.2.0 // indirect github.com/terra-farm/go-xen-api-client v0.0.2 github.com/zclconf/go-cty v1.10.0 golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect )