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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-23 20:55:04 +03:00
parent cbf0a52cb9
commit 3df8637fd4
3 changed files with 17 additions and 155 deletions

8
go.mod
View File

@@ -1,9 +1,13 @@
module go.unistack.org/micro-codec-urlencode/v3
go 1.20
go 1.21
toolchain go1.23.4
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.6.0 // indirect