-
- Downloads
[renovate] Update google.golang.org/genproto/googleapis/api digest to 3abc09e
parent
096dda10
No related branches found
No related tags found
Pipeline #245788 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
This commit is part of merge request !1126. Comments created here will be created in the context of that merge request.
... | @@ -25,7 +25,7 @@ require ( | ... | @@ -25,7 +25,7 @@ require ( |
go.mongodb.org/mongo-driver v1.17.1 | go.mongodb.org/mongo-driver v1.17.1 | ||
golang.org/x/sync v0.10.0 | golang.org/x/sync v0.10.0 | ||
google.golang.org/grpc v1.68.1 | google.golang.org/grpc v1.68.1 | ||
google.golang.org/protobuf v1.35.2 | google.golang.org/protobuf v1.36.0 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
) | ) | ||
... | @@ -77,8 +77,8 @@ require ( | ... | @@ -77,8 +77,8 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.30.0 | golang.org/x/crypto v0.31.0 | ||
golang.org/x/net v0.31.0 | golang.org/x/net v0.33.0 | ||
golang.org/x/sys v0.28.0 // indirect | golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | golang.org/x/text v0.21.0 // indirect | ||
... | @@ -91,7 +91,7 @@ require ( | ... | @@ -91,7 +91,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.12 | github.com/lesismal/nbio v1.5.12 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a | google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8 | ||
) | ) | ||
require ( | require ( | ||
... | @@ -123,6 +123,6 @@ require ( | ... | @@ -123,6 +123,6 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20240716175740-e3f259677ff7 // indirect | golang.org/x/exp v0.0.0-20240716175740-e3f259677ff7 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect | google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | gotest.tools/v3 v3.5.1 // indirect | ||
) | ) |
Please register or sign in to comment