Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cloud.google.com/go/bigtable from 1.7.1 to 1.10.0 #3281

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/hashicorp/terraform-provider-google-beta

require (
cloud.google.com/go/bigtable v1.7.1
cloud.google.com/go/bigtable v1.10.0
github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210519165700-76bc5cc4eeee
github.com/apparentlymart/go-cidr v1.1.0
github.com/aws/aws-sdk-go v1.31.9 // indirect
Expand All @@ -12,7 +12,6 @@ require (
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golangci/golangci-lint v1.18.0
github.com/google/btree v1.0.1 // indirect
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1
Expand All @@ -30,7 +29,6 @@ require (
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
google.golang.org/api v0.46.0
google.golang.org/genproto v0.0.0-20210503173045-b96a97608f20 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

Expand Down
Loading