Skip to content

Commit 9c54a7a

Browse files
committed
NVSHAS-9278: update docker dependency to latest version
1 parent 4412a46 commit 9c54a7a

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
2525
github.com/docker/cli v24.0.7+incompatible // indirect
2626
github.com/docker/distribution v2.8.3+incompatible // indirect
27-
github.com/docker/docker v26.1.4+incompatible // indirect
27+
github.com/docker/docker v27.1.2+incompatible // indirect
2828
github.com/docker/docker-credential-helpers v0.8.0 // indirect
2929
github.com/dustin/go-humanize v1.0.1 // indirect
3030
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1x
174174
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
175175
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
176176
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
177-
github.com/docker/docker v26.1.4+incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU=
178-
github.com/docker/docker v26.1.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
177+
github.com/docker/docker v27.1.2+incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY=
178+
github.com/docker/docker v27.1.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
179179
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
180180
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
181181
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=

vendor/github.com/docker/docker/AUTHORS

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ github.com/docker/cli/cli/config/types
6666
# github.com/docker/distribution v2.8.3+incompatible
6767
## explicit
6868
github.com/docker/distribution/registry/client/auth/challenge
69-
# github.com/docker/docker v26.1.4+incompatible
69+
# github.com/docker/docker v27.1.2+incompatible
7070
## explicit
7171
github.com/docker/docker/pkg/homedir
7272
# github.com/docker/docker-credential-helpers v0.8.0

0 commit comments

Comments
 (0)