Skip to content

Commit 0bf060f

Browse files
committed
vendor: github.com/moby/moby/client v0.2.3-rc.1
full diff: https://github.com/moby/moby/client/compare/52dc67c0df94...v0.2.3-rc.1 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 139b58d commit 0bf060f

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/mattn/go-runewidth v0.0.20
3030
github.com/moby/go-archive v0.2.0
3131
github.com/moby/moby/api v1.54.0-rc.1
32-
github.com/moby/moby/client v0.2.3-0.20260227170702-52dc67c0df94
32+
github.com/moby/moby/client v0.2.3-rc.1
3333
github.com/moby/patternmatcher v0.6.0
3434
github.com/moby/swarmkit/v2 v2.1.1
3535
github.com/moby/sys/atomicwriter v0.1.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8
115115
github.com/moby/go-archive v0.2.0/go.mod h1:mNeivT14o8xU+5q1YnNrkQVpK+dnNe/K6fHqnTg4qPU=
116116
github.com/moby/moby/api v1.54.0-rc.1 h1:y7yOnvjD24qWOof0kAk/wU76Kjmmn/Rfstv2bS2z4vE=
117117
github.com/moby/moby/api v1.54.0-rc.1/go.mod h1:8mb+ReTlisw4pS6BRzCMts5M49W5M7bKt1cJy/YbAqc=
118-
github.com/moby/moby/client v0.2.3-0.20260227170702-52dc67c0df94 h1:UnDieHg5LGQYDVEpni5h67HRNvSZMP1FguKrzot3r1o=
119-
github.com/moby/moby/client v0.2.3-0.20260227170702-52dc67c0df94/go.mod h1:BLj1NHZAHj53G+DSOsojqE/AbtIFy+ygUNErODq1zbc=
118+
github.com/moby/moby/client v0.2.3-rc.1 h1:EJU7m5WunbgLw8ufo6TIxiLEpqXvBSzHhjXl9Z1B5jo=
119+
github.com/moby/moby/client v0.2.3-rc.1/go.mod h1:b3+CF2Ln9mr96ROGGjWx8cnVvkVBcOo69OoeIsralw0=
120120
github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
121121
github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
122122
github.com/moby/swarmkit/v2 v2.1.1 h1:yvTJ8MMCc3f0qTA44J6R59EZ5yZawdYopkpuLk4+ICU=

vendor/github.com/moby/moby/client/client.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/moby/moby/client/image_list.go

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

vendor/github.com/moby/moby/client/image_list_opts.go

Lines changed: 3 additions & 0 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
@@ -189,7 +189,7 @@ github.com/moby/moby/api/types/storage
189189
github.com/moby/moby/api/types/swarm
190190
github.com/moby/moby/api/types/system
191191
github.com/moby/moby/api/types/volume
192-
# github.com/moby/moby/client v0.2.3-0.20260227170702-52dc67c0df94
192+
# github.com/moby/moby/client v0.2.3-rc.1
193193
## explicit; go 1.24.0
194194
github.com/moby/moby/client
195195
github.com/moby/moby/client/internal

0 commit comments

Comments
 (0)