mirror of https://github.com/hashicorp/consul
Browse Source
make: Add target for updating dependencies across all modules To enable more consistent and error-proof dependency management, add a Make target that will set a dependency version across all submodules that require it. Also runs `go mod tidy`. This first ensures the dependency addition is reverted if the module in question does not require it; it also ensures that any additional cleanup needed in `go.mod`/`go.sum` is applied.pull/20679/head
Michael Zalimeni
9 months ago
committed by
GitHub
1 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue