-
Notifications
You must be signed in to change notification settings - Fork 287
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
go-fuzz unknown revision #287
Comments
Unfortunately, origin github.com/dvyukov/go-fuzz can't build the fuzzing test program for go-opera:
The fix is still not merged, so we replaced origin go-fuzz with fixed fork in go-opera That is why dvyukov/go-fuzz was replaced. |
@ptrcvc , as for your trouble on digital ocean droplet, show me the full output of
|
I'm getting the error when compiling in an empty container:
|
@AaronKutch , I got the same error and fixed it by ENV GOPROXY in the dockerfile:
Looking why default GOPROXY="direct" does not work. |
I'm playing around with a fakenet using a digital ocean droplet.
go version go1.16.15 linux/amd64
building results in an error as dvyukov/go-fuzz is replaced:
i personally fixed this by removing line 48 from
go.mod
:then:
I don't really know why /dvyukov/go-fuzz was replaced, looking at the version history of go.mod showed some revisions related to it but i couldnt find the reasoning as to why. Unexperienced with all of this, so forgive me
The text was updated successfully, but these errors were encountered: