Skip to content

Commit adabb8e

Browse files
committed
Revert "vendor: github.com/docker/cli/v28.0.0-rc.1"
This reverts commit 5462f3d. Signed-off-by: CrazyMax <[email protected]>
1 parent 577c6eb commit adabb8e

File tree

5 files changed

+12
-34
lines changed

5 files changed

+12
-34
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/containernetworking/plugins v1.5.1
3232
github.com/coreos/go-systemd/v22 v22.5.0
3333
github.com/distribution/reference v0.6.0
34-
github.com/docker/cli v28.0.0-rc.1+incompatible
34+
github.com/docker/cli v27.5.1+incompatible
3535
github.com/docker/docker v28.0.0-rc.1+incompatible
3636
github.com/docker/go-connections v0.5.0
3737
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
138138
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
139139
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
140140
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
141-
github.com/docker/cli v28.0.0-rc.1+incompatible h1:4Xkn+JKnvVqDfyL/pZCWaPM9jzPtAJvNu7qKBkotv3I=
142-
github.com/docker/cli v28.0.0-rc.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
141+
github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY=
142+
github.com/docker/cli v27.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
143143
github.com/docker/docker v28.0.0-rc.1+incompatible h1:xUbdsVxJIFvyZ+958MzyyIT7VuHO4Ecao9hKhl7kGUc=
144144
github.com/docker/docker v28.0.0-rc.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
145145
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=

vendor/github.com/docker/cli/cli/config/config.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/cli/config/credentials/file_store.go

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ github.com/dimchansky/utfbom
475475
# github.com/distribution/reference v0.6.0
476476
## explicit; go 1.20
477477
github.com/distribution/reference
478-
# github.com/docker/cli v28.0.0-rc.1+incompatible
478+
# github.com/docker/cli v27.5.1+incompatible
479479
## explicit
480480
github.com/docker/cli/cli/config
481481
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)