18 lines
523 B
Modula-2
18 lines
523 B
Modula-2
module go.unistack.org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/heimdalr/dag v1.2.1
|
|
github.com/imdario/mergo v0.3.13
|
|
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-20220518035006-a7e85ada93c5
|
|
go.unistack.org/micro-proto/v3 v3.2.7
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|