Skip to content

Commit

Permalink
vendor: docker/cli master
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 20, 2024
1 parent 8221263 commit a574de9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 11 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ go 1.22.0
// FIXME(thaJeztah): testing moby master
replace github.com/docker/docker => github.com/docker/docker v27.0.2-0.20241220093412-2c5649784ddb+incompatible

replace github.com/docker/cli => github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/cli v27.4.0+incompatible h1:/nJzWkcI1MDMN+U+px/YXnQWJqnu4J+QKGTfD6ptiTc=
github.com/docker/cli v27.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible h1:XsSN1xr87F/IR/WB7nWhL7qJIb72GLkZKvMSWPYFYrY=
github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v27.0.2-0.20241220093412-2c5649784ddb+incompatible h1:5IrINx9JU6IbuoaFpI9iZmUcPO0TMs7EtmRRSskR2Ro=
github.com/docker/docker v27.0.2-0.20241220093412-2c5649784ddb+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/docker/cli/cli/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 29 additions & 7 deletions vendor/github.com/docker/cli/cli/config/credentials/file_store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ github.com/dimchansky/utfbom
# github.com/distribution/reference v0.6.0
## explicit; go 1.20
github.com/distribution/reference
# github.com/docker/cli v27.4.0+incompatible
# github.com/docker/cli v27.4.0+incompatible => github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible
## explicit
github.com/docker/cli/cli/config
github.com/docker/cli/cli/config/configfile
Expand Down Expand Up @@ -1106,3 +1106,4 @@ kernel.org/pub/linux/libs/security/libcap/cap
## explicit; go 1.11
kernel.org/pub/linux/libs/security/libcap/psx
# github.com/docker/docker => github.com/docker/docker v27.0.2-0.20241220093412-2c5649784ddb+incompatible
# github.com/docker/cli => github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible

0 comments on commit a574de9

Please sign in to comment.