From f1444b6a20a2024ae28d6ae4ab9ff4377570f3d1 Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Tue, 27 Jun 2017 10:44:38 +0300 Subject: [PATCH] Lock dependencies --- glide.lock | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++ glide.yaml | 18 ++------- 2 files changed, 111 insertions(+), 15 deletions(-) create mode 100644 glide.lock diff --git a/glide.lock b/glide.lock new file mode 100644 index 000000000..5354d3cd5 --- /dev/null +++ b/glide.lock @@ -0,0 +1,108 @@ +hash: 709325293541fff31ae48288c6f5873f67f90ae6ab69d9ae4465fcdf0626d843 +updated: 2017-06-27T10:42:45.867528732+03:00 +imports: +- name: github.com/Azure/go-ntlmssp + version: 29affced641074a59483ed003b5ef73a8bd3593c +- name: github.com/dylanmei/iso8601 + version: 2075bf119b58e5576c6ed9f867b8f3d17f2e54d4 +- name: github.com/hashicorp/errwrap + version: 7554cd9344cec97297fa6649b055a8c98c2a1e55 +- name: github.com/hashicorp/go-checkpoint + version: a8d0786e7fa88adb6b3bcaa341a99af7f9740671 +- name: github.com/hashicorp/go-cleanhttp + version: 3573b8b52aa7b37b9358d966a898feb387f62437 +- name: github.com/hashicorp/go-multierror + version: ed905158d87462226a13fe39ddf685ea65f1c11f +- name: github.com/hashicorp/go-uuid + version: 64130c7a86d732268a38cb04cfbaf0cc987fda98 +- name: github.com/hashicorp/go-version + version: 03c5bf6be031b6dd45afec16b1cf94fc8938bc77 +- name: github.com/hashicorp/packer + version: 6a8ae4b258d1bb0beece05c9fc3bbc1c186a0480 + subpackages: + - common + - common/ssh + - common/uuid + - communicator/none + - communicator/ssh + - communicator/winrm + - helper/communicator + - helper/config + - packer + - packer/plugin + - packer/rpc + - template + - template/interpolate + - version +- name: github.com/hashicorp/yamux + version: d1caa6c97c9fc1cc9e83bbe34d0603f9ff0ce8bd +- name: github.com/kr/fs + version: 2788f0dbd16903de03cb8186e5c7d97b69ad387b +- name: github.com/masterzen/azure-sdk-for-go + version: ee4f0065d00cd12b542f18f5bc45799e88163b12 + subpackages: + - core/http + - core/tls +- name: github.com/masterzen/simplexml + version: 4572e39b1ab9fe03ee513ce6fc7e289e98482190 + subpackages: + - dom +- name: github.com/masterzen/winrm + version: acf371f6aff113fc0104a61cd72db45a7c27d310 + subpackages: + - soap +- name: github.com/masterzen/xmlpath + version: 13f4951698adc0fa9c1dda3e275d489a24201161 +- name: github.com/mitchellh/go-fs + version: 7bae45d9a684750e82b97ff320c82556614e621b + subpackages: + - fat +- name: github.com/mitchellh/iochan + version: 87b45ffd0e9581375c491fef3d32130bb15c5bd7 +- name: github.com/mitchellh/mapstructure + version: cc8532a8e9a55ea36402aa21efdf403a60d34096 +- name: github.com/mitchellh/multistep + version: 391576a156a54cfbb4cf5d5eda40cf6ffa3e3a4d +- name: github.com/mitchellh/reflectwalk + version: 8d802ff4ae93611b807597f639c19f76074df5c6 +- name: github.com/nu7hatch/gouuid + version: 179d4d0c4d8d407a32af483c2354df1d2c91e6c3 +- name: github.com/packer-community/winrmcp + version: c804d432b8b7fa77896f43cc426134348c3fd19e + subpackages: + - winrmcp +- name: github.com/pkg/errors + version: c605e284fe17294bda444b34710735b29d1a9d90 +- name: github.com/pkg/sftp + version: a5f8514e29e90a859e93871b1582e5c81f466f82 +- name: github.com/ugorji/go + version: 708a42d246822952f38190a8d8c4e6b16a0e600c + subpackages: + - codec +- name: github.com/vmware/govmomi + version: b63044e5f833781eb7b305bc035392480ee06a82 + subpackages: + - find + - list + - object + - property + - session + - task + - vim25 + - vim25/debug + - vim25/methods + - vim25/mo + - vim25/progress + - vim25/soap + - vim25/types + - vim25/xml +- name: golang.org/x/crypto + version: ab89591268e0c8b748cbe4047b00197516011af5 + subpackages: + - curve25519 + - ed25519 + - ed25519/internal/edwards25519 + - md4 + - ssh + - ssh/agent +testImports: [] diff --git a/glide.yaml b/glide.yaml index f99726467..a95b811d0 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,20 +1,8 @@ -package: github.com/LizaTretyakova/packer-builder-vsphere +package: github.com/jetbrains-infra/packer-builder-vsphere import: - package: github.com/hashicorp/packer - subpackages: - - common - - communicator/ssh - - helper/communicator - - helper/config - - packer - - packer/plugin - - template/interpolate + version: v1.0.2 - package: github.com/mitchellh/multistep - package: github.com/vmware/govmomi - subpackages: - - find - - object - - vim25/types + version: v0.15.0 - package: golang.org/x/crypto - subpackages: - - ssh