Skip to content

Commit 07d7ec2

Browse files
authored
Merge pull request #307 from kubernetes-sigs/dependabot/go_modules/hack/chart-update/github.com/docker/docker-24.0.7incompatible
🌱 Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible in /hack/chart-update
2 parents 91c612a + 2750f42 commit 07d7ec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/chart-update/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/docker/cli v24.0.6+incompatible // indirect
2626
github.com/docker/distribution v2.8.2+incompatible // indirect
27-
github.com/docker/docker v24.0.6+incompatible // indirect
27+
github.com/docker/docker v24.0.7+incompatible // indirect
2828
github.com/docker/docker-credential-helpers v0.7.0 // indirect
2929
github.com/docker/go-connections v0.4.0 // indirect
3030
github.com/docker/go-metrics v0.0.1 // indirect

hack/chart-update/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWT
5454
github.com/docker/cli v24.0.6+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
5555
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
5656
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
57-
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE=
58-
github.com/docker/docker v24.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
57+
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
58+
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5959
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
6060
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
6161
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=

0 commit comments

Comments
 (0)