File tree Expand file tree Collapse file tree 3 files changed +64
-235
lines changed Expand file tree Collapse file tree 3 files changed +64
-235
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:enhancement
2+
3+ ```
Original file line number Diff line number Diff line change 11module github.com/hashicorp/terraform-provider-google-beta
22require (
33 cloud.google.com/go/bigtable v1.10.1
4- github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210914194833-2626db3d194d
4+ github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210914194833-2626db3d194d
55 github.com/apparentlymart/go-cidr v1.1.0
66 github.com/client9/misspell v0.3.4
77 github.com/davecgh/go-spew v1.1.1
@@ -19,12 +19,12 @@ github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-202109
1919 github.com/mitchellh/hashstructure v1.1.0
2020 github.com/spf13/afero v1.2.2 // indirect
2121 github.com/zclconf/go-cty v1.5.1 // indirect
22+ golang.org/x/mod v0.5.0 // indirect
2223 golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
23- golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
24- golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
25- golang.org/x/tools v0.1.3 // indirect
26- google.golang.org/api v0.48.0
27- google.golang.org/grpc v1.38.0
24+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
25+ golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
26+ google.golang.org/api v0.56.0
27+ google.golang.org/grpc v1.40.0
2828)
2929
3030go 1.16
You can’t perform that action at this time.
0 commit comments