Skip to content

Commit 43a57ff

Browse files
build(deps): Bump github.com/docker/cli from 24.0.6+incompatible to 24.0.7+incompatible (runfinch#665)
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.6+incompatible to 24.0.7+incompatible. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/afdd53b4e341be38d2056a42113b938559bb1d94"><code>afdd53b</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4629">#4629</a> from thaJeztah/24.0_update_engine</li> <li><a href="https://github.com/docker/cli/commit/12c309fe919475aa53465e84412bb2b9dfffd984"><code>12c309f</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4628">#4628</a> from thaJeztah/24.0_backport_bump_compress</li> <li><a href="https://github.com/docker/cli/commit/f42719820dd2eb37b2b1fd370989e38d9e0d2d5e"><code>f427198</code></a> vendor: github.com/docker/docker v24.0.6</li> <li><a href="https://github.com/docker/cli/commit/17770189de7dd2790cfaad0c0287a6b979b04678"><code>1777018</code></a> vendor: github.com/klauspost/compress v1.17.2</li> <li><a href="https://github.com/docker/cli/commit/cde0441dc890ae401d7c6956a4f909aebe8ef5fd"><code>cde0441</code></a> vendor: github.com/klauspost/compress v1.16.5</li> <li><a href="https://github.com/docker/cli/commit/d9f94d5719594f44d1221a10ac72d201c2dcaaf9"><code>d9f94d5</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4618">#4618</a> from thaJeztah/24.0_backport_cli-issue-502</li> <li><a href="https://github.com/docker/cli/commit/54d83fbbf46977af85ce03d09f3c87896c143334"><code>54d83fb</code></a> Add docker ps status descriptions</li> <li><a href="https://github.com/docker/cli/commit/30a185e936ed2093ff9cad18f9321d0b774eee6f"><code>30a185e</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/4609">#4609</a> from thaJeztah/24.0_backport_x_net</li> <li><a href="https://github.com/docker/cli/commit/d43c48d5abe772158d2aead6bfc5fed4cb61e878"><code>d43c48d</code></a> vendor: golang.org/x/net v0.17.0</li> <li><a href="https://github.com/docker/cli/commit/1919679638e955392368f48c7f6bf2b42362eb5e"><code>1919679</code></a> vendor: golang.org/x/crypto v0.14.0</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v24.0.6...v24.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/cli&package-manager=go_modules&previous-version=24.0.6+incompatible&new-version=24.0.7+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e06d28 commit 43a57ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/runfinch/finch
33
go 1.20
44

55
require (
6-
github.com/docker/cli v24.0.6+incompatible
6+
github.com/docker/cli v24.0.7+incompatible
77
github.com/docker/docker v24.0.7+incompatible
88
github.com/golang/mock v1.6.0
99
github.com/google/go-licenses v1.6.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
9494
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9595
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
9696
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
97-
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=
98-
github.com/docker/cli v24.0.6+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
97+
github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1xfI36MSkFg=
98+
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
9999
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
100100
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
101101
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=

0 commit comments

Comments
 (0)