Skip to content

Commit 621090d

Browse files
committed
NVSHAS-8470: update docker package
1 parent 98fe35a commit 621090d

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/digitorus/timestamp v0.0.0-20221019182153-ef3b63b79b31 // indirect
3232
github.com/docker/cli v23.0.1+incompatible // indirect
3333
github.com/docker/distribution v2.8.2-beta.1+incompatible // indirect
34-
github.com/docker/docker v23.0.3+incompatible // indirect
34+
github.com/docker/docker v24.0.7+incompatible // indirect
3535
github.com/docker/docker-credential-helpers v0.7.0 // indirect
3636
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
3737
github.com/fsnotify/fsnotify v1.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/docker/cli v23.0.1+incompatible h1:LRyWITpGzl2C9e9uGxzisptnxAn1zfZKXy
131131
github.com/docker/cli v23.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
132132
github.com/docker/distribution v2.8.2-beta.1+incompatible h1:gILO60VLD2v28ozemv4aAwDb8ds5U2O/vD/sBXbd7Rw=
133133
github.com/docker/distribution v2.8.2-beta.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
134-
github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=
135-
github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
134+
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
135+
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
136136
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
137137
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
138138
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=

vendor/github.com/docker/docker/AUTHORS

Lines changed: 18 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/pkg/homedir/homedir_linux.go

Lines changed: 6 additions & 3 deletions
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
@@ -93,7 +93,7 @@ github.com/docker/cli/cli/config/types
9393
# github.com/docker/distribution v2.8.2-beta.1+incompatible
9494
## explicit
9595
github.com/docker/distribution/registry/client/auth/challenge
96-
# github.com/docker/docker v23.0.3+incompatible
96+
# github.com/docker/docker v24.0.7+incompatible
9797
## explicit
9898
github.com/docker/docker/pkg/homedir
9999
# github.com/docker/docker-credential-helpers v0.7.0

0 commit comments

Comments
 (0)