Skip to content

Commit

Permalink
Revert "Bump cloud.google.com/go/bigtable from 1.7.1 to 1.10.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn committed May 14, 2021
1 parent 39711a3 commit 3283787
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 46 deletions.
9 changes: 5 additions & 4 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.10.0
cloud.google.com/go/bigtable v1.7.1
github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210405181318-9364c5bf716b
github.com/apparentlymart/go-cidr v1.1.0
github.com/aws/aws-sdk-go v1.31.9 // indirect
Expand All @@ -26,9 +26,10 @@ require (
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/zclconf/go-cty v1.5.1 // indirect
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
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
google.golang.org/api v0.41.0
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

Expand Down
Loading

0 comments on commit 3283787

Please sign in to comment.