diff --git a/config/remote_config.go b/config/remote_config.go index f1ee734aa72efa89dcfe93e04ca1b57ffd22951f..a3f58b845ab0c9000681f577dd6e7f76b56ca79a 100644 --- a/config/remote_config.go +++ b/config/remote_config.go @@ -18,11 +18,11 @@ package config import ( - "github.com/apache/dubbo-go/common" "time" ) import ( + "github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common/logger" )