Skip to content

Commit 576e2d5

Browse files
committed
vendor: github.com/moby/moby/api v1.55.0-dev, moby/client v0.5.0-dev
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 0df3977 commit 576e2d5

8 files changed

Lines changed: 136 additions & 9 deletions

File tree

vendor.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ require (
3232
github.com/google/uuid v1.6.0
3333
github.com/mattn/go-runewidth v0.0.24
3434
github.com/moby/go-archive v0.2.0
35-
github.com/moby/moby/api v1.54.2
36-
github.com/moby/moby/client v0.4.1
35+
github.com/moby/moby/api v1.54.3-0.20260612160953-a8029f67e2c0 // master / v1.55
36+
github.com/moby/moby/client v0.4.2-0.20260612160953-a8029f67e2c0 // master v0.5.0
3737
github.com/moby/patternmatcher v0.6.1
3838
github.com/moby/swarmkit/v2 v2.1.2
3939
github.com/moby/sys/atomicwriter v0.1.0

vendor.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
113113
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
114114
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=
116-
github.com/moby/moby/api v1.54.2 h1:wiat9QAhnDQjA7wk1kh/TqHz2I1uUA7M7t9SAl/JNXg=
117-
github.com/moby/moby/api v1.54.2/go.mod h1:+RQ6wluLwtYaTd1WnPLykIDPekkuyD/ROWQClE83pzs=
118-
github.com/moby/moby/client v0.4.1 h1:DMQgisVoMkmMs7fp3ROSdiBnoAu8+vo3GggFl06M/wY=
119-
github.com/moby/moby/client v0.4.1/go.mod h1:z52C9O2POPOsnxZAy//WtKcQ32P+jT/NGeXu/7nfjGQ=
116+
github.com/moby/moby/api v1.54.3-0.20260612160953-a8029f67e2c0 h1:QzTwPu9j2vFM24B6BHfnl7UbXGhDmbwRFHyUx3WSAiA=
117+
github.com/moby/moby/api v1.54.3-0.20260612160953-a8029f67e2c0/go.mod h1:+RQ6wluLwtYaTd1WnPLykIDPekkuyD/ROWQClE83pzs=
118+
github.com/moby/moby/client v0.4.2-0.20260612160953-a8029f67e2c0 h1:DHD35wi7LWyrzOmkp5ntbbcXRTNG/qInNVGG+l2YTNU=
119+
github.com/moby/moby/client v0.4.2-0.20260612160953-a8029f67e2c0/go.mod h1:OH8TSnnzLGsXvo4KbQb/z9ASpy7Q0eO4FDb9ITH+13A=
120120
github.com/moby/patternmatcher v0.6.1 h1:qlhtafmr6kgMIJjKJMDmMWq7WLkKIo23hsrpR3x084U=
121121
github.com/moby/patternmatcher v0.6.1/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
122122
github.com/moby/swarmkit/v2 v2.1.2 h1:1WDZAI6HVYNKdCG4zlXnTAPyLsLwuhRGWlHoOUf5Z6I=

vendor/github.com/moby/moby/api/types/image/attestation.go

Lines changed: 19 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/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/client_interfaces.go

Lines changed: 1 addition & 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_attestations.go

Lines changed: 51 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_attestations_opts.go

Lines changed: 56 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ github.com/moby/docker-image-spec/specs-go/v1
167167
github.com/moby/go-archive
168168
github.com/moby/go-archive/compression
169169
github.com/moby/go-archive/tarheader
170-
# github.com/moby/moby/api v1.54.2
170+
# github.com/moby/moby/api v1.54.3-0.20260612160953-a8029f67e2c0
171171
## explicit; go 1.24
172172
github.com/moby/moby/api/pkg/authconfig
173173
github.com/moby/moby/api/pkg/stdcopy
@@ -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.4.1
192+
# github.com/moby/moby/client v0.4.2-0.20260612160953-a8029f67e2c0
193193
## explicit; go 1.24
194194
github.com/moby/moby/client
195195
github.com/moby/moby/client/internal

0 commit comments

Comments
 (0)