-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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 .
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.