update go.mod
Some checks failed
build / lint (push) Successful in 19s
build / test (push) Failing after 18s
codeql / analyze (go) (push) Failing after 1m13s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-12 10:48:49 +03:00
parent d52e22c187
commit 37e0380939
3 changed files with 27 additions and 18 deletions

8
go.mod
View File

@@ -6,13 +6,17 @@ toolchain go1.23.1
require (
dario.cat/mergo v1.0.1
go.unistack.org/micro/v3 v3.10.100
golang.org/x/text v0.20.0
go.unistack.org/micro/v3 v3.11.14
golang.org/x/text v0.21.0
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)