update
Some checks failed
lint / lint (pull_request) Failing after 1m25s
test / test (pull_request) Successful in 3m5s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-02 01:00:13 +03:00
parent b2949459e1
commit fa9081cb99
7 changed files with 174 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ import (
"io/fs"
"net/http"
yamlcodec "go.unistack.org/micro-codec-yaml/v3"
yamlcodec "go.unistack.org/micro-codec-yaml/v4"
rutil "go.unistack.org/micro/v4/util/reflect"
)