We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main imports github.com/go-rod/stealth: github.com/go-rod/[email protected]: verifying module: checksum mismatch downloaded: h1:kKjZSB6osxJInG/2ywC8vt1Y0Oig/UnUfkcd/IRMGDM= sum.golang.org: h1:JU5MgM1TZ1t1r+JLkKyf3EhnxMNCLHjcfQUFe/Vxta8=
The text was updated successfully, but these errors were encountered:
Works fine for me, might be some issue with your go build-cache or proxy.
Sorry, something went wrong.
Hi, same error for us. The original tag v0.4.4 was override by the v0.4.5 (I don't know when), they have the same hash (no diff when compare both):
v0.4.4
v0.4.5
Until the original tag is fixed, a workaround is to specify the commit hash that produce the v0.4.4 in go dependency by running:
go get github.com/go-rod/stealth@c82b4aac9f232ac6d7c6c721152919b7e8e2569f
Or specify this version in the go.mod file:
go.mod
github.com/go-rod/stealth v0.4.4-0.20211117115945-c82b4aac9f23
And then run go mod tidy
go mod tidy
No branches or pull requests
main imports
github.com/go-rod/stealth: github.com/go-rod/[email protected]: verifying module: checksum mismatch
downloaded: h1:kKjZSB6osxJInG/2ywC8vt1Y0Oig/UnUfkcd/IRMGDM=
sum.golang.org: h1:JU5MgM1TZ1t1r+JLkKyf3EhnxMNCLHjcfQUFe/Vxta8=
The text was updated successfully, but these errors were encountered: