move to micro v4
Some checks failed
test / test (push) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-04 23:55:16 +03:00
parent 03713a136f
commit 0113cab8f2
5 changed files with 46 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
package json
import (
codec "go.unistack.org/micro/v3/codec"
codec "go.unistack.org/micro/v4/codec"
)
type unmarshalOptionsKey struct{}