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

install fails with unexpected module path for logrus #128

Closed
Jim-Lambert-Bose opened this issue Feb 14, 2019 · 3 comments
Closed

install fails with unexpected module path for logrus #128

Jim-Lambert-Bose opened this issue Feb 14, 2019 · 3 comments

Comments

@Jim-Lambert-Bose
Copy link

running: go get github.com/honeycombio/honeytail

Fails with this error: go: github.com/Sirupsen/logrus@v1.3.0: parsing go.mod: unexpected module path "github.com/sirupsen/logrus"

I did successfully install it by:
export GO111MODULE=off
go get github.com/honeycombio/honeytail

@maplebed
Copy link
Contributor

Thanks for the report. What version of Go do you have installed? I'm going to guess it's a combination of go 1.11 and the Sirupsen/sirupsen import path issue.

@Jim-Lambert-Bose
Copy link
Author

go version go1.11.5 darwin/amd64

@JamieDanielson
Copy link
Contributor

Closing as this does not appear to be an issue anymore. Feel free to request a re-open if it's still relevant.

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

No branches or pull requests

3 participants