Skip to content

Commit 728dc0d

Browse files
authored
Merge pull request kubernetes#130249 from seans3/bump-websockets-version
Update gorilla/websockets library from 1.5.0 to latest 1.5.3
2 parents 717d9f1 + 3100bba commit 728dc0d

File tree

33 files changed

+79
-50
lines changed

33 files changed

+79
-50
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ require (
159159
github.com/google/btree v1.1.3 // indirect
160160
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
161161
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
162-
github.com/gorilla/websocket v1.5.0 // indirect
162+
github.com/gorilla/websocket v1.5.3 // indirect
163163
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
164164
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
165165
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
306306
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
307307
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
308308
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
309-
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
310-
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
309+
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
310+
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
311311
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
312312
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
313313
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
6464
github.com/golang/protobuf v1.5.4 // indirect
6565
github.com/google/btree v1.1.3 // indirect
66-
github.com/gorilla/websocket v1.5.0 // indirect
66+
github.com/gorilla/websocket v1.5.3 // indirect
6767
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
6868
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
6969
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // 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/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/google/go-cmp v0.6.0
2323
github.com/google/gofuzz v1.2.0
2424
github.com/google/uuid v1.6.0
25-
github.com/gorilla/websocket v1.5.0
25+
github.com/gorilla/websocket v1.5.3
2626
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2727
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2828
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f

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.

staging/src/k8s.io/client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/google/go-cmp v0.6.0
1616
github.com/google/gofuzz v1.2.0
1717
github.com/google/uuid v1.6.0
18-
github.com/gorilla/websocket v1.5.0
18+
github.com/gorilla/websocket v1.5.3
1919
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
2020
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2121
github.com/peterbourgon/diskv v2.0.1+incompatible

staging/src/k8s.io/client-go/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/cloud-provider/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)