config/default: add micro:generate uuid/id
Some checks failed
lint / lint (pull_request) Failing after 1m28s
pr / test (pull_request) Failing after 2m35s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-07-13 20:26:47 +03:00
parent be5f9ab77f
commit 9e0e657003
4 changed files with 44 additions and 6 deletions

3
go.mod
View File

@@ -3,7 +3,8 @@ module go.unistack.org/micro/v3
go 1.19
require (
github.com/imdario/mergo v0.3.14
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.15
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
)