util/id: move tests to micro-tests repo

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-16 15:31:01 +03:00
parent 45252fe4a6
commit e10f8c0fa0
4 changed files with 0 additions and 120 deletions

1
go.mod
View File

@@ -8,7 +8,6 @@ require (
github.com/imdario/mergo v0.3.12
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34
github.com/stretchr/testify v1.7.0
github.com/unistack-org/micro-proto v0.0.9
golang.org/x/net v0.0.0-20210510120150-4163338589ed
)