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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-23 19:22:21 +03:00
parent f6d61d4cc8
commit aaedc8569a
4 changed files with 17 additions and 8 deletions

8
go.mod
View File

@@ -1,6 +1,8 @@
module go.unistack.org/micro-codec-json/v3
go 1.19
go 1.21
toolchain go1.23.4
require (
go.unistack.org/micro-proto/v3 v3.4.1
@@ -8,6 +10,6 @@ require (
)
require (
github.com/google/go-cmp v0.5.9 // indirect
google.golang.org/protobuf v1.34.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
)