1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-06 22:06:19 +02:00

10 lines
223 B
Modula-2
Raw Normal View History

2021-01-20 21:01:10 +00:00
module github.com/asim/go-micro/plugins/codec/msgpackrpc/v3
2020-12-26 15:32:45 +00:00
go 1.13
require (
2021-01-20 21:01:10 +00:00
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
2020-12-26 15:32:45 +00:00
github.com/philhofer/fwd v1.0.0 // indirect
github.com/tinylib/msgp v1.1.1
)