forked from dmacvicar/terraform-provider-libvirt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
35 lines (35 loc) · 864 Bytes
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.11.8
subpackages:
- helper/resource
- helper/schema
- plugin
- terraform
- package: github.com/hooklift/iso9660
version: ^1.0.0
- package: github.com/imdario/mergo
version: ~0.3.6
- package: github.com/libvirt/libvirt-go
version: ^4.7.0
- package: github.com/libvirt/libvirt-go-xml
- package: github.com/mitchellh/packer
version: ^1.1.0
subpackages:
- common/uuid
- package: gopkg.in/yaml.v2
testImport:
- package: github.com/terraform-providers/terraform-provider-ignition
version: ^1.0.1
subpackages:
- ignition
- package: github.com/coreos/ignition
version: ~0.23.0
subpackages:
- config/v2_1/types
- config/validate/report