File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,6 @@ import (
159
159
_ "mosn.io/pkg/buffer"
160
160
161
161
_ "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"
165
162
_ "mosn.io/mosn/istio/istio1106"
166
163
_ "mosn.io/mosn/istio/istio1106/filter/stream/jwtauthn"
167
164
_ "mosn.io/mosn/istio/istio1106/filter/stream/mixer"
@@ -200,6 +197,10 @@ import (
200
197
_ "mosn.io/mosn/pkg/upstream/healthcheck"
201
198
_ "mosn.io/mosn/pkg/upstream/servicediscovery/dubbod"
202
199
200
+ _ "mosn.io/layotto/pkg/filter/network/tcpcopy"
201
+ l8_grpc "mosn.io/layotto/pkg/grpc"
202
+ "mosn.io/layotto/pkg/runtime"
203
+
203
204
helloworld_api "mosn.io/layotto/cmd/layotto_multiple_api/helloworld"
204
205
_ "mosn.io/layotto/diagnostics/exporter_iml"
205
206
)
You can’t perform that action at this time.
0 commit comments