use own fork

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-16 01:12:18 +03:00
parent 900e782c4b
commit 3251b6312a
15 changed files with 1109 additions and 193 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/unistack-org/micro-router-registry/v3
go 1.15
require (
github.com/google/uuid v1.1.5
github.com/unistack-org/micro/v3 v3.1.1
)