2021-10-02 19:55:07 +03:00
|
|
|
module go.unistack.org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2023-03-19 00:43:15 +03:00
|
|
|
go 1.19
|
2019-06-07 15:42:39 +03:00
|
|
|
|
2019-01-30 14:43:40 +03:00
|
|
|
require (
|
2023-07-13 20:26:47 +03:00
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/imdario/mergo v0.3.15
|
2021-02-12 16:33:16 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2022-01-21 19:13:21 +03:00
|
|
|
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|