-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: vendor tool migrate to glide #1743
Conversation
Conflicts: _vendor/Godeps/Godeps.json
- encoding/traditionalchinese | ||
- encoding/unicode | ||
- transform | ||
- package: google.golang.org/grpc |
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.
If glide update
failed, please refer to https://github.com/pingcap/pd/blob/master/glide.yaml#L185
Please make sure that tidb-test could run and others could use TiDB as a library. |
vendor directory of sub package is removed, and grpc is the now same version with pd compatible with previous _vendor/vendor, tidb-test is not affected. |
LGTM |
@overvenus PTAL |
LGTM |
See #1645