You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried it but did not reproduce it.
Is there anyone else who has this problem?
Vuls/go-cve-dictionary uses glide ( https://github.com/Masterminds/glide ) for package management to avoid this kind of problem. I think that this problem does not occur with make install. (It happens with go get)
Glide gets the dependent package under the vendor directory with git clone, then git checkout to the version specified in glide.lock.
Looking at the output you pasted, you can see that the Go compiler has not been looking for a vendor directory.
Please try the following.
1. remove /home/leonardo/go/src/github.com/labstack/echo/
2. make install again
or
go-cve-dictionary$ mv vendor /tmp
go-cve-dictionary$ glide install
go-cve-dictionary$ go install
Environment
Debian 8
Vuls
Hash : ef21376
Go
Current Output
when I try to do a "make install" I got:
Addition Details
engine directory is missing in the master branch of the echo project. latest version that seems to be compatible is v2.2.0
Can you also please fill in each of the remaining sections.
Temporal fix
I clone the tag from the echo project on the go directory.
The text was updated successfully, but these errors were encountered: