Skip to content

Commit 4b36ea7

Browse files
build(deps): bump github.com/docker/cli in /tests/e2etest (#1221)
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.1+incompatible to 29.2.0+incompatible. - [Commits](docker/cli@v28.5.1...v29.2.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ee9af6 commit 4b36ea7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/e2etest/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chai2010/gettext-go v1.0.3 // indirect
1616
github.com/containerd/stargz-snapshotter/estargz v0.18.0 // indirect
1717
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
18-
github.com/docker/cli v28.5.1+incompatible // indirect
18+
github.com/docker/cli v29.2.0+incompatible // indirect
1919
github.com/docker/distribution v2.8.3+incompatible // indirect
2020
github.com/docker/docker-credential-helpers v0.9.4 // indirect
2121
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
@@ -62,7 +62,6 @@ require (
6262
github.com/opencontainers/go-digest v1.0.0 // indirect
6363
github.com/opencontainers/image-spec v1.1.1 // indirect
6464
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
65-
github.com/pkg/errors v0.9.1 // indirect
6665
github.com/prep/wasmexec v0.0.0-20220807105708-6554945c1dec // indirect
6766
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6867
github.com/sirupsen/logrus v1.9.3 // indirect

tests/e2etest/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
2121
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
2323
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
24-
github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw59yGVc+yY=
25-
github.com/docker/cli v28.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
24+
github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM=
25+
github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
2626
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
2727
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
2828
github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI=

0 commit comments

Comments
 (0)