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

Use tools.go trick to make go.mod work with go mod tidy #3775

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Commits on Dec 2, 2023

  1. Use tools.go trick to make go.mod work with go mod tidy

    This allows us to use `go mod tidy` and `go get` to maintain
    rules_go's `go.mod` file, which is used to specify its Go
    dependencies with Bzlmod.
    
    `go.mod` files are added to helpers that don't ship with rules_go to
    remove unnecessary dependencies.
    fmeum committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    ce89366 View commit details
    Browse the repository at this point in the history