update packages
This commit is contained in:
@@ -3,7 +3,7 @@ package dq
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/beanstalkd/beanstalk"
|
||||
"github.com/beanstalkd/go-beanstalk"
|
||||
)
|
||||
|
||||
type connection struct {
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"zero/core/logx"
|
||||
"zero/core/syncx"
|
||||
|
||||
"github.com/beanstalkd/beanstalk"
|
||||
"github.com/beanstalkd/go-beanstalk"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user