forked from GoogleCloudPlatform/terraform-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (16 loc) · 713 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/GoogleCloudPlatform/terraform-validator
require (
github.com/GoogleCloudPlatform/terraform-google-conversion v0.0.0-20201217205113-a225f83a5083
github.com/forseti-security/config-validator v0.0.0-20200812033229-7388761cc9ca
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
github.com/hashicorp/terraform-provider-google/v3 v3.0.0-20201214235032-2215c9d53d99
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.5.1
google.golang.org/api v0.35.0
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
)
go 1.14