Skip to content

Commit 9fa167e

Browse files
committed
update import
1 parent c42681a commit 9fa167e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmd/layotto_multiple_api/main.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ import (
159159
_ "mosn.io/pkg/buffer"
160160

161161
_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3"
162-
_ "mosn.io/layotto/pkg/filter/network/tcpcopy"
163-
l8_grpc "mosn.io/layotto/pkg/grpc"
164-
"mosn.io/layotto/pkg/runtime"
165162
_ "mosn.io/mosn/istio/istio1106"
166163
_ "mosn.io/mosn/istio/istio1106/filter/stream/jwtauthn"
167164
_ "mosn.io/mosn/istio/istio1106/filter/stream/mixer"
@@ -200,6 +197,10 @@ import (
200197
_ "mosn.io/mosn/pkg/upstream/healthcheck"
201198
_ "mosn.io/mosn/pkg/upstream/servicediscovery/dubbod"
202199

200+
_ "mosn.io/layotto/pkg/filter/network/tcpcopy"
201+
l8_grpc "mosn.io/layotto/pkg/grpc"
202+
"mosn.io/layotto/pkg/runtime"
203+
203204
helloworld_api "mosn.io/layotto/cmd/layotto_multiple_api/helloworld"
204205
_ "mosn.io/layotto/diagnostics/exporter_iml"
205206
)

0 commit comments

Comments
 (0)