Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing go.sum entry needed to verify package #381

Closed
thinkerou opened this issue Aug 18, 2022 · 1 comment
Closed

missing go.sum entry needed to verify package #381

thinkerou opened this issue Aug 18, 2022 · 1 comment

Comments

@thinkerou
Copy link

as the follow picture
image
add go.sum? thanks!

@ugorji
Copy link
Owner

ugorji commented Dec 17, 2022

For historical reasons, I have to maintain github.com/ugorji/go and github.com/ugorji/go/codec with a circular dependency (see #299 ).

Consequently, each module has to depend on the "to-be-defined" release tag first, then committed, then that commit tagged, before go.sum can be updated. Due to this, go.sum can only be defined by the users e.g. using a "go mod tidy" call after downloading.

For this reason, we don't include go.sum in the modules. I will add this to the FAQ.

@ugorji ugorji closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants