add codec.RawMessage support
All checks were successful
test / test (push) Successful in 1m17s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-23 20:44:18 +03:00
parent 5cd42aff97
commit 2561a958d3
3 changed files with 14 additions and 12 deletions

7
go.mod
View File

@@ -5,10 +5,7 @@ go 1.22
require (
go.unistack.org/micro-proto/v3 v3.4.1
go.unistack.org/micro/v3 v3.10.88
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.35.2
)
require (
github.com/google/go-cmp v0.5.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
require github.com/google/go-cmp v0.6.0 // indirect