File tree Expand file tree Collapse file tree 5 files changed +14
-17
lines changed
github.com/moby/moby/api/types Expand file tree Collapse file tree 5 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ require (
2828 github.com/google/uuid v1.6.0
2929 github.com/mattn/go-runewidth v0.0.17
3030 github.com/moby/go-archive v0.1.0
31- github.com/moby/moby/api v1.52.0-beta.1.0.20250929144731-9a97f59e6e2d // master
32- github.com/moby/moby/client v0.1.0-beta.0.0.20250929144731-9a97f59e6e2d // master
31+ github.com/moby/moby/api v1.52.0-beta.1.0.20250930082920-4ca8aedf929f // master
32+ github.com/moby/moby/client v0.1.0-beta.0.0.20250930082920-4ca8aedf929f // master
3333 github.com/moby/patternmatcher v0.6.0
3434 github.com/moby/swarmkit/v2 v2.1.0
3535 github.com/moby/sys/atomicwriter v0.1.0
Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
170170github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
171171github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
172172github.com/moby/go-archive v0.1.0/go.mod h1:G9B+YoujNohJmrIYFBpSd54GTUB4lt9S+xVQvsJyFuo=
173- github.com/moby/moby/api v1.52.0-beta.1.0.20250929144731-9a97f59e6e2d h1:Aj0cTKlIyJh8hg5veIvuQEBQgFLtGJ5CJ9qqOV3TOpc =
174- github.com/moby/moby/api v1.52.0-beta.1.0.20250929144731-9a97f59e6e2d /go.mod h1:8sBV0soUREiudtow4vqJGOxa4GyHI5vLQmvgKdHq5Ok=
175- github.com/moby/moby/client v0.1.0-beta.0.0.20250929144731-9a97f59e6e2d h1:sDDi6SlfhB2ld+fsS3+6rWxLwUL4+++on61QPLAgvtY =
176- github.com/moby/moby/client v0.1.0-beta.0.0.20250929144731-9a97f59e6e2d /go.mod h1:o5CkJu0RlmnLWRZRaEd7fL6wo0Ggr8Hw/UvgqdIUBuI=
173+ github.com/moby/moby/api v1.52.0-beta.1.0.20250930082920-4ca8aedf929f h1:2KUOgolCU2LE+IbKEyrFK478EwZiI4mpeKO8nvztkno =
174+ github.com/moby/moby/api v1.52.0-beta.1.0.20250930082920-4ca8aedf929f /go.mod h1:8sBV0soUREiudtow4vqJGOxa4GyHI5vLQmvgKdHq5Ok=
175+ github.com/moby/moby/client v0.1.0-beta.0.0.20250930082920-4ca8aedf929f h1:H28/bSN4nOtXzD3iBu7SOMGNZh4FTEpFiZMNLWyiQDI =
176+ github.com/moby/moby/client v0.1.0-beta.0.0.20250930082920-4ca8aedf929f /go.mod h1:o5CkJu0RlmnLWRZRaEd7fL6wo0Ggr8Hw/UvgqdIUBuI=
177177github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
178178github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
179179github.com/moby/swarmkit/v2 v2.1.0 h1:u+cJ5hSyF3HnzsyI+NtegYxdIPQIuibk7IbpXNxuISM=
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ github.com/moby/docker-image-spec/specs-go/v1
168168github.com/moby/go-archive
169169github.com/moby/go-archive/compression
170170github.com/moby/go-archive/tarheader
171- # github.com/moby/moby/api v1.52.0-beta.1.0.20250929144731-9a97f59e6e2d
171+ # github.com/moby/moby/api v1.52.0-beta.1.0.20250930082920-4ca8aedf929f
172172## explicit; go 1.23.0
173173github.com/moby/moby/api/pkg/authconfig
174174github.com/moby/moby/api/pkg/progress
@@ -194,7 +194,7 @@ github.com/moby/moby/api/types/swarm
194194github.com/moby/moby/api/types/system
195195github.com/moby/moby/api/types/versions
196196github.com/moby/moby/api/types/volume
197- # github.com/moby/moby/client v0.1.0-beta.0.0.20250929144731-9a97f59e6e2d
197+ # github.com/moby/moby/client v0.1.0-beta.0.0.20250930082920-4ca8aedf929f
198198## explicit; go 1.23.0
199199github.com/moby/moby/client
200200github.com/moby/moby/client/internal/timestamp
You can’t perform that action at this time.
0 commit comments