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 v0.10.0 tag of github.com/envoyproxy/go-control-plane might have been retagged after a minor edition on github. I guess you use proxy.golang.org to get dependencies, but that also shows that your project is depending on the copy of github.com/envoyproxy/go-control-plane@v0.10.0 before its edition. Depending upon such inconsistent tag version may also 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, say GOPROXY=direct, attempts to get github.com/envoyproxy/go-control-plane@v0.10.0, the following error occurs.
So, this is a reminder in the hope that you can get rid of this problematic version of project github.com/envoyproxy/go-control-plane.
Solution
1. Bump the version of dependency github.com/envoyproxy/go-control-plane
I would recommend bumping the version of github.com/envoyproxy/go-control-plane to a new release to ensure dependency copy in proxy.golang.org and github in sync.
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue or help wanted. Thank you for your contributions.
Background
Repo
github.com/mosn/layotto
depends ongithub.com/envoyproxy/go-control-plane@v0.10.0
.https://github.com/mosn/layotto/blob/main/go.mod#L11
However, comparing version
v0.10.0
ofgithub.com/envoyproxy/go-control-plane
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
v0.10.0
tag ofgithub.com/envoyproxy/go-control-plane
might have been retagged after a minor edition on github. I guess you use proxy.golang.org to get dependencies, but that also shows that your project is depending on the copy ofgithub.com/envoyproxy/go-control-plane@v0.10.0
before its edition. Depending upon such inconsistent tag version may also 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, say
GOPROXY=direct
, attempts to getgithub.com/envoyproxy/go-control-plane@v0.10.0
, the following error occurs.So, this is a reminder in the hope that you can get rid of this problematic version of project
github.com/envoyproxy/go-control-plane
.Solution
1. Bump the version of dependency
github.com/envoyproxy/go-control-plane
I would recommend bumping the version of
github.com/envoyproxy/go-control-plane
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: