add tests for http middlewares

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-07 13:31:39 +03:00
parent 025b34cb21
commit d1590d274b
3 changed files with 16 additions and 3 deletions

2
go.mod
View File

@@ -28,7 +28,7 @@ require (
github.com/unistack-org/micro-register-memory/v3 v3.2.2
github.com/unistack-org/micro-router-register/v3 v3.2.2
github.com/unistack-org/micro-server-grpc/v3 v3.2.2
github.com/unistack-org/micro-server-http/v3 v3.2.3
github.com/unistack-org/micro-server-http/v3 v3.2.4
github.com/unistack-org/micro-server-tcp/v3 v3.2.2
github.com/unistack-org/micro-wrapper-trace-opentracing/v3 v3.1.1
github.com/unistack-org/micro/v3 v3.2.8