You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
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).