Skip to content

Issue with running nflow-generator in go #5

@idanbenyair

Description

@idanbenyair

Hello,

Thanks a lot for this cool generator! I use it a lot. Works great. I use the docker container. But now I have a requirement to use the go version. I am facing this issue (I'm pretty sure I am doing something wrong):

root@kafka-west-209-107:/home/ubuntu/nflow-generator# go build
nflow_logging.go:4:2: cannot find package "github.com/Sirupsen/logrus" in any of:
/usr/lib/go-1.6/src/github.com/Sirupsen/logrus (from $GOROOT)
/root/Sirupsen/logrus/src/github.com/Sirupsen/logrus (from $GOPATH)
nflow-generator.go:10:2: cannot find package "github.com/jessevdk/go-flags" in any of:
/usr/lib/go-1.6/src/github.com/jessevdk/go-flags (from $GOROOT)
/root/Sirupsen/logrus/src/github.com/jessevdk/go-flags (from $GOPATH)


What should I do per the exports?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions