From e9e8617b07301848dc1f6c3afa18643d212d024e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jul 2023 13:59:28 -0700
Subject: [PATCH] build(deps): Bump github.com/docker/cli from
24.0.4+incompatible to 24.0.5+incompatible (#495)
Bumps [github.com/docker/cli](https://github.com/docker/cli) from
24.0.4+incompatible to 24.0.5+incompatible.
Commits
ced0996
Merge pull request #4450 from
vvoland/fix-issue-4414-Danial-Gharib-24
1ee40e2
configfile: Initialize nil AuthConfigs
40cc1d8
Merge pull request #4445 from
thaJeztah/24.0_backport_buildx_0.11.2
3c2278a
Merge pull request #4443 from
thaJeztah/24.0_update_engine2
3bd6d69
Dockerfile: update buildx to v0.11.2
05bf7fb
vendor: github.com/docker/docker
v24.0.5-0.20230718221249-d4a26c153000
c6d7c0b
Merge pull request #4438 from
thaJeztah/24.0_update_engine
dd08d44
Merge pull request #4425 from
thaJeztah/24.0_backport_credential-store-improv...
809975d
Merge pull request #4423 from
thaJeztah/24.0_backport_dont-ignore-volume-pars...
8b5023d
vendor: github.com/docker/docker
v24.0.5-0.20230717072055-8443a06149b5
- Additional commits viewable in compare
view
[![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.4+incompatible&new-version=24.0.5+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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 4fe428853..17b8601ce 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/runfinch/finch
go 1.20
require (
- github.com/docker/cli v24.0.4+incompatible
+ github.com/docker/cli v24.0.5+incompatible
github.com/docker/docker v24.0.4+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
diff --git a/go.sum b/go.sum
index 329bfd51b..2c4f4c845 100644
--- a/go.sum
+++ b/go.sum
@@ -94,8 +94,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
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 v24.0.4+incompatible h1:Y3bYF9ekNTm2VFz5U/0BlMdJy73D+Y1iAAZ8l63Ydzw=
-github.com/docker/cli v24.0.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
+github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
+github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=