From b8503d8c2d3e093f5aa7eeb0a9195d59df618d62 Mon Sep 17 00:00:00 2001 From: aliiohs <rzy1107@163.com> Date: Sat, 29 Jun 2019 18:52:17 +0800 Subject: [PATCH] fix --- cluster/router/condition_router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/router/condition_router.go b/cluster/router/condition_router.go index 3a7f836be..f8f05f116 100644 --- a/cluster/router/condition_router.go +++ b/cluster/router/condition_router.go @@ -18,7 +18,6 @@ package router import ( - "github.com/apache/dubbo-go/gostd/container" "reflect" "regexp" "strings" @@ -27,6 +26,7 @@ import ( "github.com/apache/dubbo-go/common/constant" "github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/common/utils" + "github.com/apache/dubbo-go/gostd/container" "github.com/apache/dubbo-go/protocol" perrors "github.com/pkg/errors" -- GitLab