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

go install github.com/frapposelli/wwhrd is failing #44

Closed
Maksym-Leontiev opened this issue Nov 24, 2020 · 2 comments · Fixed by #45
Closed

go install github.com/frapposelli/wwhrd is failing #44

Maksym-Leontiev opened this issue Nov 24, 2020 · 2 comments · Fixed by #45

Comments

@Maksym-Leontiev
Copy link

Maksym-Leontiev commented Nov 24, 2020

go install github.com/frapposelli/wwhrdis failing:

$  go install github.com/frapposelli/wwhrd:
 go: finding module for package github.com/frapposelli/wwhrd
 go: found github.com/frapposelli/wwhrd in github.com/frapposelli/wwhrd v0.3.1
 # github.com/go-enry/go-license-detector/v4/licensedb/internal
 ../../../go/packages/pkg/mod/github.com/go-enry/go-license-detector/[email protected]/licensedb/internal/db.go:224:37: not enough arguments in call to minhashlsh.NewMinhashLSH64
         have (number, number)
         want (int, float64, int)

@groovili
Copy link

groovili commented Nov 25, 2020

the latest working version at the moment is v0.3.0

@frapposelli
Copy link
Owner

Sorry, go.mod mishap. just pushed v0.3.2 to fix the problem.

$ docker run --rm -it golang:latest                                   
root@ac7b15394874:/go# GO111MODULE=on go get github.com/frapposelli/wwhrd
go: downloading github.com/frapposelli/wwhrd v0.3.2
go: github.com/frapposelli/wwhrd upgrade => v0.3.2
go: downloading github.com/emicklei/dot v0.15.0
go: downloading github.com/jessevdk/go-flags v1.4.0
go: downloading github.com/sirupsen/logrus v1.7.0
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/go-enry/go-license-detector/v4 v4.0.0
go: downloading golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
go: downloading github.com/go-git/go-git/v5 v5.1.0
go: downloading golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7
go: downloading gonum.org/v1/gonum v0.8.1
go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
go: downloading github.com/jdkato/prose v1.2.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/ekzhu/minhash-lsh v0.0.0-20171225071031-5c06ee8586a1
go: downloading github.com/hhatto/gorst v0.0.0-20181029133204-ca9f730cac5b
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading golang.org/x/text v0.3.4
go: downloading github.com/go-git/go-billy/v5 v5.0.0
go: downloading golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/shogo82148/go-shuffle v0.0.0-20201027131736-3c5958005202
go: downloading github.com/dgryski/go-minhash v0.0.0-20190315135803-ad340ca03076
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading gopkg.in/neurosnap/sentences.v1 v1.0.6
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading github.com/Microsoft/go-winio v0.4.15
go: downloading github.com/montanaflynn/stats v0.6.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
root@ac7b15394874:/go#

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

Successfully merging a pull request may close this issue.

3 participants