mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
* Update external plugin documentation source The UCloud plugin for Packer is now maintained by the UCloud team, under their respective GitHub org. This changes updates the source address for the external plugin that should be used for pulling new plugin documentation. * Remove packer-plugin-ucloud from vendored plugins.
264 lines
13 KiB
Modula-2
264 lines
13 KiB
Modula-2
module github.com/hashicorp/packer
|
|
|
|
require (
|
|
cloud.google.com/go v0.105.0 // indirect
|
|
github.com/biogo/hts v1.4.3
|
|
github.com/cheggaaa/pb v1.0.27
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/dsnet/compress v0.0.1
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/go-openapi/runtime v0.25.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/go-github/v33 v33.0.1-0.20210113204525-9318e629ec69
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
|
|
github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
|
github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840
|
|
github.com/hashicorp/go-getter/v2 v2.2.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/hashicorp/hcl/v2 v2.14.1
|
|
github.com/hashicorp/hcp-sdk-go v0.36.0
|
|
github.com/hashicorp/packer-plugin-amazon v1.2.1
|
|
github.com/hashicorp/packer-plugin-sdk v0.4.0
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/masterzen/winrm v0.0.0-20210623064412-3b76017826b0
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mattn/go-tty v0.0.0-20191112051231-74040eebce08
|
|
github.com/mitchellh/cli v1.1.2
|
|
github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/mitchellh/panicwrap v1.0.0
|
|
github.com/mitchellh/prefixedio v0.0.0-20151214002211-6e6954073784
|
|
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
|
github.com/pkg/sftp v1.13.2 // indirect
|
|
github.com/posener/complete v1.2.3
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/zclconf/go-cty v1.10.0
|
|
github.com/zclconf/go-cty-yaml v1.0.1
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/mod v0.8.0
|
|
golang.org/x/net v0.8.0
|
|
golang.org/x/oauth2 v0.1.0
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/term v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
golang.org/x/tools v0.6.0
|
|
google.golang.org/api v0.101.0 // indirect
|
|
google.golang.org/grpc v1.50.1
|
|
)
|
|
|
|
require (
|
|
github.com/digitalocean/packer-plugin-digitalocean v1.1.1
|
|
github.com/hashicorp/packer-plugin-alicloud v1.0.7
|
|
github.com/hashicorp/packer-plugin-ansible v1.0.3
|
|
github.com/hashicorp/packer-plugin-azure v1.4.0
|
|
github.com/hashicorp/packer-plugin-chef v1.0.2
|
|
github.com/hashicorp/packer-plugin-cloudstack v1.0.2
|
|
github.com/hashicorp/packer-plugin-converge v1.0.1
|
|
github.com/hashicorp/packer-plugin-docker v1.0.8
|
|
github.com/hashicorp/packer-plugin-googlecompute v1.1.0
|
|
github.com/hashicorp/packer-plugin-hcloud v1.0.5
|
|
github.com/hashicorp/packer-plugin-hyperone v1.0.1
|
|
github.com/hashicorp/packer-plugin-hyperv v1.0.4
|
|
github.com/hashicorp/packer-plugin-inspec v1.0.0
|
|
github.com/hashicorp/packer-plugin-jdcloud v1.0.1
|
|
github.com/hashicorp/packer-plugin-lxc v1.0.2
|
|
github.com/hashicorp/packer-plugin-lxd v1.0.1
|
|
github.com/hashicorp/packer-plugin-ncloud v1.0.3
|
|
github.com/hashicorp/packer-plugin-oneandone v1.0.1
|
|
github.com/hashicorp/packer-plugin-openstack v1.0.1
|
|
github.com/hashicorp/packer-plugin-parallels v1.0.3
|
|
github.com/hashicorp/packer-plugin-profitbricks v1.0.2
|
|
github.com/hashicorp/packer-plugin-proxmox v1.1.1
|
|
github.com/hashicorp/packer-plugin-puppet v1.0.1
|
|
github.com/hashicorp/packer-plugin-qemu v1.0.9
|
|
github.com/hashicorp/packer-plugin-salt v1.0.0
|
|
github.com/hashicorp/packer-plugin-tencentcloud v1.0.6
|
|
github.com/hashicorp/packer-plugin-triton v1.0.2
|
|
github.com/hashicorp/packer-plugin-vagrant v1.0.3
|
|
github.com/hashicorp/packer-plugin-virtualbox v1.0.4
|
|
github.com/hashicorp/packer-plugin-vmware v1.0.7
|
|
github.com/hashicorp/packer-plugin-vsphere v1.1.1
|
|
github.com/hashicorp/packer-plugin-yandex v1.1.2
|
|
github.com/oklog/ulid v1.3.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.12.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.1.1 // indirect
|
|
cloud.google.com/go/iam v0.6.0 // indirect
|
|
cloud.google.com/go/storage v1.27.0 // indirect
|
|
github.com/1and1/oneandone-cloudserver-sdk-go v1.0.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go v64.0.0+incompatible // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.19 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
|
|
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/NaverCloudPlatform/ncloud-sdk-go-v2 v1.1.7 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
|
|
github.com/Telmate/proxmox-api-go v0.0.0-20221209160129-bb95d9a81e7a // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1028 // indirect
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.8+incompatible // indirect
|
|
github.com/antihax/optional v1.0.0 // indirect
|
|
github.com/apache/cloudstack-go/v2 v2.12.0 // indirect
|
|
github.com/apparentlymart/go-cidr v1.0.1 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/armon/go-metrics v0.3.9 // indirect
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/aws/aws-sdk-go v1.44.114 // indirect
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
github.com/bmatcuk/doublestar v1.1.5 // indirect
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2 // indirect
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
github.com/chzyer/test v1.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
|
|
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001 // indirect
|
|
github.com/digitalocean/godo v1.82.0 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/dylanmei/iso8601 v0.1.0 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/errors v0.20.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
github.com/go-openapi/spec v0.20.8 // indirect
|
|
github.com/go-openapi/strfmt v0.21.3 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-openapi/validate v0.22.1 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
|
|
github.com/gophercloud/gophercloud v0.12.0 // indirect
|
|
github.com/gophercloud/utils v0.0.0-20200508015959-b0167b94122c // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
|
|
github.com/hashicorp/aws-sdk-go-base v0.7.1 // indirect
|
|
github.com/hashicorp/consul/api v1.10.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-azure-helpers v0.16.5 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-getter/gcs/v2 v2.2.0 // indirect
|
|
github.com/hashicorp/go-getter/s3/v2 v2.2.0 // indirect
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/serf v0.9.5 // indirect
|
|
github.com/hashicorp/vault/api v1.1.1 // indirect
|
|
github.com/hashicorp/vault/sdk v0.2.1 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect
|
|
github.com/hetznercloud/hcloud-go v1.25.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/hyperonecom/h1-client-go v0.0.0-20191203060043-b46280e4c4a4 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jdcloud-api/jdcloud-sdk-go v1.9.1-0.20190605102154-3d81a50ca961 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/joyent/triton-go v1.8.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
|
|
github.com/matryer/is v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/iochan v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/profitbricks/profitbricks-sdk-go v4.0.2+incompatible // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.367 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.366 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc v1.0.366 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.6 // indirect
|
|
github.com/vmware/govmomi v0.29.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
github.com/yandex-cloud/go-genproto v0.0.0-20211202135052-789603780fb2 // indirect
|
|
github.com/yandex-cloud/go-sdk v0.0.0-20211206101223-7c4e7926bf53 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.mongodb.org/mongo-driver v1.11.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.opentelemetry.io/otel v1.11.1 // indirect
|
|
go.opentelemetry.io/otel/trace v1.11.1 // indirect
|
|
golang.org/x/mobile v0.0.0-20210901025245-1fde1d6c3ca1 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.18
|