summaryrefslogtreecommitdiff
path: root/glide.yaml
diff options
context:
space:
mode:
authorThomas Hipp <thipp@suse.de>2017-09-15 09:37:45 +0200
committerThomas Hipp <thipp@suse.de>2017-09-15 10:01:36 +0200
commit651fe263818d1c4ad5ba8adf8c8485ce647dc40b (patch)
treefc73bb74bdcce03c48169ce624698bf240b55e6b /glide.yaml
parent23635373aed10aab286a2436459670b686b581bb (diff)
downloadterraform-provider-libvirt-651fe263818d1c4ad5ba8adf8c8485ce647dc40b.tar
terraform-provider-libvirt-651fe263818d1c4ad5ba8adf8c8485ce647dc40b.tar.gz
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 <thipp@suse.de>
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml6
1 files changed, 5 insertions, 1 deletions
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