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

Update: golang.org/x/exp & golang.org/x/oauth2 deps. #1582

Merged
merged 2 commits into from
Jul 21, 2023

Commits on Jul 20, 2023

  1. Update: golang.org/x/exp & golang.org/x/oauth2 deps.

    Update:
      - golang.org/x/exp    v0.0.0-20190121172915-509febef88a4 -> v0.0.0-20230713183714-613f0c0eb8a1
      - golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be -> v0.10.0
    
    These were very old dependencies and there is no way to override them to newer ones by Gazelle user.
    1. You cannot execute go_repository before calling gazelle_dependencies as @bazel_gazelle_go_repository_cache is not yet ready.
    2. If you execute go_repository AFTER calling gazelle_dependences, the previously loaded old verision by gazelle_dependencies
    takes precendence.
    
    It led to issues like:
      - bazelbuild#1468
      - https://stackoverflow.com/questions/64929217/bazel-gazelle-error-no-such-package-org-golang-x-tools-go-analysis-internal
    
    Fixes: bazelbuild#1468
    sfc-gh-ptabor committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    71b22e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    7f4b115 View commit details
    Browse the repository at this point in the history