Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

0.4.6 does not build with Go 1.16 #504

@Bo98

Description

@Bo98
cmd/ksync/get.go:13:2: missing go.sum entry for module providing package github.com/olekukonko/tablewriter (imported by github.com/ksync/ksync/cmd/ksync); to add:
	go get github.com/ksync/ksync/cmd/ksync
pkg/cli/cmd.go:4:2: missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/ksync/ksync/cmd/ksync); to add:
	go get github.com/ksync/ksync/cmd/ksync

It looks like the go.sum in 0.4.6 is missing entries. go mod tidy fixes it. I suspect the problem is from dependabot-preview not correctly updating go.sum for dependency updates. The problem is fixed in the new native GitHub Dependabot (migration instructions can be found on the dependabot.com dashboard when you login).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions