update cron version

This commit is contained in:
shoopea 2019-12-12 17:44:18 +08:00
parent a58ae1d571
commit 3734239446
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
package main
import (
"github.com/robfig/cron/v3"
//"gopkg.in/robfig/cron.v3"
//"github.com/robfig/cron/v3"
"gopkg.in/robfig/cron.v3"
)
func startCron() *Cron {

View File

@ -9,8 +9,9 @@ import (
"sync"
"time"
"github.com/robfig/cron/v3"
"gopkg.in/gcfg.v1"
//"github.com/robfig/cron/v3"
"gopkg.in/robfig/cron.v3"
_ "github.com/go-sql-driver/mysql"
tb "gopkg.in/tucnak/telebot.v2"