18 lines
690 B
Modula-2
18 lines
690 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/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
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
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|