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

[3.5] make: Include tools/mod when checking dependency versions #18284

Merged
merged 7 commits into from
Jul 9, 2024

Commits on Jul 4, 2024

  1. make: Include tools/mod when checking dependency versions

    Backport of etcd-io@ba4b2bf
    
    Related issue: etcd-io#18180
    
    As tools/mod is not part of the test library's modules, the check to verify
    consistent dependency versions ignored it. Explicitly get the dependencies from
    this module when running verify-dep.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5727c64 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. dependency: bump tools/mod github.com/grpc-ecosystem/grpc-gateway

    to v1.16.0.
    
    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d15fbc6 View commit details
    Browse the repository at this point in the history
  2. dependency: bump tools/mod github.com/mattn/go-colorable

    to v0.1.11
    
    github.com/mattn/go-isatty v0.0.12 to v0.0.14
    
    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cab6d1d View commit details
    Browse the repository at this point in the history
  3. dependency: bump tools/mod github.com/mattn/go-runewidth

    to v0.0.9.
    
    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a562815 View commit details
    Browse the repository at this point in the history
  4. dependency: bump tools/mod github.com/olekukonko/tablewriter to v0.0.5

    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4420b55 View commit details
    Browse the repository at this point in the history
  5. dependency: bump tools/mod github.com/spf13/cobra to v1.1.3

    bump honnef.co/go/tools to v0.0.1-2019.2.3
    
    bump gopkg.in/yaml.v2 to v2.4.0
    
    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    64d8a63 View commit details
    Browse the repository at this point in the history
  6. dependency: bump tools/mod google.golang.org/genproto

    to v0.0.0-20230822172742-b8732ec3820d
    
    bump tools/mod google.golang.org/genproto/googleapis/api
    
    to v0.0.0-20230822172742-b8732ec3820d
    
    Use the same version across all the modules from the project.
    
    Signed-off-by: D Tripp <[email protected]>
    thedtripp committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    35a9140 View commit details
    Browse the repository at this point in the history