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

Update dependencies of docker/docker #2110

Merged
merged 1 commit into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. Update dependencies of docker/docker

    docker/docker maintains its dependencies in vendor.mod,
    not go.mod, so automated tooling doesn't know to follow that.
    
    Do that manually:
    
    > go get gotest.tools/v3@v3.5.0
    
    This is actually _called_ only in tests, so it does not
    change the built binary. But update to make sure the dependency
    tree is not behind what docker/docker is testing with.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3df0c6c View commit details
    Browse the repository at this point in the history