update packages

This commit is contained in:
kevin
2020-07-28 18:26:55 +08:00
parent 6ba8cc02c1
commit b1975d29a7
9 changed files with 6 additions and 233 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/beanstalkd/beanstalk"
"github.com/beanstalkd/go-beanstalk"
)
var ErrTimeBeforeNow = errors.New("can't schedule task to past time")