forked from go-gandi/terraform-provider-gandi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (19 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tiramiseb/terraform-provider-gandi
require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/hashicorp/go-getter v0.0.0-20181119194526-bd1edc22f8ea // indirect
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
github.com/hashicorp/go-plugin v0.0.0-20181030172320-54b6ff97d818 // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20181129202151-4d82d52bfa49 // indirect
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
github.com/hashicorp/terraform v0.11.10
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/tiramiseb/go-gandi-livedns v0.0.0-20180605212906-4773a84f8ee7
golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 // indirect
)