-
Notifications
You must be signed in to change notification settings - Fork 343
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
Undefined Cron.Parse #133
Comments
I hacked a workaround in my [[constraint]]
name = "github.com/gocraft/work"
version = "v0.5.1"
[[override]]
name = "github.com/robfig/cron"
version = "v1.2.0" |
Thanks, that's work, do you know the reason why? @drauschenbach |
@nhaancs sorry no I can't remember, it was too long ago. |
I had to track this down too. They released v3 of robfig/cron in June 2019, and it's backwards incompatible with v1 and v2. If your project just runs a They put v3 upgrade tips in the robfig/cron README; maybe someday we can update the |
This has been driving me absolutely crazy and tired of working around this on our CI so figured id push a PR instead of complaining lol. |
This may have resurfaced. Your latest commit causes |
I am having trouble with DEP in my docker container when trying to call Work.
The text was updated successfully, but these errors were encountered: