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
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.
as the follow picture
add go.sum? thanks!
The text was updated successfully, but these errors were encountered: