Skip to content

Commit 72872ca

Browse files
committed
vendor: docker/docker b1569b9c185b9d5371d30fb59c14f4694239a4f3 (25.0-dev)
full diff: moby/moby@4bef3e9...b1569b9 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f423b14 commit 72872ca

File tree

26 files changed

+199
-777
lines changed

26 files changed

+199
-777
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
1010
github.com/container-storage-interface/spec v1.2.0
1111
github.com/docker/distribution v2.8.2+incompatible
12-
github.com/docker/docker v24.0.0-rc.2.0.20230612125842-4bef3e9ed394+incompatible // master (v25.0.0-dev)
12+
github.com/docker/docker v24.0.0-rc.2.0.20230627090017-b1569b9c185b+incompatible // master (v25.0.0-dev)
1313
github.com/docker/go-connections v0.4.0
1414
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
1515
github.com/docker/go-metrics v0.0.1
@@ -62,8 +62,8 @@ require (
6262
github.com/akutz/gosync v0.1.0 // indirect
6363
github.com/beorn7/perks v1.0.1 // indirect
6464
github.com/cespare/xxhash/v2 v2.1.2 // indirect
65+
github.com/containerd/containerd v1.6.21 // indirect
6566
github.com/davecgh/go-spew v1.1.1 // indirect
66-
github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 // indirect
6767
github.com/fsnotify/fsnotify v1.5.1 // indirect
6868
github.com/go-logr/logr v1.2.3 // indirect
6969
github.com/google/certificate-transparency-go v1.1.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f h1:o/kfcElHqOi
9292
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
9393
github.com/container-storage-interface/spec v1.2.0 h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=
9494
github.com/container-storage-interface/spec v1.2.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
95+
github.com/containerd/containerd v1.6.21 h1:eSTAmnvDKRPWan+MpSSfNyrtleXd86ogK9X8fMWpe/Q=
96+
github.com/containerd/containerd v1.6.21/go.mod h1:apei1/i5Ux2FzrK6+DM/suEsGuK/MeVOfy8tR2q7Wnw=
9597
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
9698
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
9799
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
@@ -109,8 +111,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
109111
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
110112
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
111113
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
112-
github.com/docker/docker v24.0.0-rc.2.0.20230612125842-4bef3e9ed394+incompatible h1:xgBKI0gxoo3mjOIvmthq3u4WeuQ3DeZcke6vtPu8Ajg=
113-
github.com/docker/docker v24.0.0-rc.2.0.20230612125842-4bef3e9ed394+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
114+
github.com/docker/docker v24.0.0-rc.2.0.20230627090017-b1569b9c185b+incompatible h1:qraiILt92v5wMa4VWF3ZYE2NO2cpA0DVs2+ri2b5Qh0=
115+
github.com/docker/docker v24.0.0-rc.2.0.20230627090017-b1569b9c185b+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
114116
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
115117
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
116118
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=
@@ -119,8 +121,6 @@ github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQ
119121
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
120122
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
121123
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
122-
github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 h1:q6MhOaE4xsrl6cAiFYrazobNFSQN6ckhD6Et9zYbcrU=
123-
github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3/go.mod h1:r5hEwHwW8dr0TFBYGCarMNbrQOiwL1xoqDYZ/JqoTK0=
124124
github.com/dperny/gocsi v1.2.3-pre h1:GRTvl8G6yEXYPyul1h6YAqtyxzUHTrQHo6G3xZpb9oM=
125125
github.com/dperny/gocsi v1.2.3-pre/go.mod h1:qQw5mIunz1RqMUfZcGJ9/Lt9EDaL0N3wPNYxFTuyLQo=
126126
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=

vendor/github.com/docker/libkv/LICENSE.code renamed to vendor/github.com/containerd/containerd/LICENSE

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

vendor/github.com/containerd/containerd/NOTICE

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

vendor/github.com/containerd/containerd/log/context.go

Lines changed: 69 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/libnetwork/datastore/cache.go

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

vendor/github.com/docker/docker/libnetwork/datastore/datastore.go

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

vendor/github.com/docker/docker/libnetwork/datastore/mock_store.go

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

vendor/github.com/docker/docker/libnetwork/drivers/overlay/ovmanager/ovmanager.go

Lines changed: 3 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/libnetwork/drivers/remote/driver.go

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

0 commit comments

Comments
 (0)