-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 get -u fails #35
Comments
interesting, looks like a problem with |
I also got the same issue: gopkg.in/src-d/go-license-detector.v3/licensedb/internal...\go\pkg\mod\gopkg.in\src-d\[email protected]\licensedb\internal\db.go:224:37: not enough arguments in call to minhashlsh.NewMinhashLSH64 |
This should've been fixed by now, I've just tried to reproduce with: $ docker run --rm -it golang:latest go get -v github.com/frapposelli/wwhrd
github.com/frapposelli/wwhrd (download)
github.com/frapposelli/wwhrd/vendor/golang.org/x/crypto/internal/subtle
github.com/frapposelli/wwhrd/vendor/golang.org/x/net/html/atom
github.com/frapposelli/wwhrd/vendor/gonum.org/v1/gonum/blas
[...]
github.com/frapposelli/wwhrd/vendor/gopkg.in/src-d/go-license-detector.v3/licensedb/internal
github.com/frapposelli/wwhrd/vendor/gopkg.in/src-d/go-license-detector.v3/licensedb
github.com/frapposelli/wwhrd
$ echo $?
0 I'm going to close the issue but please let me know if this happens again. |
The text was updated successfully, but these errors were encountered: