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

Build fails with missing go.sum entry #1

Open
dhx opened this issue Sep 16, 2022 · 1 comment
Open

Build fails with missing go.sum entry #1

dhx opened this issue Sep 16, 2022 · 1 comment

Comments

@dhx
Copy link

dhx commented Sep 16, 2022

Hi @metal3d,
thanks for this great project!

Trying to build it (with make build) I ran into this error:

go: github.com/Microsoft/go-winio@v0.5.2: missing go.sum entry; to add it:
	go mod download github.com/Microsoft/go-winio
go: github.com/Microsoft/go-winio@v0.5.2: missing go.sum entry; to add it:
	go mod download github.com/Microsoft/go-winio

Which seems to be a variation of this issue:
golang/go#44129

Following the suggestion to add the -mod=mod parameter to the build commandline seems to fix the issue for me.

@PatrickChoDev
Copy link

You can use my version resolved Here or in #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants