Skip to content

Commit b83b243

Browse files
committed
vendor: github.com/docker/cli v28.3.0
full diff: docker/cli@v28.2.2...v28.3.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7eb4c71 commit b83b243

File tree

5 files changed

+214
-6
lines changed

5 files changed

+214
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/containernetworking/plugins v1.7.1
3434
github.com/coreos/go-systemd/v22 v22.5.0
3535
github.com/distribution/reference v0.6.0
36-
github.com/docker/cli v28.2.2+incompatible
36+
github.com/docker/cli v28.3.0+incompatible
3737
github.com/docker/docker v28.3.0+incompatible
3838
github.com/docker/go-connections v0.5.0
3939
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
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.2.2+incompatible h1:qzx5BNUDFqlvyq4AHzdNB7gSyVTmU4cgsyN9SdInc1A=
148-
github.com/docker/cli v28.2.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
147+
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=
148+
github.com/docker/cli v28.3.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
149149
github.com/docker/docker v28.3.0+incompatible h1:ffS62aKWupCWdvcee7nBU9fhnmknOqDPaJAMtfK0ImQ=
150150
github.com/docker/docker v28.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
151151
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=

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

Lines changed: 83 additions & 2 deletions
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/memorystore/store.go

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

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,12 @@ github.com/dimchansky/utfbom
479479
# github.com/distribution/reference v0.6.0
480480
## explicit; go 1.20
481481
github.com/distribution/reference
482-
# github.com/docker/cli v28.2.2+incompatible
482+
# github.com/docker/cli v28.3.0+incompatible
483483
## explicit
484484
github.com/docker/cli/cli/config
485485
github.com/docker/cli/cli/config/configfile
486486
github.com/docker/cli/cli/config/credentials
487+
github.com/docker/cli/cli/config/memorystore
487488
github.com/docker/cli/cli/config/types
488489
github.com/docker/cli/cli/connhelper/commandconn
489490
# github.com/docker/docker v28.3.0+incompatible

0 commit comments

Comments
 (0)