Skip to content

Commit 98721a3

Browse files
committed
go.mod: github.com/docker/cli v27.1.1
full diff: docker/cli@v27.0.3...v27.1.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a8e75ec commit 98721a3

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/OpenPeeDeeP/xdg v0.2.1-0.20190312153938-4ba9e1eb294c
77
github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
88
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
9-
github.com/docker/cli v27.0.3+incompatible
9+
github.com/docker/cli v27.1.1+incompatible
1010
github.com/docker/docker v27.1.1+incompatible
1111
github.com/fatih/color v1.10.0
1212
github.com/go-errors/errors v1.5.1
@@ -35,7 +35,7 @@ require (
3535
github.com/containerd/log v0.1.0 // indirect
3636
github.com/davecgh/go-spew v1.1.1 // indirect
3737
github.com/distribution/reference v0.6.0 // indirect
38-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
38+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
3939
github.com/docker/go-connections v0.5.0 // indirect
4040
github.com/docker/go-units v0.5.0 // indirect
4141
github.com/felixge/httpsnoop v1.0.4 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1717
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1818
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
1919
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
20-
github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlSN5BLDioCQ=
21-
github.com/docker/cli v27.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
20+
github.com/docker/cli v27.1.1+incompatible h1:goaZxOqs4QKxznZjjBWKONQci/MywhtRv2oNn0GkeZE=
21+
github.com/docker/cli v27.1.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
2222
github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY=
2323
github.com/docker/docker v27.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
24-
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
25-
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
24+
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
25+
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
2626
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
2727
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
2828
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

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

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

vendor/github.com/docker/cli/cli/context/store/store.go

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

vendor/github.com/docker/docker-credential-helpers/client/client.go

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

vendor/github.com/docker/docker-credential-helpers/credentials/error.go

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

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github.com/davecgh/go-spew/spew
2323
# github.com/distribution/reference v0.6.0
2424
## explicit; go 1.20
2525
github.com/distribution/reference
26-
# github.com/docker/cli v27.0.3+incompatible
26+
# github.com/docker/cli v27.1.1+incompatible
2727
## explicit
2828
github.com/docker/cli/cli/config
2929
github.com/docker/cli/cli/config/configfile
@@ -60,7 +60,7 @@ github.com/docker/docker/errdefs
6060
github.com/docker/docker/internal/multierror
6161
github.com/docker/docker/pkg/ioutils
6262
github.com/docker/docker/pkg/stdcopy
63-
# github.com/docker/docker-credential-helpers v0.8.0
63+
# github.com/docker/docker-credential-helpers v0.8.2
6464
## explicit; go 1.19
6565
github.com/docker/docker-credential-helpers/client
6666
github.com/docker/docker-credential-helpers/credentials

0 commit comments

Comments
 (0)