We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @zeerorg
The package: https://github.com/zeerorg/cron-connector/tree/master/vendor/gopkg.in/robfig/cron.v2 is missing from your Gopkg.toml
Maybe you could rm -rf vendor Gopkg* and run dep ensure to rebuild it properly?
rm -rf vendor Gopkg*
dep ensure
Alex
The text was updated successfully, but these errors were encountered:
Updated Gopkg.toml and dependencies
75f0692
Fixes issue #18 Signed-off-by: Rishabh Gupta <[email protected]>
No branches or pull requests
Hi @zeerorg
The package: https://github.com/zeerorg/cron-connector/tree/master/vendor/gopkg.in/robfig/cron.v2 is missing from your Gopkg.toml
Maybe you could
rm -rf vendor Gopkg*
and rundep ensure
to rebuild it properly?Alex
The text was updated successfully, but these errors were encountered: