Skip to content

Commit 742b2f7

Browse files
authored
Merge pull request kubernetes#125766 from dims/update-moby/spdystream-to-v0.4.0
Update moby/spdystream to v0.4.0
2 parents 010409a + 377a3f7 commit 742b2f7

File tree

38 files changed

+53
-60
lines changed

38 files changed

+53
-60
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ require (
173173
github.com/mailru/easyjson v0.7.7 // indirect
174174
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
175175
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
176-
github.com/moby/spdystream v0.3.0 // indirect
176+
github.com/moby/spdystream v0.4.0 // indirect
177177
github.com/moby/sys/mountinfo v0.7.1 // indirect
178178
github.com/moby/term v0.5.0 // indirect
179179
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
507507
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
508508
github.com/moby/ipvs v1.1.0 h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=
509509
github.com/moby/ipvs v1.1.0/go.mod h1:4VJMWuf098bsUMmZEiD4Tjk/O7mOn3l1PTD3s4OoYAs=
510-
github.com/moby/spdystream v0.3.0 h1:mxy9IuMvUApeQ00pOuFHxl1aCRFdj4P19jcZkdyixAs=
511-
github.com/moby/spdystream v0.3.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
510+
github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8=
511+
github.com/moby/spdystream v0.4.0/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI=
512512
github.com/moby/sys/mountinfo v0.7.1 h1:/tTvQaSJRr2FshkhXiIpux6fQ2Zvc4j7tAhMTStAG2g=
513513
github.com/moby/sys/mountinfo v0.7.1/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI=
514514
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=

staging/src/k8s.io/api/go.sum

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

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/josharian/intern v1.0.0 // indirect
7474
github.com/json-iterator/go v1.1.12 // indirect
7575
github.com/mailru/easyjson v0.7.7 // indirect
76-
github.com/moby/spdystream v0.3.0 // indirect
76+
github.com/moby/spdystream v0.4.0 // indirect
7777
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7878
github.com/modern-go/reflect2 v1.0.2 // indirect
7979
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

staging/src/k8s.io/apiextensions-apiserver/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.

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/go-cmp v0.6.0
1515
github.com/google/gofuzz v1.2.0
1616
github.com/google/uuid v1.3.1
17-
github.com/moby/spdystream v0.3.0
17+
github.com/moby/spdystream v0.4.0
1818
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
1919
github.com/onsi/ginkgo/v2 v2.19.0
2020
github.com/spf13/pflag v1.0.5

staging/src/k8s.io/apimachinery/go.sum

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

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require (
8888
github.com/josharian/intern v1.0.0 // indirect
8989
github.com/json-iterator/go v1.1.12 // indirect
9090
github.com/mailru/easyjson v0.7.7 // indirect
91-
github.com/moby/spdystream v0.3.0 // indirect
91+
github.com/moby/spdystream v0.4.0 // indirect
9292
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9393
github.com/modern-go/reflect2 v1.0.2 // indirect
9494
github.com/pkg/errors v0.9.1 // indirect

staging/src/k8s.io/apiserver/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.

staging/src/k8s.io/cli-runtime/go.sum

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

0 commit comments

Comments
 (0)