From 651fe263818d1c4ad5ba8adf8c8485ce647dc40b Mon Sep 17 00:00:00 2001 From: Thomas Hipp Date: Fri, 15 Sep 2017 09:37:45 +0200 Subject: vendor: update deps This updates all vendored packages. The Glide config has been changed to try and stick to versions instead of commit IDs if possible. Signed-off-by: Thomas Hipp --- glide.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'glide.yaml') diff --git a/glide.yaml b/glide.yaml index b7613906..ff40d1bb 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,18 +1,22 @@ package: github.com/dmacvicar/terraform-provider-libvirt import: - package: github.com/davecgh/go-spew + version: ^1.1.0 subpackages: - spew - package: github.com/hashicorp/terraform - version: ~0.10.0 + version: 0.10.2 subpackages: - helper/resource - helper/schema - plugin - terraform - package: github.com/hooklift/iso9660 + version: ^1.0.0 - package: github.com/imdario/mergo + version: ~0.2.2 - package: github.com/mitchellh/packer + version: ^1.1.0 subpackages: - common/uuid - package: gopkg.in/yaml.v2 -- cgit v1.2.3