kserve / modelmesh-runtime-adapter

Unified runtime-adapter image of the sidecar containers which run in the modelmesh pods
Apache License 2.0
21 stars 59 forks source link

chore: Update gRPC dependencies #61

Closed rafvasq closed 11 months ago

rafvasq commented 11 months ago

Update google.golang.org/grpc from v1.49.0 to v1.56.3

kserve-oss-bot commented 11 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckadner, rafvasq

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kserve/modelmesh-runtime-adapter/blob/main/OWNERS)~~ [ckadner,rafvasq] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ckadner commented 11 months ago

For future reference, you removed the indirect requirements from the go.mod file and ran:

go mod tidy -compat=1.17