forked from KevinKlinger/consilio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1 KB
/
go.mod
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
module github.com/kevinklinger/consilio
go 1.14
require (
github.com/aliyun/terraform-provider-alicloud v1.161.0
github.com/dmacvicar/terraform-provider-libvirt v0.6.3
github.com/google/martian/v3 v3.2.1
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-getter v1.5.9 // indirect
github.com/hashicorp/go-hclog v0.15.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/terraform-exec v0.14.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.16.1
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
google.golang.org/appengine v1.6.7 // indirect
)