Skip to content

Commit 8bfe096

Browse files
updated go.mod and go.sum (#5194) (#3627)
Co-authored-by: Scott Suarez <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Scott Suarez <[email protected]>
1 parent 244626a commit 8bfe096

File tree

3 files changed

+64
-235
lines changed

3 files changed

+64
-235
lines changed

.changelog/5194.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
3+
```

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/hashicorp/terraform-provider-google-beta
22
require (
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

3030
go 1.16

0 commit comments

Comments
 (0)