This is an automated email from the ASF dual-hosted git repository.
justxuewei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/main by this push:
new 1f7eb1180 update imports.go (#2655)
1f7eb1180 is described below
commit 1f7eb1180cd9864aa52003b9f9cb11e8549b9a86
Author: Ken Liu <[email protected]>
AuthorDate: Mon Apr 8 14:21:15 2024 +0800
update imports.go (#2655)
* update imports.go
* update imports.go
---
imports/imports.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/imports/imports.go b/imports/imports.go
index bb8845e3c..673085d50 100644
--- a/imports/imports.go
+++ b/imports/imports.go
@@ -29,7 +29,9 @@ import (
_ "dubbo.apache.org/dubbo-go/v3/cluster/cluster/failsafe"
_ "dubbo.apache.org/dubbo-go/v3/cluster/cluster/forking"
_ "dubbo.apache.org/dubbo-go/v3/cluster/cluster/zoneaware"
+ _ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/aliasmethod"
_ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/consistenthashing"
+ _ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/iwrr"
_ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/leastactive"
_ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/p2c"
_ "dubbo.apache.org/dubbo-go/v3/cluster/loadbalance/random"