Skip to content
Snippets Groups Projects
Commit 7442ec3f authored by Patrick's avatar Patrick
Browse files

fix imports

parent 5c3f71dc
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment