mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
This step removes community plugins from the Packer binary release. These plugins are being maintained and released independently of Packer and have become out of date. To ensure users are using the latest version of the plugins they are being removed in favor of the external plugin installation processes.
216 lines
10 KiB
Modula-2
216 lines
10 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/stretchr/testify v1.8.2
|
|
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.7.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/hashicorp/packer-plugin-ansible v1.0.3
|
|
github.com/hashicorp/packer-plugin-azure v1.4.0
|
|
github.com/hashicorp/packer-plugin-docker v1.0.8
|
|
github.com/hashicorp/packer-plugin-googlecompute v1.1.0
|
|
github.com/hashicorp/packer-plugin-parallels v1.0.3
|
|
github.com/hashicorp/packer-plugin-qemu v1.0.9
|
|
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/oklog/ulid v1.3.1
|
|
github.com/shirou/gopsutil/v3 v3.23.4
|
|
)
|
|
|
|
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/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/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // 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/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/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/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/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/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/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // 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/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // 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/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // 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/shoenig/go-m1cpu v0.1.5 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.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/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/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.20
|