internal rewrite to be more performant (#85)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-01-22 01:10:24 +03:00
committed by GitHub
parent 547199f0b8
commit 6714e48f4f
5 changed files with 78 additions and 115 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.16
require (
go.unistack.org/micro/v3 v3.8.18
golang.org/x/net v0.0.0-20211020060615-d418f374d309
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
)