bamzi / jobrunner

Framework for performing work asynchronously, outside of the request flow
MIT License
1.04k stars 99 forks source link

Use go modules to manage dependencies #18

Closed benjiro closed 4 years ago

benjiro commented 4 years ago

As go modules has become the defacto standard for managing dependencies. Cron has moved to using go modules, gopkg,in support removed.

More information about cron update can be found here. https://github.com/robfig/cron#upgrading-to-v3-june-2019

This will solve issue #17