Skip to content

Commit

Permalink
build(deps): Bump github.com/docker/cli from 26.0.0+incompatible to 2…
Browse files Browse the repository at this point in the history
…6.0.1+incompatible (#894)

Bumps [github.com/docker/cli](https://github.com/docker/cli) from
26.0.0+incompatible to 26.0.1+incompatible.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/d260a54c81efcc3f00fe67dee78c94b16c2f8692"><code>d260a54</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5007">#5007</a> from
vvoland/vendor-docker</li>
<li><a
href="https://github.com/docker/cli/commit/3369ffe3e560af38c1ffa4d771f298faebbfdc1f"><code>3369ffe</code></a>
vendor: github.com/docker/docker v26.0.1-dev (60b9add796ae)</li>
<li><a
href="https://github.com/docker/cli/commit/3cf84fbc5b97d7cef9ae947b4c02bbb561431fd1"><code>3cf84fb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/5006">#5006</a> from
vvoland/v26.0-5005</li>
<li><a
href="https://github.com/docker/cli/commit/b1b03b3caa54bdd1de5570081c04900ccbb1cfde"><code>b1b03b3</code></a>
cli-bin/windows: Add .exe extension</li>
<li><a
href="https://github.com/docker/cli/commit/57d2fbb70eeb9c53e9d719e13436f671eb1b55d4"><code>57d2fbb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4999">#4999</a> from
thaJeztah/26.0_backport_bump_x_net</li>
<li><a
href="https://github.com/docker/cli/commit/c33cc928bb23ff03a456f37fb7c19c575e1b7afd"><code>c33cc92</code></a>
vendor: golang.org/x/net v0.23.0</li>
<li><a
href="https://github.com/docker/cli/commit/156e20ca866a287311baf70d6adfdf7319a41238"><code>156e20c</code></a>
vendor: golang.org/x/net v0.22.0, golang.org/x/crypto v0.21.0</li>
<li><a
href="https://github.com/docker/cli/commit/7522a62d26e9622b1df1300800a0c0ab2cc80920"><code>7522a62</code></a>
vendor: golang.org/x/term v0.18.0</li>
<li><a
href="https://github.com/docker/cli/commit/073e4e850ef37d8f75d7da0513fd9647fb1f5fce"><code>073e4e8</code></a>
vendor: golang.org/x/sys v0.18.0</li>
<li><a
href="https://github.com/docker/cli/commit/6d46ff7438fd081bc775af2ca68e01c42c7071a1"><code>6d46ff7</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4987">#4987</a> from
vvoland/v26.0-4986</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/compare/v26.0.0...v26.0.1">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=26.0.0+incompatible&new-version=26.0.1+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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent f17b41c commit 680e23f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/docker/cli v26.0.0+incompatible
github.com/docker/cli v26.0.1+incompatible
github.com/docker/docker v26.0.0+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v26.0.0+incompatible h1:90BKrx1a1HKYpSnnBFR6AgDq/FqkHxwlUyzJVPxD30I=
github.com/docker/cli v26.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v26.0.1+incompatible h1:eZDuplk2jYqgUkNLDYwTBxqmY9cM3yHnmN6OIUEjL3U=
github.com/docker/cli v26.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v26.0.0+incompatible h1:Ng2qi+gdKADUa/VM+6b6YaY2nlZhk/lVJiKR/2bMudU=
github.com/docker/docker v26.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
Expand Down

0 comments on commit 680e23f

Please sign in to comment.