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
So the checksum from the code in github does not match the checksum saved in sum.golang.org. The v1.0.2 tag of github.com/textileio/go-threads might have been retagged after a minor edition. Depending upon such inconsistent tag version may result in some unexpected errors as well as build errors due to different proxy settings.
For example, when someone who does not use proxy.golang.org to download dependencies attempts to get github.com/textileio/[email protected], the following errors occur.
1. Bump the version of dependency github.com/textileio/go-threads
I would recommend bumping the version of github.com/textileio/go-threads to a new release to ensure dependency copy in proxy.golang.org and github in sync.
Background
Repo
github.com/google/note-maps
depends ongithub.com/textileio/[email protected]
.https://github.com/google/note-maps/blob/main/go.mod#L15
However, comparing version
v1.0.2
ofgithub.com/textileio/go-threads
from proxy.golang.org and github, there are inconsistencies.So the checksum from the code in github does not match the checksum saved in sum.golang.org. The
v1.0.2
tag ofgithub.com/textileio/go-threads
might have been retagged after a minor edition. Depending upon such inconsistent tag version may result in some unexpected errors as well as build errors due to different proxy settings.For example, when someone who does not use proxy.golang.org to download dependencies attempts to get
github.com/textileio/[email protected]
, the following errors occur.It is unwise to depend on such tag releases.
Solution
1. Bump the version of dependency
github.com/textileio/go-threads
I would recommend bumping the version of
github.com/textileio/go-threads
to a new release to ensure dependency copy in proxy.golang.org and github in sync.References
The text was updated successfully, but these errors were encountered: