googleapis / googleapis/cloud-bigtable-cbt-cli

`main` download fails to install

Open
#166 0 comments 0 reactions 0 assignees View on GitHub
priority: p2 type: bug
Dominant language
Go
Stars
15
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Unzipping the `main` code and trying to install from that package fails with the following error:

```
Error: cbt.go:41:2: missing go.sum entry for module providing package cloud.google.com/go/bigtable (imported by cloud.google.com/go/cbt); to add:
go get cloud.google.com/go/cbt
```

It seems like a dependency got updated in `go.mod` but not in `go.sum`?

#### Steps to reproduce

```
curl -LO https://github.com/googleapis/cloud-bigtable-cbt-cli/archive/refs/heads/main.zip
unzip main.zip
cd cloud-bigtable-cbt-cli-main && go build .
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.