mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-31 21:59:42 +02:00
10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
module github.com/asim/go-micro/plugins/codec/msgpackrpc/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/tinylib/msgp v1.1.1
|
|
)
|