2018-11-12 10:46:21 -05:00
|
|
|
module github.com/hashicorp/packer
|
|
|
|
|
|
|
|
require (
|
2019-12-03 08:18:49 -05:00
|
|
|
cloud.google.com/go v0.49.0 // indirect
|
|
|
|
cloud.google.com/go/bigquery v1.3.0 // indirect
|
|
|
|
cloud.google.com/go/pubsub v1.1.0 // indirect
|
|
|
|
cloud.google.com/go/storage v1.4.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/1and1/oneandone-cloudserver-sdk-go v1.0.1
|
2020-03-25 15:15:46 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go v40.5.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.10.0
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.2
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.2.0
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
2019-11-15 16:07:21 -05:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20191115201650-bad6df29494a // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/ChrisTrenkamp/goxpath v0.0.0-20170625215350-4fe035839290
|
2020-02-03 08:55:01 -05:00
|
|
|
github.com/NaverCloudPlatform/ncloud-sdk-go-v2 v1.1.0
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
2019-09-13 18:19:57 -04:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-02-26 02:47:44 -05:00
|
|
|
github.com/Telmate/proxmox-api-go v0.0.0-20200225212220-a29566462efd
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af // indirect
|
2019-04-25 22:37:49 -04:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190418113227-25233c783f4e
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20170113022742-e6dbea820a9f
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/antchfx/htmlquery v1.0.0 // indirect
|
|
|
|
github.com/antchfx/xmlquery v1.0.0 // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/antchfx/xpath v0.0.0-20170728053731-b5c552e1acbd // indirect
|
|
|
|
github.com/antchfx/xquery v0.0.0-20170730121040-eb8c3c172607 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/approvals/go-approval-tests v0.0.0-20160714161514-ad96e53bea43
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
|
|
|
|
github.com/aws/aws-sdk-go v1.25.41
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/biogo/hts v0.0.0-20160420073057-50da7d4131a3
|
2019-04-11 18:29:34 -04:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
|
Use the hashicorp/go-getter to download files
* removed packer.Cache and references since packer.Cache is never used except in the download step. The download step now uses the new func packer.CachePath(targetPath) for this, the behavior is the same.
* removed download code from packer that was reimplemented into the go-getter library: progress bar, http download restart, checksuming from file, skip already downloaded files, symlinking, make a download cancellable by context.
* on windows if packer is running without symlinking rights and we are getting a local file, the file will be copied instead to avoid errors.
* added unit tests for step_download that are now CI tested on windows, mac & linux.
* files are now downloaded under cache dir `sha1(filename + "?checksum=" + checksum) + file_extension`
* since the output dir is based on the source url and the checksum, when the checksum fails, the file is auto deleted.
* a download file is protected and locked by a file lock,
* updated docs
* updated go modules and vendors
2019-03-13 07:11:58 -04:00
|
|
|
github.com/cheggaaa/pb v1.0.27
|
2019-05-01 15:10:15 -04:00
|
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
2019-06-06 13:52:12 -04:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2019-05-01 15:10:15 -04:00
|
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
2019-04-25 15:40:09 -04:00
|
|
|
github.com/creack/goselect v0.1.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-07-10 14:30:41 -04:00
|
|
|
github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437 // indirect
|
|
|
|
github.com/digitalocean/go-qemu v0.0.0-20181112162955-dd7bb9c771b8
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/digitalocean/godo v1.11.1
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/docker/docker v0.0.0-20180422163414-57142e89befe // indirect
|
2019-09-06 05:59:23 -04:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/dylanmei/iso8601 v0.1.0 // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08
|
2019-06-18 13:07:32 -04:00
|
|
|
github.com/exoscale/egoscale v0.18.1
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/fatih/camelcase v1.0.0
|
|
|
|
github.com/fatih/structtag v1.0.0
|
2020-04-21 12:37:29 -04:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/go-ini/ini v1.25.4
|
2019-09-13 18:19:57 -04:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-04-28 09:03:24 -04:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/gocolly/colly v1.2.0
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/gofrs/flock v0.7.1
|
2019-06-23 09:46:37 -04:00
|
|
|
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
|
2020-03-25 15:15:46 -04:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
2019-12-03 08:18:49 -05:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2019-09-06 05:59:23 -04:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-06-25 03:17:07 -04:00
|
|
|
github.com/gophercloud/gophercloud v0.2.0
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/gophercloud/utils v0.0.0-20190124192022-a5c25e7a53a6
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/gorilla/websocket v0.0.0-20170319172727-a91eba7f9777 // indirect
|
2019-09-23 14:09:10 -04:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/hashicorp/consul/api v1.4.0
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/hashicorp/go-cty-funcs/cidr v0.0.0-20200203151509-c92509f48b18
|
|
|
|
github.com/hashicorp/go-cty-funcs/crypto v0.0.0-20200124154056-476681ae9d62
|
|
|
|
github.com/hashicorp/go-cty-funcs/encoding v0.0.0-20200203151509-c92509f48b18
|
|
|
|
github.com/hashicorp/go-cty-funcs/filesystem v0.0.0-20200203151509-c92509f48b18
|
|
|
|
github.com/hashicorp/go-cty-funcs/uuid v0.0.0-20200203151509-c92509f48b18
|
2020-05-11 05:14:50 -04:00
|
|
|
github.com/hashicorp/go-getter/v2 v2.0.0-20200511085045-ad575698c524
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/hashicorp/go-oracle-terraform v0.0.0-20181016190316-007121241b79
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2019-05-06 17:25:15 -04:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
2019-12-03 08:18:49 -05:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/hashicorp/hcl/v2 v2.3.0
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/hashicorp/serf v0.9.2 // indirect
|
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
|
2019-08-05 04:10:39 -04:00
|
|
|
github.com/hetznercloud/hcloud-go v1.15.1
|
2019-12-03 08:18:49 -05:00
|
|
|
github.com/hyperonecom/h1-client-go v0.0.0-20191203060043-b46280e4c4a4
|
2019-08-09 03:00:23 -04:00
|
|
|
github.com/jdcloud-api/jdcloud-sdk-go v1.9.1-0.20190605102154-3d81a50ca961
|
2019-10-09 12:37:11 -04:00
|
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62
|
2019-04-25 22:37:49 -04:00
|
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
2019-12-03 08:18:49 -05:00
|
|
|
github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/klauspost/compress v0.0.0-20160131094358-f86d2e6d8a77 // indirect
|
|
|
|
github.com/klauspost/cpuid v0.0.0-20160106104451-349c67577817 // indirect
|
|
|
|
github.com/klauspost/crc32 v0.0.0-20160114101742-999f3125931f // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/klauspost/pgzip v0.0.0-20151221113845-47f36e165cec
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
|
2019-04-15 17:22:25 -04:00
|
|
|
github.com/linode/linodego v0.7.1
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/masterzen/azure-sdk-for-go v0.0.0-20161014135628-ee4f0065d00c // indirect
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/masterzen/winrm v0.0.0-20180224160350-7e40f93ae939
|
2019-11-12 13:14:37 -05:00
|
|
|
github.com/mattn/go-tty v0.0.0-20191112051231-74040eebce08
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/mitchellh/cli v1.1.0
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/mitchellh/go-testing-interface v1.0.3 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
|
2019-04-26 19:22:53 -04:00
|
|
|
github.com/mitchellh/iochan v1.0.0
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/mitchellh/mapstructure v1.2.3
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/mitchellh/panicwrap v0.0.0-20170106182340-fce601fe5557
|
|
|
|
github.com/mitchellh/prefixedio v0.0.0-20151214002211-6e6954073784
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.0
|
2019-04-25 22:37:49 -04:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/moul/anonuuid v0.0.0-20160222162117-609b752a95ef // indirect
|
|
|
|
github.com/moul/gotty-client v0.0.0-20180327180212-b26a57ebc215 // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/olekukonko/tablewriter v0.0.0-20180105111133-96aac992fc8b
|
2020-04-22 09:28:52 -04:00
|
|
|
github.com/oracle/oci-go-sdk v18.0.0+incompatible
|
2019-02-20 19:43:05 -05:00
|
|
|
github.com/outscale/osc-go v0.0.1
|
2020-04-21 12:37:29 -04:00
|
|
|
github.com/overdrive3000/secretsmanager v0.0.0-20200421092817-bcdff577c37a
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a
|
2019-04-10 09:41:22 -04:00
|
|
|
github.com/pierrec/lz4 v2.0.5+incompatible
|
2019-09-23 14:09:10 -04:00
|
|
|
github.com/pkg/errors v0.8.1
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca
|
2020-05-11 15:26:01 -04:00
|
|
|
github.com/posener/complete v1.2.3
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/profitbricks/profitbricks-sdk-go v4.0.2+incompatible
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/renstrom/fuzzysearch v0.0.0-20160331204855-2d205ac6ec17 // indirect
|
2019-06-06 10:40:39 -04:00
|
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
2019-10-28 17:31:07 -04:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
github.com/scaleway/scaleway-cli v0.0.0-20180921094345-7b12c9699d70
|
2019-09-13 18:19:57 -04:00
|
|
|
github.com/shirou/gopsutil v2.18.12+incompatible
|
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
|
|
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
2019-12-03 08:18:49 -05:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2019-09-23 14:09:10 -04:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-21 06:28:34 -04:00
|
|
|
github.com/temoto/robotstxt v1.1.1 // indirect
|
2020-04-15 00:38:50 -04:00
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go v3.0.155+incompatible
|
2019-10-30 13:47:13 -04:00
|
|
|
github.com/ucloud/ucloud-sdk-go v0.12.0
|
|
|
|
github.com/ufilesdk-dev/ufile-gosdk v0.0.0-20190830075812-b4dbc4ef43a6
|
|
|
|
github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1
|
Use the hashicorp/go-getter to download files
* removed packer.Cache and references since packer.Cache is never used except in the download step. The download step now uses the new func packer.CachePath(targetPath) for this, the behavior is the same.
* removed download code from packer that was reimplemented into the go-getter library: progress bar, http download restart, checksuming from file, skip already downloaded files, symlinking, make a download cancellable by context.
* on windows if packer is running without symlinking rights and we are getting a local file, the file will be copied instead to avoid errors.
* added unit tests for step_download that are now CI tested on windows, mac & linux.
* files are now downloaded under cache dir `sha1(filename + "?checksum=" + checksum) + file_extension`
* since the output dir is based on the source url and the checksum, when the checksum fails, the file is auto deleted.
* a download file is protected and locked by a file lock,
* updated docs
* updated go modules and vendors
2019-03-13 07:11:58 -04:00
|
|
|
github.com/ulikunitz/xz v0.5.5
|
2020-01-08 13:22:55 -05:00
|
|
|
github.com/vmware/govmomi v0.21.0
|
2019-05-26 05:58:26 -04:00
|
|
|
github.com/xanzy/go-cloudstack v0.0.0-20190526095453-42f262b63ed0
|
2019-09-23 14:12:49 -04:00
|
|
|
github.com/yandex-cloud/go-genproto v0.0.0-20190916101622-7617782d381e
|
|
|
|
github.com/yandex-cloud/go-sdk v0.0.0-20190916101744-c781afa45829
|
2020-03-10 11:01:18 -04:00
|
|
|
github.com/zclconf/go-cty v1.3.2-0.20200309235747-0b5d9cf50df7
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
github.com/zclconf/go-cty-yaml v1.0.1
|
2020-03-25 15:15:46 -04:00
|
|
|
go.opencensus.io v0.22.3 // indirect
|
Hcl2 input variables, local variables and functions (#8588)
Mainly redefine or reused what Terraform did.
* allow to used `variables`, `variable` and `local` blocks
* import the following functions and their docs from Terraform: abs, abspath, basename, base64decode, base64encode, bcrypt, can, ceil, chomp, chunklist, cidrhost, cidrnetmask, cidrsubnet, cidrsubnets, coalesce, coalescelist, compact, concat, contains, convert, csvdecode, dirname, distinct, element, file, fileexists, fileset, flatten, floor, format, formatdate, formatlist, indent, index, join, jsondecode, jsonencode, keys, length, log, lookup, lower, max, md5, merge, min, parseint, pathexpand, pow, range, reverse, rsadecrypt, setintersection, setproduct, setunion, sha1, sha256, sha512, signum, slice, sort, split, strrev, substr, timestamp, timeadd, title, trim, trimprefix, trimspace, trimsuffix, try, upper, urlencode, uuidv4, uuidv5, values, yamldecode, yamlencode, zipmap.
2020-02-06 05:49:21 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
|
2019-12-03 08:18:49 -05:00
|
|
|
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
2020-01-07 19:59:31 -05:00
|
|
|
golang.org/x/mobile v0.0.0-20191130191448-5c0e7e404af8
|
2020-03-25 15:15:46 -04:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2019-12-03 08:18:49 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
2020-03-25 15:15:46 -04:00
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
2019-12-03 08:18:49 -05:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2020-02-07 14:23:36 -05:00
|
|
|
golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa
|
2020-03-25 15:15:46 -04:00
|
|
|
google.golang.org/api v0.20.0
|
2019-12-03 08:18:49 -05:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2020-03-25 15:15:46 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20200325114520-5b2d0af7952b // indirect
|
|
|
|
google.golang.org/grpc v1.28.0
|
2019-04-25 22:37:49 -04:00
|
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
2018-12-11 11:46:54 -05:00
|
|
|
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516 // indirect
|
2020-04-21 12:37:29 -04:00
|
|
|
gopkg.in/resty.v1 v1.12.0 // indirect
|
2018-11-12 10:46:21 -05:00
|
|
|
)
|
2019-09-04 08:50:28 -04:00
|
|
|
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|
2019-09-10 06:38:47 -04:00
|
|
|
|
2019-09-05 09:55:39 -04:00
|
|
|
replace github.com/gofrs/flock => github.com/azr/flock v0.0.0-20190823144736-958d66434653
|
2019-09-05 11:06:46 -04:00
|
|
|
|
|
|
|
go 1.13
|