update for latest micro
Some checks failed
autoapprove / autoapprove (pull_request) Failing after 1m25s
automerge / automerge (pull_request) Failing after 4s
codeql / analyze (go) (pull_request) Failing after 3m4s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 1m29s
prbuild / lint (pull_request) Failing after 2m39s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-02 09:50:36 +03:00
parent d0ff8fe540
commit c2225cb92a
3 changed files with 9 additions and 1 deletions

2
go.mod
View File

@@ -6,6 +6,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/stretchr/testify v1.5.1 // indirect
go.unistack.org/micro/v3 v3.10.19
go.unistack.org/micro/v3 v3.10.24
gopkg.in/yaml.v2 v2.4.0 // indirect
)