packer-plugin-xenserver/go.mod
2021-09-16 23:12:51 +02:00

17 lines
636 B
Modula-2

module github.com/xenserver/packer-builder-xenserver
go 1.16
require (
github.com/amfranz/go-xmlrpc-client v0.0.0-20190612172737-76858463955d
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/terra-farm/go-xen-api-client v0.0.1
github.com/zclconf/go-cty v1.8.3
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)