-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 vendored deps #1967
Update vendored deps #1967
Conversation
Updated to remove some stale deps that made |
Oh dang that's a lot of updates! It also looks like travis still failed, mind checking that out? Once that's fixed, I'll kick off a full test suite run on this since it's a change that has the capability of breaking a lot of things. |
We're upgraded to Go 1.11 after #1994 so once you're merged/rebased you should be golden for |
Travis build fixed. |
I'm running the tests on this branch on CI. :) |
Oh, I never came back around to this - LGTM. Some server errors and flakes on the test run but nothing serious. |
@danawillow @ndmckinley I don't have write access, so merge please :-) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
I'm working on Stackdriver monitoring in another branch, which required updating
google.golang.org/genproto
, which required updatinggoogle.golang.org/grpc
, which required updatinggithub.com/golang/protobuf
, and so on. This PR updates all of the Google-provided deps to their latest versions. In addition, there is:make fmt
Tested with
make build
,make test
, andmake testacc
.