File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
9292github.com/dlclark/regexp2 v1.11.0 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
9393github.com/docker/buildx v0.33.0 h1:xuZeuQe/C/2tvLDgiIA6+Ynq3FFWSfsGNWIHM3q1hD8 =
9494github.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 =
9797github.com/docker/cli-docs-tool v0.11.0 h1:7d8QARFb7QEobizqxmEM7fOteZEHwH/zWgHQtHZEcfE =
9898github.com/docker/cli-docs-tool v0.11.0 /go.mod h1:ma8BKiisUo8D6W05XEYIh3oa1UbgrZhi1nowyKFJa8Q =
9999github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments