File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed
github.com/docker/cli/docs/reference Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 11# github.com/moby/moby v28.0.1+incompatible
22# github.com/moby/buildkit v0.20.0
33# github.com/docker/buildx v0.21.1
4- # github.com/docker/cli v28.0.0 +incompatible
4+ # github.com/docker/cli v28.0.1 +incompatible
55# github.com/docker/compose/v2 v2.33.1
66# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.1
44
55require (
66 github.com/docker/buildx v0.21.1 // indirect
7- github.com/docker/cli v28.0.0 +incompatible // indirect
7+ github.com/docker/cli v28.0.1 +incompatible // indirect
88 github.com/docker/compose/v2 v2.33.1 // indirect
99 github.com/docker/scout-cli v1.15.0 // indirect
1010 github.com/moby/buildkit v0.20.0 // indirect
@@ -13,7 +13,7 @@ require (
1313
1414replace (
1515 github.com/docker/buildx => github.com/docker/buildx v0.21.1
16- github.com/docker/cli => github.com/docker/cli v28.0.0 +incompatible
16+ github.com/docker/cli => github.com/docker/cli v28.0.1 +incompatible
1717 github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.33.1
1818 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919 github.com/moby/buildkit => github.com/moby/buildkit v0.20.0
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3L
152152github.com/docker/cli v27.5.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
153153github.com/docker/cli v28.0.0+incompatible h1:ido37VmLUqEp+5NFb9icd6BuBB+SNDgCn+5kPCr2buA =
154154github.com/docker/cli v28.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
155+ github.com/docker/cli v28.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl3hgCPOKzs =
156+ github.com/docker/cli v28.0.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
155157github.com/docker/compose-cli v1.0.35 h1:uZyEHLalfqBS2PiTpA1LAULyJmuQ+YtZg7nG4Xl3/Cc =
156158github.com/docker/compose-cli v1.0.35 /go.mod h1:mSXI4hFLpRU3EtI8NTo32bNwI0UXSr8jnq+/rYjGAUU =
157159github.com/docker/compose/v2 v2.22.0 h1:3rRz4L7tPU75wRsV8JZh2/aTgerQvPa1cpzZN+tHqUY =
You can’t perform that action at this time.
0 commit comments