move to micro v4
All checks were successful
test / test (push) Successful in 2m40s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:27:10 +03:00
parent e1910a89f9
commit ecb5b7c086
7 changed files with 39 additions and 21 deletions

4
go.mod
View File

@@ -1,10 +1,10 @@
module go.unistack.org/micro-codec-yaml/v4
go 1.23
go 1.22
require (
go.unistack.org/micro-proto/v4 v4.1.0
go.unistack.org/micro/v4 v4.1.2
go.unistack.org/micro/v4 v4.1.3
gopkg.in/yaml.v3 v3.0.1
)