Skip to content

Commit b8c8ec2

Browse files
authored
make dependabump (#22109)
1 parent 98bdcef commit b8c8ec2

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ require (
411411
github.com/moby/moby/api v1.54.0 // indirect
412412
github.com/moby/moby/client v0.3.0 // indirect
413413
github.com/moby/patternmatcher v0.6.1 // indirect
414-
github.com/moby/spdystream v0.5.0 // indirect
414+
github.com/moby/spdystream v0.5.1 // indirect
415415
github.com/moby/sys/atomicwriter v0.1.0 // indirect
416416
github.com/moby/sys/capability v0.4.0 // indirect
417417
github.com/moby/sys/sequential v0.6.0 // indirect

core/scripts/go.sum

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

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ require (
363363
github.com/moby/docker-image-spec v1.3.1 // indirect
364364
github.com/moby/go-archive v0.2.0 // indirect
365365
github.com/moby/patternmatcher v0.6.0 // indirect
366-
github.com/moby/spdystream v0.5.0 // indirect
366+
github.com/moby/spdystream v0.5.1 // indirect
367367
github.com/moby/sys/sequential v0.6.0 // indirect
368368
github.com/moby/sys/user v0.4.0 // indirect
369369
github.com/moby/sys/userns v0.1.0 // indirect

deployment/go.sum

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

devenv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ require (
257257
github.com/moby/docker-image-spec v1.3.1 // indirect
258258
github.com/moby/go-archive v0.1.0 // indirect
259259
github.com/moby/patternmatcher v0.6.0 // indirect
260-
github.com/moby/spdystream v0.5.0 // indirect
260+
github.com/moby/spdystream v0.5.1 // indirect
261261
github.com/moby/sys/sequential v0.6.0 // indirect
262262
github.com/moby/sys/user v0.4.0 // indirect
263263
github.com/moby/sys/userns v0.1.0 // indirect

devenv/go.sum

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

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ require (
339339
github.com/moby/docker-image-spec v1.3.1 // indirect
340340
github.com/moby/go-archive v0.2.0 // indirect
341341
github.com/moby/patternmatcher v0.6.0 // indirect
342-
github.com/moby/spdystream v0.5.0 // indirect
342+
github.com/moby/spdystream v0.5.1 // indirect
343343
github.com/moby/sys/sequential v0.6.0 // indirect
344344
github.com/moby/sys/user v0.4.0 // indirect
345345
github.com/moby/sys/userns v0.1.0 // indirect

integration-tests/go.sum

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

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ require (
389389
github.com/moby/docker-image-spec v1.3.1 // indirect
390390
github.com/moby/go-archive v0.2.0 // indirect
391391
github.com/moby/patternmatcher v0.6.0 // indirect
392-
github.com/moby/spdystream v0.5.0 // indirect
392+
github.com/moby/spdystream v0.5.1 // indirect
393393
github.com/moby/sys/sequential v0.6.0 // indirect
394394
github.com/moby/sys/user v0.4.0 // indirect
395395
github.com/moby/sys/userns v0.1.0 // indirect

integration-tests/load/go.sum

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

0 commit comments

Comments
 (0)