Skip to content

Commit a8e75ec

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

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
88
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
99
github.com/docker/cli v27.0.3+incompatible
10-
github.com/docker/docker v27.0.3+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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
1919
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
2020
github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlSN5BLDioCQ=
2121
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=
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=
2424
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
2525
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
2626
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

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

+2-2
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

-7
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
@@ -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

0 commit comments

Comments
 (0)