2022-01-13 00:34:00 +03:00
|
|
|
module go.unistack.org/micro-codec-msgpack/v3
|
|
|
|
|
2024-12-23 20:42:13 +03:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.23.4
|
2022-01-13 00:34:00 +03:00
|
|
|
|
|
|
|
require (
|
2024-09-17 12:42:07 +03:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
|
|
|
go.unistack.org/micro/v3 v3.10.88
|
2022-01-13 00:34:00 +03:00
|
|
|
)
|
2023-03-05 22:09:04 +03:00
|
|
|
|
|
|
|
require (
|
2024-12-23 20:42:13 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
2023-03-05 22:09:04 +03:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-12-23 20:42:13 +03:00
|
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
2023-03-05 22:09:04 +03:00
|
|
|
)
|