forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 969 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/terraform-providers/terraform-provider-azurerm
require (
contrib.go.opencensus.io/exporter/ocagent v0.4.1 // indirect
github.com/Azure/azure-sdk-for-go v29.0.0+incompatible
github.com/Azure/go-autorest v11.7.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/google/uuid v0.0.0-20170814143639-7e072fc3a7be
github.com/hashicorp/go-azure-helpers v0.4.1
github.com/hashicorp/go-getter v1.1.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/go-version v1.1.0
github.com/hashicorp/terraform v0.12.0-alpha4.0.20190424121927-9327eedb0417
github.com/katbyte/tctest v0.0.0-20190516150427-12a4ac6363f8 // indirect
github.com/satori/go.uuid v1.2.0
github.com/satori/uuid v0.0.0-20160927100844-b061729afc07
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
gopkg.in/yaml.v2 v2.2.2
)