Skip to content
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

fix(compute/metadata): remove heavy gax dependency #4784

Merged
merged 3 commits into from Sep 21, 2021
Merged

fix(compute/metadata): remove heavy gax dependency #4784

merged 3 commits into from Sep 21, 2021

Commits on Sep 21, 2021

  1. fix(compute/metadata): remove heavy gax dependency

    Because of how the gax package is structured today it ends up
    pulling in proto and gRPC which can add a lot of extra deps to the
    tree if all you really need is this package.
    
    Fixes: #4783
    codyoss committed Sep 21, 2021
    Copy the full SHA
    660bb31 View commit details
    Browse the repository at this point in the history
  2. fix bug

    codyoss committed Sep 21, 2021
    Copy the full SHA
    e150bea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e780a68 View commit details
    Browse the repository at this point in the history