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

bzlmod: Add go_deps.from_file #1300

Merged
merged 5 commits into from
Jul 26, 2022
Merged

Commits on Jul 15, 2022

  1. bzlmod: Rename go_deps.module importpath parameter to path

    Go itself calls this a "module path" rather than an "import path" - it
    will rarely be a valid import path anyway.
    fmeum committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5ccf96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1bf80 View commit details
    Browse the repository at this point in the history
  3. bzlmod: Add go_deps.from_file

    With go_deps.from_file, dependencies can be parsed from a go.mod/go.sum
    pair directly by the go_deps module extension. Users only have to
    declare visibility for their *direct* dependencies in their
    MODULE.bazel.
    fmeum committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7a5f4eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de5f8dd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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