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

feat(gomod): Support go work vendor #29216

Merged
merged 11 commits into from
Jun 11, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    29a70a0 View commit details
    Browse the repository at this point in the history
  2. feat(gomod): Support workspace vendoring

    If go.work is present and a vendor/ is present, then the module is using
    go workspaces with vendoring, recently introduced with Go 1.22 (see
    golang/go#60056 for details).
    
    When using Go workspaces, you must use `go work vendor` instead of `go
    mod vendor`.
    chancez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    478e84a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35c7ed View commit details
    Browse the repository at this point in the history
  4. gomod: Run prettier

    chancez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    16e3f76 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    710a854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c887a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc6fc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c29710 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. gomod: Fix import prettiness

    chancez committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f56c6f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63bbf66 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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