diff --git a/filter/common/impl/rejected_execution_handler_mock.go b/filter/common/impl/rejected_execution_handler_mock.go index 2f7869d61ea2cf4cf8e490dd004ab086b9492132..dace1894668d3a4a154a87bfbdbcc860a97a11ec 100644 --- a/filter/common/impl/rejected_execution_handler_mock.go +++ b/filter/common/impl/rejected_execution_handler_mock.go @@ -20,11 +20,17 @@ // Package filter is a generated GoMock package. package impl +import ( + reflect "reflect" +) + +import ( + gomock "github.com/golang/mock/gomock" +) + import ( common "github.com/apache/dubbo-go/common" protocol "github.com/apache/dubbo-go/protocol" - gomock "github.com/golang/mock/gomock" - reflect "reflect" ) // MockRejectedExecutionHandler is a mock of RejectedExecutionHandler interface