diff --git a/go.mod b/go.mod index 46ba8421..3cd978cc 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,6 @@ require ( github.com/docker/docker v27.4.0-rc.2+incompatible github.com/docker/go-connections v0.5.0 github.com/docker/go-units v0.5.0 - github.com/dustin/go-humanize v1.0.1 github.com/goccy/go-yaml v1.17.1 github.com/google/go-cmp v0.7.0 github.com/google/go-containerregistry v0.20.2 @@ -128,6 +127,7 @@ require ( github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect github.com/docker/go-metrics v0.0.1 // indirect + github.com/dustin/go-humanize v1.0.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect github.com/fatih/color v1.17.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect