Skip to content

main download fails to install #166

@CodingAnarchy

Description

@CodingAnarchy

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

No one assigned

    Labels

    priority: p2Moderately-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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions