19 lines
724 B
Modula-2
19 lines
724 B
Modula-2
module github.com/xenserver/packer-builder-xenserver
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/amfranz/go-xmlrpc-client v0.0.0-20190612172737-76858463955d
|
|
github.com/aws/aws-sdk-go v1.36.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.6.0
|
|
github.com/hashicorp/packer v1.6.5
|
|
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
github.com/terra-farm/go-xen-api-client v0.0.1
|
|
github.com/zclconf/go-cty v1.4.0
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
|
golang.org/x/tools v0.0.0-20201111133315-69daaf961d65 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|