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-02-09 01:08:45 +03:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-02-14 23:47:11 +03:00
|
|
|
github.com/heimdalr/dag v1.0.1 // indirect
|
2021-01-21 02:20:06 +03:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-12-08 00:38:37 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2021-02-12 16:33:16 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-02-14 23:47:11 +03:00
|
|
|
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34 // indirect
|
2021-02-20 11:40:35 +03:00
|
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
2020-12-08 00:38:37 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|