forked from yandex-cloud/terraform-provider-yandex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.13 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
26
27
28
29
module github.com/yandex-cloud/terraform-provider-yandex
go 1.15
require (
github.com/aws/aws-sdk-go v1.19.39
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
github.com/fatih/structs v1.1.0
github.com/golang/protobuf v1.4.1
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/hashicorp/go-getter v1.4.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/hcl v0.0.0-20180906183839-65a6292f0157 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/hashicorp/vault v0.10.4
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.0.0
github.com/stretchr/testify v1.5.1
github.com/yandex-cloud/go-genproto v0.0.0-20201228083012-1ae396839d6b
github.com/yandex-cloud/go-sdk v0.0.0-20201109103511-a86298d3fea5
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.25.0 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0