update go mod

This commit is contained in:
2025-05-23 21:59:30 +08:00
parent 60160c4491
commit 8be5a85ed0
7 changed files with 32 additions and 152 deletions

View File

@ -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 负载均衡的接口定义
//

View File

@ -11,7 +11,7 @@ import (
"fmt"
"math/rand"
"github.com/go-developer/balance/define"
"git.zhangdeman.cn/gateway/balance/define"
)
// NewRand ...

View File

@ -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 轮询调度