14 lines
366 B
Modula-2
14 lines
366 B
Modula-2
module github.com/unistack-org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible
|
|
github.com/google/uuid v1.3.0
|
|
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
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
)
|