Skip to content

Commit 52ea13f

Browse files
committed
use dubbo go imports
1 parent e6158b0 commit 52ea13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/xds/apiclient/grpc_envoy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package apiclient
1919

2020
import (
2121
"context"
22-
"github.com/apache/dubbo-go-pixiu/pkg/logger"
2322
"os"
2423
"time"
2524
)
@@ -41,6 +40,7 @@ import (
4140
)
4241

4342
import (
43+
"github.com/apache/dubbo-go-pixiu/pkg/logger"
4444
"github.com/apache/dubbo-go-pixiu/pkg/model"
4545
)
4646

0 commit comments

Comments
 (0)