Hi, I am creating a small plugin for packer but while building the plugin I see packer downloads too many dependencies. The total dependencies it downloads is close to 2GB.
Is there a workaround for it? My go.mod module "<some module>" go 1.12 require github.com/hashicorp/packer v1.4.2 Go build log go: finding github.com/hashicorp/packer v1.4.2 go: finding github.com/biogo/hts v0.0.0-20160420073057-50da7d4131a3 go: finding github.com/apache/thrift v0.12.0 go: finding github.com/Telmate/proxmox-api-go v0.0.0-20190614181158-26cd147831a4 go: finding github.com/creack/goselect v0.1.0 go: finding github.com/1and1/oneandone-cloudserver-sdk-go v1.0.1 go: finding github.com/hashicorp/go-version v1.2.0 go: finding github.com/hashicorp/go-cleanhttp v0.5.0 go: finding github.com/hashicorp/go-uuid v1.0.1 go: finding github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d go: finding contrib.go.opencensus.io/exporter/ocagent v0.5.0 go: finding github.com/mna/pigeon v1.0.0 go: finding github.com/hashicorp/go-getter v1.2.0 go: finding github.com/klauspost/pgzip v0.0.0-20151221113845-47f36e165cec go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 go: finding github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc go: finding github.com/Azure/azure-sdk-for-go v30.0.0+incompatible go: finding github.com/cheggaaa/pb v1.0.27 go: finding github.com/olekukonko/tablewriter v0.0.0-20180105111133-96aac992fc8b go: finding github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e go: finding github.com/masterzen/azure-sdk-for-go v0.0.0-20161014135628-ee4f0065d00c go: finding github.com/go-ini/ini v1.25.4 go: finding github.com/mattn/go-isatty v0.0.4 go: finding github.com/antchfx/xquery v0.0.0-20170730121040-eb8c3c172607 go: finding github.com/vmware/govmomi v0.0.0-20170707011325-c2105a174311 go: finding github.com/satori/go.uuid v1.2.0 go: finding github.com/profitbricks/profitbricks-sdk-go v4.0.2+incompatible go: finding github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d go: finding github.com/stretchr/testify v1.3.0 go: finding github.com/scaleway/scaleway-cli v0.0.0-20180921094345-7b12c9699d70 go: finding github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4 go: finding github.com/aws/aws-sdk-go v1.15.78 go: finding github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/moul/anonuuid v0.0.0-20160222162117-609b752a95ef go: finding github.com/dnaeon/go-vcr v1.0.0 go: finding github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859 go: finding github.com/grpc-ecosystem/grpc-gateway v1.8.5 go: finding github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 go: finding github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: finding github.com/mattn/go-runewidth v0.0.4 go: finding github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20170113022742-e6dbea820a9f go: finding github.com/joyent/triton-go v0.0.0-20180116165742-545edbe0d564 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/marstr/guid v0.0.0-20170427235115-8bdf7d1a087c go: finding github.com/NaverCloudPlatform/ncloud-sdk-go v0.0.0-20180110055012-c2e73f942591 go: finding github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1 go: finding github.com/yandex-cloud/go-genproto v0.0.0-20190401174212-1db0ef3dce9b go: finding github.com/moul/gotty-client v0.0.0-20180327180212-b26a57ebc215 go: finding golang.org/x/tools v0.0.0-20190530184349-ce1a3806b557 go: finding github.com/mitchellh/panicwrap v0.0.0-20170106182340-fce601fe5557 go: finding github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae go: finding golang.org/x/net v0.0.0-20181220203305-927f97764cc3 go: finding github.com/hashicorp/go-multierror v1.0.0 go: finding github.com/ulikunitz/xz v0.5.5 go: finding github.com/klauspost/compress v0.0.0-20160131094358-f86d2e6d8a77 go: finding github.com/Azure/go-autorest v12.0.0+incompatible go: finding gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516 go: finding github.com/gofrs/flock v0.7.1 go: finding golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 go: finding github.com/renstrom/fuzzysearch v0.0.0-20160331204855-2d205ac6ec17 go: finding gopkg.in/yaml.v2 v2.2.2 go: finding github.com/hetznercloud/hcloud-go v1.12.0 go: finding github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed go: finding github.com/hashicorp/serf v0.8.2 go: finding github.com/hashicorp/consul v1.4.0 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 go: finding github.com/json-iterator/go v1.1.6 go: finding github.com/approvals/go-approval-tests v0.0.0-20160714161514-ad96e53bea43 go: finding google.golang.org/api v0.1.0 go: finding github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca go: finding github.com/ghodss/yaml v1.0.0 go: finding github.com/mitchellh/prefixedio v0.0.0-20151214002211-6e6954073784 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 go: finding github.com/docker/docker v0.0.0-20180422163414-57142e89befe go: finding github.com/hashicorp/go-safetemp v1.0.0 go: finding github.com/kr/pretty v0.1.0 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible go: finding golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 go: finding github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 go: finding github.com/hashicorp/go-oracle-terraform v0.0.0-20181016190316-007121241b79 go: finding github.com/antchfx/xpath v0.0.0-20170728053731-b5c552e1acbd go: finding github.com/gophercloud/gophercloud v0.0.0-20180903124057-ea7289ebdf06 go: finding google.golang.org/grpc v1.17.0 go: finding github.com/hashicorp/hcl v1.0.0 go: finding github.com/gorilla/websocket v0.0.0-20170319172727-a91eba7f9777 go: finding google.golang.org/grpc v1.20.1 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding gopkg.in/resty.v1 v1.12.0 go: finding github.com/rwtodd/Go.Sed v0.0.0-20170507045331-d6d5d585814e go: finding github.com/gophercloud/utils v0.0.0-20190124192022-a5c25e7a53a6 go: finding github.com/kr/text v0.1.0 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a go: finding github.com/stretchr/objx v0.1.0 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52 go: finding gopkg.in/ini.v1 v1.42.0 go: finding golang.org/x/sys v0.0.0-20190425145619-16072639606e go: finding github.com/linode/linodego v0.7.1 go: finding github.com/golang/protobuf v1.2.0 go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 go: finding github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af go: finding cloud.google.com/go v0.36.0 go: finding github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a go: finding google.golang.org/api v0.4.0 go: finding github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 go: finding github.com/masterzen/winrm v0.0.0-20180224160350-7e40f93ae939 go: finding google.golang.org/appengine v1.1.0 go: finding github.com/mitchellh/gox v1.0.1 go: finding github.com/pierrec/lz4 v2.0.5+incompatible go: finding go.opencensus.io v0.18.0 go: finding gopkg.in/cheggaaa/pb.v1 v1.0.27 go: finding github.com/fatih/color v1.7.0 go: finding github.com/klauspost/crc32 v0.0.0-20160114101742-999f3125931f go: finding cloud.google.com/go v0.26.0 go: finding github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 go: finding google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 go: finding github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc go: finding github.com/googleapis/gax-go/v2 v2.0.3 go: finding github.com/hashicorp/go-version v1.0.0 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/openzipkin/zipkin-go v0.1.6 go: finding golang.org/x/net v0.0.0-20180826012351-8a410e7b638d go: finding google.golang.org/grpc v1.14.0 go: finding github.com/google/uuid v1.0.0 go: finding github.com/posener/complete v1.1.1 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 go: finding golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b go: finding github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d go: finding go.opencensus.io v0.21.0 go: finding github.com/mitchellh/reflectwalk v1.0.0 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: finding github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a go: finding golang.org/x/text v0.3.0 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd go: finding github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 go: finding github.com/eapache/go-resiliency v1.1.0 go: finding github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 go: finding golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e go: finding github.com/xanzy/go-cloudstack v0.0.0-20190526095453-42f262b63ed0 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: finding github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee go: finding github.com/prometheus/client_golang v0.8.0 go: finding github.com/golang/mock v1.1.1 go: finding golang.org/x/tools v0.0.0-20190312170243-e65039ee4138 go: finding gopkg.in/h2non/gock.v1 v1.0.12 go: finding github.com/grpc-ecosystem/grpc-gateway v1.5.0 go: finding google.golang.org/appengine v1.4.0 go: finding github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 go: finding github.com/Shopify/sarama v1.19.0 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd go: finding google.golang.org/grpc v1.19.0 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: finding github.com/gogo/protobuf v1.2.0 go: finding golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 go: finding github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c go: finding golang.org/x/tools v0.0.0-20181030000716-a0a13e073c7b go: finding github.com/aws/aws-sdk-go v1.16.24 go: finding github.com/mitchellh/gox v0.4.0 go: finding golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 go: finding github.com/census-instrumentation/opencensus-proto v0.2.0 go: finding github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 go: finding github.com/hashicorp/go-msgpack v0.5.3 go: finding github.com/ChrisTrenkamp/goxpath v0.0.0-20170625215350-4fe035839290 go: finding golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 go: finding github.com/mitchellh/cli v1.0.0 go: finding golang.org/x/text v0.3.1 go: finding github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 go: finding github.com/digitalocean/godo v1.11.1 go: finding github.com/Shopify/toxiproxy v2.1.4+incompatible go: finding github.com/golang/protobuf v1.3.1 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da go: finding google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf go: finding github.com/client9/misspell v0.3.4 go: finding golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d go: finding github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be go: finding github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e go: finding github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af go: finding golang.org/x/sys v0.0.0-20190412213103-97732733099d go: finding honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a go: finding github.com/onsi/ginkgo v1.7.0 go: finding github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af go: finding github.com/hashicorp/mdns v1.0.0 go: finding golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 go: finding github.com/jtolds/gls v4.2.1+incompatible go: finding github.com/tencentcloud/tencentcloud-sdk-go v0.0.0-20181220135002-f1744d40d346 go: finding github.com/hyperonecom/h1-client-go v0.0.0-20190122232013-cf38e8387775 go: finding github.com/hashicorp/go-retryablehttp v0.5.2 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 go: finding github.com/armon/go-radix v1.0.0 go: finding github.com/gorilla/context v1.1.1 go: finding golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d go: finding github.com/hashicorp/logutils v1.0.0 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 go: finding google.golang.org/appengine v1.3.0 go: finding github.com/onsi/gomega v1.4.3 go: finding golang.org/x/time v0.0.0-20181108054448-85acf8d2951c go: finding golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 go: finding github.com/miekg/dns v1.1.1 go: finding github.com/kr/pty v1.1.1 go: finding github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a go: finding github.com/eapache/queue v1.1.0 go: finding github.com/oracle/oci-go-sdk v1.8.0 go: finding github.com/mattn/go-isatty v0.0.3 go: finding google.golang.org/grpc v1.16.0 go: finding github.com/onsi/ginkgo v1.6.0 go: finding honnef.co/go/tools v0.0.0-20180728063816-88497007e858 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f go: finding golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412 go: finding dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c go: finding google.golang.org/api v0.0.0-20181030000543-1d582fd0359e go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: finding github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 go: finding golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 go: finding golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852 go: finding github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133 go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 go: finding github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 go: finding github.com/shurcooL/gopherjslib v0.0.0-20160914041154-feb6d3990c2c go: finding github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 go: finding github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48 go: finding github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 go: finding github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470 go: finding golang.org/x/net v0.0.0-20181029044818-c44066c5c816 go: finding golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 go: finding github.com/mitchellh/go-testing-interface v1.0.0 go: finding github.com/kr/pty v1.1.3 go: finding github.com/shurcooL/httpgzip v0.0.0-20180522190206-b1c53ac65af9 go: finding github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 go: finding github.com/hpcloud/tail v1.0.0 go: finding cloud.google.com/go v0.31.0 go: finding github.com/miekg/dns v1.0.14 go: finding github.com/shurcooL/reactions v0.0.0-20181006231557-f2e0b4ca5b82 go: finding github.com/hashicorp/errwrap v1.0.0 go: finding golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f go: finding google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 go: finding github.com/dylanmei/iso8601 v0.1.0 go: finding github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20 go: finding golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 go: finding github.com/googleapis/gax-go v2.0.0+incompatible go: finding github.com/klauspost/cpuid v0.0.0-20160106104451-349c67577817 go: finding golang.org/x/sys v0.0.0-20181029174526-d69651ed3497 go: finding github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: finding google.golang.org/genproto v0.0.0-20181029155118-b69ba1387ce2 go: finding golang.org/x/lint v0.0.0-20180702182130-06c8688daad7 go: finding google.golang.org/appengine v1.2.0 go: finding github.com/hashicorp/memberlist v0.1.3 go: finding github.com/stretchr/testify v1.2.2 go: finding github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab go: finding golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 go: finding github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d go: finding github.com/sergi/go-diff v1.0.0 go: finding github.com/google/go-querystring v1.0.0 go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding github.com/hashicorp/vault v1.1.0 go: finding google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: finding github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db go: finding github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 go: finding github.com/shurcooL/htmlg v0.0.0-20170918183704-d01228ac9e50 go: finding github.com/prometheus/common v0.2.0 go: finding github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/hashicorp/go-syslog v1.0.0 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e go: finding github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 go: finding golang.org/x/exp v0.0.0-20190121172915-509febef88a4 go: finding github.com/hashicorp/go.net v0.0.1 go: finding github.com/shurcooL/issuesapp v0.0.0-20180602232740-048589ce2241 go: finding github.com/google/martian v2.1.0+incompatible go: finding github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 go: finding golang.org/x/net v0.0.0-20181106065722-10aee1819953 go: finding github.com/dustin/go-humanize v1.0.0 go: finding go4.org v0.0.0-20180809161055-417644f6feb5 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 go: finding golang.org/x/tools v0.0.0-20190226205152-f727befe758c go: finding github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1 go: finding github.com/shurcooL/httperror v0.0.0-20170206035902-86b7830d14cc go: finding github.com/russross/blackfriday v1.5.2 go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd go: finding github.com/hashicorp/go-version v1.1.0 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08 go: finding github.com/openzipkin/zipkin-go v0.1.1 go: finding golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc go: finding gopkg.in/yaml.v2 v2.2.1 go: finding golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/sirupsen/logrus v1.2.0 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d go: finding github.com/bgentry/speakeasy v0.1.0 go: finding github.com/kisielk/gotool v1.0.0 go: finding github.com/gorilla/mux v1.6.2 go: finding github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf go: finding github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 go: finding github.com/yandex-cloud/go-sdk v0.0.0-20190402114215-3fc1d6947035 go: finding github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f go: finding golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 go: finding sourcegraph.com/sourcegraph/go-diff v0.5.0 go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 go: finding github.com/shurcooL/notifications v0.0.0-20181007000457-627ab5aea122 go: finding github.com/hashicorp/golang-lru v0.5.0 go: finding github.com/prometheus/client_golang v0.9.1 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 go: finding github.com/golang/mock v1.2.0 go: finding github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 go: finding github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b go: finding grpc.go4.org v0.0.0-20170609214715-11d0a25b4919 go: finding google.golang.org/genproto v0.0.0-20180831171423-11092d34479b go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc go: finding golang.org/x/tools v0.0.0-20190114222345-bf090417da8b go: finding github.com/mitchellh/go-homedir v1.0.0 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b go: finding github.com/shurcooL/home v0.0.0-20181020052607-80b7ffcb30f9 go: finding github.com/gliderlabs/ssh v0.1.1 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 go: finding github.com/stretchr/objx v0.1.1 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding cloud.google.com/go v0.34.0 go: finding github.com/shurcooL/gofontwoff v0.0.0-20180329035133-29b52fc0a18d go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 go: finding dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3 go: finding github.com/hashicorp/go-uuid v1.0.0 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/shurcooL/issues v0.0.0-20181008053335-6292fdc1e191 go: finding github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f go: finding dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0 go: finding github.com/mitchellh/iochan v1.0.0 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/microcosm-cc/bluemonday v1.0.1 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c go: finding github.com/google/go-github v17.0.0+incompatible go: finding gopkg.in/inf.v0 v0.9.1 go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/go-logfmt/logfmt v0.3.0 go: finding github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190418113227-25233c783f4e go: finding github.com/hashicorp/go-sockaddr v1.0.0 go: downloading github.com/hashicorp/packer v1.4.2 go: extracting github.com/hashicorp/packer v1.4.2 go: downloading github.com/hashicorp/go-multierror v1.0.0 go: downloading github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc go: downloading github.com/hashicorp/vault v1.1.0 go: downloading github.com/hashicorp/consul v1.4.0 go: downloading github.com/rwtodd/Go.Sed v0.0.0-20170507045331-d6d5d585814e go: downloading github.com/hashicorp/go-getter v1.2.0 go: downloading github.com/mitchellh/reflectwalk v1.0.0 go: downloading github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 go: downloading golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d go: extracting github.com/rwtodd/Go.Sed v0.0.0-20170507045331-d6d5d585814e go: extracting github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc go: extracting github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 go: extracting github.com/mitchellh/reflectwalk v1.0.0 go: extracting github.com/hashicorp/go-multierror v1.0.0 go: extracting github.com/hashicorp/go-getter v1.2.0 go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de go: downloading github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a go: downloading github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 go: extracting github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de go: extracting github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a go: extracting github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.1 go: extracting github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1 go: extracting golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d go: downloading github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d go: extracting github.com/hashicorp/go-uuid v1.0.1 go: extracting github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca go: downloading github.com/hashicorp/go-version v1.2.0 go: extracting github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d go: downloading github.com/cheggaaa/pb v1.0.27 go: extracting golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 go: downloading github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d go: extracting github.com/hashicorp/go-version v1.2.0 go: downloading github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 go: downloading github.com/hashicorp/go-cleanhttp v0.5.0 go: extracting github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 go: extracting github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d go: extracting github.com/cheggaaa/pb v1.0.27 go: downloading github.com/mitchellh/iochan v1.0.0 go: downloading github.com/dylanmei/iso8601 v0.1.0 go: extracting github.com/hashicorp/go-cleanhttp v0.5.0 go: downloading github.com/masterzen/winrm v0.0.0-20180224160350-7e40f93ae939 go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: downloading cloud.google.com/go v0.36.0 go: extracting github.com/mitchellh/iochan v1.0.0 go: extracting github.com/dylanmei/iso8601 v0.1.0 go: downloading github.com/aws/aws-sdk-go v1.16.24 go: downloading google.golang.org/api v0.4.0 go: extracting github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: extracting github.com/masterzen/winrm v0.0.0-20180224160350-7e40f93ae939 go: downloading github.com/gofrs/flock v0.7.1 go: extracting github.com/gofrs/flock v0.7.1 go: downloading github.com/ChrisTrenkamp/goxpath v0.0.0-20170625215350-4fe035839290 go: extracting github.com/ChrisTrenkamp/goxpath v0.0.0-20170625215350-4fe035839290 go: extracting cloud.google.com/go v0.36.0 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4 go: extracting github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4 go: downloading github.com/masterzen/azure-sdk-for-go v0.0.0-20161014135628-ee4f0065d00c go: extracting github.com/masterzen/azure-sdk-for-go v0.0.0-20161014135628-ee4f0065d00c go: extracting github.com/hashicorp/vault v1.1.0 go: downloading github.com/mitchellh/go-homedir v1.0.0 go: downloading github.com/ulikunitz/xz v0.5.5 go: extracting github.com/mitchellh/go-homedir v1.0.0 go: downloading github.com/hashicorp/go-safetemp v1.0.0 go: extracting github.com/ulikunitz/xz v0.5.5 go: extracting github.com/hashicorp/consul v1.4.0 go: extracting github.com/hashicorp/go-safetemp v1.0.0 go: downloading golang.org/x/text v0.3.1 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 go: extracting github.com/aws/aws-sdk-go v1.16.24 go: extracting google.golang.org/api v0.4.0 go: extracting github.com/mitchellh/go-testing-interface v1.0.0 go: extracting golang.org/x/text v0.3.1 go: downloading github.com/googleapis/gax-go v2.0.0+incompatible go: extracting github.com/googleapis/gax-go v2.0.0+incompatible go: downloading github.com/googleapis/gax-go/v2 v2.0.3 go: extracting github.com/googleapis/gax-go/v2 v2.0.3 go: downloading google.golang.org/grpc v1.20.1 go: extracting google.golang.org/grpc v1.20.1 go: downloading go.opencensus.io v0.21.0 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 go: downloading golang.org/x/time v0.0.0-20181108054448-85acf8d2951c go: downloading github.com/pierrec/lz4 v2.0.5+incompatible go: extracting golang.org/x/time v0.0.0-20181108054448-85acf8d2951c go: downloading github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 go: extracting github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 go: downloading github.com/hashicorp/go-retryablehttp v0.5.2 go: extracting github.com/hashicorp/go-retryablehttp v0.5.2 go: extracting github.com/pierrec/lz4 v2.0.5+incompatible go: downloading github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db go: downloading github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af go: extracting github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 go: extracting github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db go: extracting github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/edcee63b-3d41-46c3-ace2-7a503c72689e%40googlegroups.com.
