-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update deps #4276
Update deps #4276
Conversation
/retest |
/test test |
Needs a PR to handle deprecation. |
@jacob-delgado I added a DNM label so the PR will not be merged automatically before the reviewers' comments are addressed. |
🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test? Courtesy of your friendly test nag. |
@@ -3,27 +3,30 @@ module istio.io/proxy | |||
go 1.19 | |||
|
|||
require ( | |||
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go get said to use github.com/cncf/xds/go
instead
Can I get another review? |
@kyessenov Hi Kuat, has your comment been addressed? If yes, please feel free to remove the DNM label. |
What this PR does / why we need it:
Update various deps in go.mod and minor nits fixed to better follow go conventions. Also handle deprecations for stackdriver
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer: