bamzi / jobrunner

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

github.com/robfig/cron/v3: cannot find package #23

Closed JasminaDzevlan closed 4 years ago

JasminaDzevlan commented 4 years ago

While installing bamzi/jobrunner with glide I get this error : Error scanning github.com/robfig/cron/v3: cannot find package "." in: When I went to search package "github.com/robfig/cron/v3" I got 404 error. Then I found that I need to replace it with this package "gopkg.in/robfig/cron.v3" by hand.

I need to be able to install this plugin just with glide. Will you fix this issue ??

Thank you in advance for your replay.

bamzi commented 4 years ago

similar to #20 First -> go get -u github.com/robfig/cron so that your base lib is updated to latest and then go get github.com/robfig/cron/v3@v3.0.0 to get the latest tags