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

@@ -3,7 +3,7 @@ package dq
import (
"sync"
"github.com/beanstalkd/beanstalk"
"github.com/beanstalkd/go-beanstalk"
)
type connection struct {

View File

@@ -6,7 +6,7 @@ import (
"zero/core/logx"
"zero/core/syncx"
"github.com/beanstalkd/beanstalk"
"github.com/beanstalkd/go-beanstalk"
)
type (

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")