Skip to content

Commit

Permalink
Updated TGC (GoogleCloudPlatform#319)
Browse files Browse the repository at this point in the history
* Updated terraform-google-conversion version

* Updated terraform-google-conversion
  • Loading branch information
melinath committed Sep 24, 2021
1 parent ca131f5 commit 589ad6f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 34 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/GoogleCloudPlatform/terraform-validator

require (
github.com/GoogleCloudPlatform/terraform-google-conversion v0.0.0-20210922165347-a9a95ede440e
github.com/GoogleCloudPlatform/terraform-google-conversion v0.0.0-20210924222355-7083196d162b
github.com/forseti-security/config-validator v0.0.0-20210621194145-08e4202b50d8
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/hashicorp/terraform-json v0.12.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
Expand All @@ -13,9 +12,9 @@ require (
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
google.golang.org/api v0.46.0
google.golang.org/genproto v0.0.0-20210503173045-b96a97608f20
go.uber.org/zap v1.19.1
google.golang.org/api v0.56.0
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
)

go 1.14
Loading

0 comments on commit 589ad6f

Please sign in to comment.