-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error installing while using Go Modules due to outdated dependency name #689
Comments
Got it. Would you like to submit a PR that corrects this? |
@deadprogram Sure thing :) Gotta install dep to update the lock file, then I'll send that over. |
I opened #690 |
This issue is kind of forgotten but maybe it's a good time to consider migrating to go modules. Also there are 2 dependencies that need to be fixed and the second one is in platform/nats. I have them fixed and also tried migrating to go modules and I'm ready to make the PR. |
@MShoaei Agreed, moving to Go Modules is the long term solution. |
I have just merged the |
The modules code is now in the `dev`` branch. |
This has now been released. Thanks everyone! |
When installing using the instructions from https://gobot.io/ using Go 1.13 and Go Modules, an error occurs like so
This is due to the usage of the dependency "github.com/codegangsta/cli", which has been renamed to "github.com/urfave/cli"
(See that https://github.com/codegangsta/cli redirects to https://github.com/urfave/cli)
gobot/cli/main.go
Line 6 in 635adea
The text was updated successfully, but these errors were encountered: