2020-08-19 17:47:17 +03:00
|
|
|
module github.com/unistack-org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2021-02-17 23:38:32 +03:00
|
|
|
go 1.16
|
2019-06-07 15:42:39 +03:00
|
|
|
|
2019-01-30 14:43:40 +03:00
|
|
|
require (
|
2020-02-03 11:16:02 +03:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2021-01-19 16:26:00 +03:00
|
|
|
github.com/ef-ds/deque v1.0.4
|
2021-07-16 00:27:56 +03:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-03-10 01:48:04 +03:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-02-12 16:33:16 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-02-26 03:20:51 +03:00
|
|
|
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34
|
2021-05-10 16:12:22 +03:00
|
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|