Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information