diff --git a/cluster/router/condition/listenable_router.go b/cluster/router/condition/listenable_router.go index 0a386cc36a5288826697631d4553ada66cb3f82d..92ac84694c96fe42b0c068e8e0387f3d46860d49 100644 --- a/cluster/router/condition/listenable_router.go +++ b/cluster/router/condition/listenable_router.go @@ -19,7 +19,6 @@ package condition import ( "fmt" - "github.com/apache/dubbo-go/common/config" ) import ( @@ -28,6 +27,7 @@ import ( import ( "github.com/apache/dubbo-go/common" + "github.com/apache/dubbo-go/common/config" "github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/config_center" "github.com/apache/dubbo-go/protocol"