Skip to content

Commit c28b7c8

Browse files
committed
vendor: github.com/docker/cli v28.0.2
full diff: docker/cli@v28.0.1...v28.0.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5e6c75e commit c28b7c8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/containernetworking/plugins v1.5.1
3333
github.com/coreos/go-systemd/v22 v22.5.0
3434
github.com/distribution/reference v0.6.0
35-
github.com/docker/cli v28.0.1+incompatible
35+
github.com/docker/cli v28.0.2+incompatible
3636
github.com/docker/docker v28.0.2+incompatible
3737
github.com/docker/go-connections v0.5.0
3838
github.com/docker/go-units v0.5.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
144144
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
145145
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
146146
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
147-
github.com/docker/cli v28.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl3hgCPOKzs=
148-
github.com/docker/cli v28.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
147+
github.com/docker/cli v28.0.2+incompatible h1:cRPZ77FK3/IXTAIQQj1vmhlxiLS5m+MIUDwS6f57lrE=
148+
github.com/docker/cli v28.0.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
149149
github.com/docker/docker v28.0.2+incompatible h1:9BILleFwug5FSSqWBgVevgL3ewDJfWWWyZVqlDMttE8=
150150
github.com/docker/docker v28.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
151151
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=

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

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ github.com/dimchansky/utfbom
486486
# github.com/distribution/reference v0.6.0
487487
## explicit; go 1.20
488488
github.com/distribution/reference
489-
# github.com/docker/cli v28.0.1+incompatible
489+
# github.com/docker/cli v28.0.2+incompatible
490490
## explicit
491491
github.com/docker/cli/cli/config
492492
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)