Skip to content

Commit 89e3517

Browse files
thaJeztahglours
authored andcommitted
build(deps): bump github.com/docker/cli v29.4.0
full diff: docker/cli@v29.3.1...v29.4.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d1296c3 commit 89e3517

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/creack/pty v1.1.24
1717
github.com/distribution/reference v0.6.0
1818
github.com/docker/buildx v0.33.0
19-
github.com/docker/cli v29.3.1+incompatible
19+
github.com/docker/cli v29.4.0+incompatible
2020
github.com/docker/cli-docs-tool v0.11.0
2121
github.com/docker/docker v28.5.2+incompatible
2222
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
9292
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
9393
github.com/docker/buildx v0.33.0 h1:xuZeuQe/C/2tvLDgiIA6+Ynq3FFWSfsGNWIHM3q1hD8=
9494
github.com/docker/buildx v0.33.0/go.mod h1:7JVma62htERKE5iy5YD1q64PKiAHUzXuhSBd4oq3I74=
95-
github.com/docker/cli v29.3.1+incompatible h1:M04FDj2TRehDacrosh7Vlkgc7AuQoWloQkf1PA5hmoI=
96-
github.com/docker/cli v29.3.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
95+
github.com/docker/cli v29.4.0+incompatible h1:+IjXULMetlvWJiuSI0Nbor36lcJ5BTcVpUmB21KBoVM=
96+
github.com/docker/cli v29.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
9797
github.com/docker/cli-docs-tool v0.11.0 h1:7d8QARFb7QEobizqxmEM7fOteZEHwH/zWgHQtHZEcfE=
9898
github.com/docker/cli-docs-tool v0.11.0/go.mod h1:ma8BKiisUo8D6W05XEYIh3oa1UbgrZhi1nowyKFJa8Q=
9999
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

pkg/e2e/compose_run_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func TestLocalComposeRun(t *testing.T) {
260260

261261
res.Assert(t, icmd.Expected{
262262
ExitCode: 1,
263-
Err: "the input device is not a TTY",
263+
Err: "cannot attach stdin to a TTY-enabled container because stdin is not a terminal",
264264
})
265265
})
266266

@@ -275,7 +275,7 @@ func TestLocalComposeRun(t *testing.T) {
275275

276276
res.Assert(t, icmd.Expected{
277277
ExitCode: 1,
278-
Err: "the input device is not a TTY",
278+
Err: "cannot attach stdin to a TTY-enabled container because stdin is not a terminal",
279279
})
280280
})
281281
}

0 commit comments

Comments
 (0)