20 lines
612 B
Modula-2
20 lines
612 B
Modula-2
module go.unistack.org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
|
github.com/google/gnostic v0.6.8 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
|
|
go.unistack.org/micro-proto/v3 v3.2.7
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|