update go mod
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
// Date : 2021-04-01 5:53 下午
|
||||
package dispatch
|
||||
|
||||
import "github.com/go-developer/balance/define"
|
||||
import "git.zhangdeman.cn/gateway/balance/define"
|
||||
|
||||
// IDispatch 负载均衡的接口定义
|
||||
//
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"fmt"
|
||||
"math/rand"
|
||||
|
||||
"github.com/go-developer/balance/define"
|
||||
"git.zhangdeman.cn/gateway/balance/define"
|
||||
)
|
||||
|
||||
// NewRand ...
|
||||
|
@ -10,8 +10,8 @@ package dispatch
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/go-developer/balance/define"
|
||||
"github.com/go-developer/gopkg/easylock"
|
||||
"git.zhangdeman.cn/gateway/balance/define"
|
||||
"git.zhangdeman.cn/zhangdeman/easylock"
|
||||
)
|
||||
|
||||
// NewRoundRobin 轮询调度
|
||||
|
Reference in New Issue
Block a user