-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update dependencies for all modules #7061
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7061 +/- ##
==========================================
- Coverage 82.55% 82.27% -0.28%
==========================================
Files 300 300
Lines 31351 31351
==========================================
- Hits 25881 25794 -87
- Misses 4416 4485 +69
- Partials 1054 1072 +18 |
Why does this also update the protos? Is that going to clash with your recent protoc-gen-go-grpc change? |
It broke vet proto by updating. so I regenerated protos. it seems to clash with #7061 |
In the PR, the go.mod/go.sum of the cmd/ directory changed. Thus, I needed to regenerate the protos since generated protos would have different syntax (I followed this process from our release doc). |
This PR updates the go.mods of the repository.
RELEASE NOTES: N/A