upd job_sync && upd gitignore && upd gomod
Some checks are pending
coverage / build (pull_request) Blocked by required conditions
lint / lint (pull_request) Blocked by required conditions
test / test (pull_request) Blocked by required conditions

This commit is contained in:
2025-12-29 12:33:08 +03:00
parent d79c31ab3a
commit 3b0c777352
4 changed files with 105 additions and 45 deletions

2
go.mod
View File

@@ -7,7 +7,6 @@ toolchain go1.24.0
require (
github.com/vmihailenco/msgpack/v5 v5.4.1
go.unistack.org/micro-proto/v4 v4.1.0
go.unistack.org/micro/v3 v3.10.88
go.unistack.org/micro/v4 v4.1.2
)
@@ -18,7 +17,6 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
google.golang.org/protobuf v1.36.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)