diff --git a/config/consumer_config.go b/config/consumer_config.go index 09c43d886cc5dafffcf9814964fcbe4e2725588f..177531209225b7a4b25751352d9777c0d4ee260c 100644 --- a/config/consumer_config.go +++ b/config/consumer_config.go @@ -19,12 +19,12 @@ package config import ( "bytes" - "github.com/dubbogo/getty" "time" ) import ( "github.com/creasty/defaults" + "github.com/dubbogo/getty" perrors "github.com/pkg/errors" )