Skip to content

Commit be05115

Browse files
Merge pull request jesseduffield#568 from thaJeztah/update_docker_27.1
go.mod: github.com/docker/docker, docker/cli v27.1.1
2 parents de40167 + 98721a3 commit be05115

File tree

9 files changed

+30
-37
lines changed

9 files changed

+30
-37
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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
10-
github.com/docker/docker v27.0.3+incompatible
9+
github.com/docker/cli v27.1.1+incompatible
10+
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
1313
github.com/gookit/color v1.5.0
@@ -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

Lines changed: 6 additions & 6 deletions
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=
22-
github.com/docker/docker v27.0.3+incompatible h1:aBGI9TeQ4MPlhquTQKq9XbK79rKFVwXNUAYz9aXyEBE=
23-
github.com/docker/docker v27.0.3+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=
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=
22+
github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY=
23+
github.com/docker/docker v27.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
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

Lines changed: 1 addition & 0 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/context/store/store.go

Lines changed: 3 additions & 0 deletions
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

Lines changed: 5 additions & 12 deletions
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

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

vendor/github.com/docker/docker/api/swagger.yaml

Lines changed: 2 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/docker/api/types/system/info.go

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

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
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
@@ -35,7 +35,7 @@ github.com/docker/cli/cli/connhelper/ssh
3535
github.com/docker/cli/cli/context
3636
github.com/docker/cli/cli/context/docker
3737
github.com/docker/cli/cli/context/store
38-
# github.com/docker/docker v27.0.3+incompatible
38+
# github.com/docker/docker v27.1.1+incompatible
3939
## explicit
4040
github.com/docker/docker/api
4141
github.com/docker/docker/api/types
@@ -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)