diff --git a/config/config_loader_test.go b/config/config_loader_test.go index 88d3ca4e52fe51dc019a93cfcfaae5b1ab553d77..9f95facb62031427286d56daefecd2bc7ce08326 100644 --- a/config/config_loader_test.go +++ b/config/config_loader_test.go @@ -27,6 +27,7 @@ import ( import ( cm "github.com/Workiva/go-datastructures/common" "github.com/Workiva/go-datastructures/slice/skip" + gxpage "github.com/dubbogo/gost/page" "github.com/stretchr/testify/assert" "go.uber.org/atomic" ) @@ -43,7 +44,6 @@ import ( "github.com/apache/dubbo-go/metadata/service" "github.com/apache/dubbo-go/registry" gxset "github.com/dubbogo/gost/container/set" - gxpage "github.com/dubbogo/gost/page" ) const mockConsumerConfigPath = "./testdata/consumer_config.yml"