-
Notifications
You must be signed in to change notification settings - Fork 404
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
project can not compile #8
Comments
The repo is still under construction, bear us with any build failures. |
@tiny1990 what's version of your go that used for compile. by the way, i haven't come across this compile error. |
@rambohe-ch build with golang 1.14 |
github.com/Sirupsen/logrus is the old path, the author suggest "Anything using it should be updated to import and require github.com/sirupsen/logrus." . I think we can change as github.com/sirupsen/logrus, because this change can run in go version >= 1.13. |
@rambohe-ch
so we need replace and run command
so. i think we need replace two package
the package name tolower in new version. |
@tiny1990 thanks for filing the issue. I have changed the |
run
make
error.The text was updated successfully, but these errors were encountered: