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

build: Bump github.com/docker/go-units to 0.5.0 #1420

Commits on Dec 14, 2023

  1. build: Bump github.com/docker/go-units to 0.5.0

    ... to improve performance by not using regular expressions [1].
    However, the potential reduction in binary size is lost because Toolbx
    already uses the 'regexp' package to check if a string might be the ID
    of an image or a valid container name.
    
    [1] go-units commit 737572633c434ce2
        docker/go-units@737572633c434ce2
        docker/go-units#40
    
    containers#1420
    debarshiray committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3dea936 View commit details
    Browse the repository at this point in the history