Merge pull request #8444 from ad-m/hyperone-builder
Fix tags & modernize config for HyperOne builder
Showing
+2740 -102
module github.com/hashicorp/packer | ||
require ( | ||
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 | ||
contrib.go.opencensus.io/exporter/ocagent v0.5.0 // indirect | ||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191203043605-d42048ed14fd // indirect | ||
github.com/1and1/oneandone-cloudserver-sdk-go v1.0.1 | ||
github.com/Azure/azure-sdk-for-go v30.0.0+incompatible | ||
github.com/Azure/go-autorest v12.0.0+incompatible | ||
... | ... | @@ -19,7 +24,6 @@ require ( |
github.com/antchfx/xpath v0.0.0-20170728053731-b5c552e1acbd // indirect | ||
github.com/antchfx/xquery v0.0.0-20170730121040-eb8c3c172607 // indirect | ||
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6 // indirect | ||
github.com/approvals/go-approval-tests v0.0.0-20160714161514-ad96e53bea43 | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.24.1 | ||
... | ... | @@ -30,6 +34,7 @@ require ( |
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e | ||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect | ||
github.com/creack/goselect v0.1.0 // indirect | ||
github.com/creack/pty v1.1.9 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/digitalocean/go-libvirt v0.0.0-20190626172931-4d226dd6c437 // indirect | ||
github.com/digitalocean/go-qemu v0.0.0-20181112162955-dd7bb9c771b8 | ||
... | ... | @@ -40,6 +45,7 @@ require ( |
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/dylanmei/iso8601 v0.1.0 // indirect | ||
github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08 | ||
github.com/envoyproxy/go-control-plane v0.9.1 // indirect | ||
github.com/exoscale/egoscale v0.18.1 | ||
github.com/fatih/camelcase v1.0.0 | ||
github.com/fatih/structtag v1.0.0 | ||
... | ... | @@ -49,9 +55,11 @@ require ( |
github.com/gocolly/colly v1.2.0 | ||
github.com/gofrs/flock v0.7.1 | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/google/go-cmp v0.3.0 | ||
github.com/google/go-cmp v0.3.1 | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect | ||
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 | ||
github.com/google/uuid v1.0.0 | ||
github.com/gophercloud/gophercloud v0.2.0 | ||
... | ... | @@ -70,17 +78,19 @@ require ( |
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect | ||
github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/hashicorp/go-version v1.2.0 | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.0.0 | ||
github.com/hashicorp/serf v0.8.2 // indirect | ||
github.com/hashicorp/vault v1.1.0 | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d | ||
github.com/hetznercloud/hcloud-go v1.15.1 | ||
github.com/hyperonecom/h1-client-go v0.0.0-20190122232013-cf38e8387775 | ||
github.com/hyperonecom/h1-client-go v0.0.0-20191203060043-b46280e4c4a4 | ||
github.com/jdcloud-api/jdcloud-sdk-go v1.9.1-0.20190605102154-3d81a50ca961 | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 | ||
github.com/joyent/triton-go v0.0.0-20180116165742-545edbe0d564 | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/jtolds/gls v4.2.1+incompatible // indirect | ||
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
... | ... | @@ -89,6 +99,7 @@ require ( |
github.com/klauspost/crc32 v0.0.0-20160114101742-999f3125931f // indirect | ||
github.com/klauspost/pgzip v0.0.0-20151221113845-47f36e165cec | ||
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect | ||
github.com/kr/pty v1.1.8 // indirect | ||
github.com/linode/linodego v0.7.1 | ||
github.com/masterzen/azure-sdk-for-go v0.0.0-20161014135628-ee4f0065d00c // indirect | ||
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect | ||
... | ... | @@ -123,7 +134,9 @@ require ( |
github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca | ||
github.com/posener/complete v1.1.1 | ||
github.com/profitbricks/profitbricks-sdk-go v4.0.2+incompatible | ||
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect | ||
github.com/renstrom/fuzzysearch v0.0.0-20160331204855-2d205ac6ec17 // indirect | ||
github.com/rogpeppe/go-internal v1.5.0 // indirect | ||
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 // indirect | ||
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
... | ... | @@ -132,6 +145,7 @@ require ( |
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/temoto/robotstxt v1.1.1 // indirect | ||
github.com/tencentcloud/tencentcloud-sdk-go v3.0.97+incompatible | ||
... | ... | @@ -144,17 +158,28 @@ require ( |
github.com/yandex-cloud/go-genproto v0.0.0-20190916101622-7617782d381e | ||
github.com/yandex-cloud/go-sdk v0.0.0-20190916101744-c781afa45829 | ||
github.com/zclconf/go-cty v1.1.0 | ||
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 | ||
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0 | ||
google.golang.org/api v0.9.0 | ||
google.golang.org/grpc v1.21.1 | ||
go.opencensus.io v0.22.2 // indirect | ||
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e | ||
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect | ||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect | ||
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | ||
golang.org/x/mobile v0.0.0-20191130191448-5c0e7e404af8 // indirect | ||
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 | ||
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e | ||
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
golang.org/x/tools v0.0.0-20191203051722-db047d72ee39 | ||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect | ||
google.golang.org/api v0.14.0 | ||
google.golang.org/appengine v1.6.5 // indirect | ||
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect | ||
google.golang.org/grpc v1.25.1 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/h2non/gock.v1 v1.0.12 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // indirect | ||
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 // indirect | ||
) | ||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 | ||
... | ... |
This diff is collapsed.
vendor/cloud.google.com/go/CHANGES.md
0 → 100644
This diff is collapsed.
vendor/cloud.google.com/go/CONTRIBUTING.md
0 → 100644
vendor/cloud.google.com/go/README.md
0 → 100644
vendor/cloud.google.com/go/RELEASING.md
0 → 100644
vendor/cloud.google.com/go/doc.go
0 → 100644
vendor/cloud.google.com/go/gapics.txt
0 → 100644
vendor/cloud.google.com/go/go.mod
0 → 100644
vendor/cloud.google.com/go/go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment