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

Fix package import #41

Merged
merged 1 commit into from
Jan 30, 2017
Merged

Fix package import #41

merged 1 commit into from
Jan 30, 2017

Conversation

knqyf263
Copy link
Contributor

Fix import error

go build -ldflags "-X 'main.version=v0.1.0' -X 'main.revision=1551cb5'" -o go-cve-dictionary main.go
commands/fetchnvd.go:10:2: cannot find package "github.com/future-architect/vuls/util" in any of:
        /go/vuls/src/github.com/kotakanbe/go-cve-dictionary/vendor/github.com/future-architect/vuls/util (vendor tree)
        /usr/local/Cellar/go/1.7.4_2/libexec/src/github.com/future-architect/vuls/util (from $GOROOT)
        /go/vuls/src/github.com/future-architect/vuls/util (from $GOPATH)
make: *** [build] Error 1

@kotakanbe kotakanbe merged commit c6894c6 into vulsio:master Jan 30, 2017
@kotakanbe
Copy link
Collaborator

Many thanks :)

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 this pull request may close these issues.

2 participants