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
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.
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
The text was updated successfully, but these errors were encountered: