f7b5211af3
Co-authored-by: Renovate Bot <bot@renovateapp.com>
18 lines
604 B
Modula-2
18 lines
604 B
Modula-2
module github.com/unistack-org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/google/uuid v1.2.0
|
|
github.com/heimdalr/dag v1.0.1 // indirect
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34 // indirect
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|