update deps
Some checks failed
test / test (push) Failing after 0s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2026-02-11 18:20:43 +03:00
parent 6b9e3a3d73
commit 3c0daf1218
6 changed files with 15 additions and 12 deletions

6
go.mod
View File

@@ -1,11 +1,11 @@
module go.unistack.org/micro-proto/v3
go 1.19
go 1.24.6
require (
github.com/google/gnostic v0.6.9
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
)
require github.com/golang/protobuf v1.5.2 // indirect
require github.com/golang/protobuf v1.5.4