We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when i clone the code and build, it has the error,how i solve it?
kafka-offset-exporter-master]# go build kafka.go:11:2: cannot find package "github.com/Shopify/sarama" in any of: /usr/local/go/src/github.com/Shopify/sarama (from $GOROOT) /root/go/src/github.com/Shopify/sarama (from $GOPATH) kafka.go:12:2: cannot find package "github.com/Sirupsen/logrus" in any of: /usr/local/go/src/github.com/Sirupsen/logrus (from $GOROOT) /root/go/src/github.com/Sirupsen/logrus (from $GOPATH) kafka.go:13:2: cannot find package "github.com/prometheus/client_golang/prometheus" in any of: /usr/local/go/src/github.com/prometheus/client_golang/prometheus (from $GOROOT) /root/go/src/github.com/prometheus/client_golang/prometheus (from $GOPATH) metrics.go:13:2: cannot find package "github.com/prometheus/client_golang/prometheus/promhttp" in any of: /usr/local/go/src/github.com/prometheus/client_golang/prometheus/promhttp (from $GOROOT) /root/go/src/github.com/prometheus/client_golang/prometheus/promhttp (from $GOPATH)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, when i clone the code and build, it has the error,how i solve it?
The text was updated successfully, but these errors were encountered: