2022-01-13 00:34:00 +03:00
|
|
|
module go.unistack.org/micro-codec-msgpack/v3
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2023-02-27 10:05:37 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-01-13 00:34:00 +03:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
2023-02-27 10:05:37 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.14
|
2022-01-13 00:34:00 +03:00
|
|
|
)
|