Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping github.com/gorilla/websocket ac0789b...ce903f6:
  > ce903f6 Reverts to v1.5.0
  > 9ec25ca fixes broken random value generation
  > 1bddf2e bumps go version & removes deprecated module usage
  > 750bf92 adds GHA & Makefile configs
  > b2c246b Revert " Update go version & add verification/testing tools (# 840)"
  > 09a6bab removing error handling while closing connections
  > 58af150 return errors instead of printing to logs
  > e5f1a0a excludes errchecks linter
  > b2a86a1 Do not timeout when WriteControl deadline is zero
  > 695e909 Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed (# 894)
  > d293aa5 feat: format message type
  > 0cfb2ca feat: format message type
  > 3168614 fix: lint example
  > d08ee1a perf: reduce timer in write_control
  > d15aba1 perf: reduce timer in write_control
  > cf50a3e Revert "Print log message"
  > 7d5b8cc Print log message
  > 4965080 Do not return error in SetCloseHandler
  > 9a21405 Do not handle network error in SetCloseHandler()
  > 0f0acef fix: don't use errors.ErrUnsupported, it's available only since go1.21
  > 1e975a0 use http.ResposnseController
  > 4a5e66f make tests parallel
  > 871f6bb docs(echoreadall): fix function echoReadAll comment (# 881)
  > dcea2f0 Remove noisy printf in NextReader()
  > 01b0aae fix: add comment for the readBufferSize and writeBufferSize (# 869)
  > 286c896 fix: replace ioutil.readfile with os.readfile (# 868)
  > 6f5d213 conn.go: default close handler should not return ErrCloseSent. (# 865)
  > 629990d Use status code constant (# 864)
  > b6a0d77 Update README.md, replace master to main (# 862)
  > aa97606 Fixes subprotocol selection (aling with rfc6455) (# 823)
bumping knative.dev/serving cc9b060...ed44181:
  > ed44181 Update net-istio nightly (# 15516)
  > b796321 Unpin github.com/gorilla/websocket (# 15515)
  > 158a5c2 upgrade to latest dependencies (# 15514)
  > 7875c26 Update net-contour nightly (# 15512)
  > 4471f27 Update net-gateway-api nightly (# 15513)
bumping knative.dev/caching 1bbe214...d1191d7:
  > d1191d7 upgrade to latest dependencies (# 891)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Sep 18, 2024
1 parent 6fb9b70 commit 3cac60e
Show file tree
Hide file tree
Showing 27 changed files with 613 additions and 1,143 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
knative.dev/networking v0.0.0-20240917132712-faa7309552e6
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4
knative.dev/serving v0.42.1-0.20240917122220-cc9b0605d421
knative.dev/serving v0.42.1-0.20240918121826-ed441817479b
)

require (
Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/google/go-containerregistry v0.13.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
Expand Down Expand Up @@ -95,7 +95,7 @@ require (
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
knative.dev/caching v0.0.0-20240909014459-1bbe214d75e7 // indirect
knative.dev/caching v0.0.0-20240917105744-d1191d7426a6 // indirect
sigs.k8s.io/controller-runtime v0.17.5 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 h1:CWyXh/jylQWp2dtiV33mY4iSSp6yf4lmn+c7/tN+ObI=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0/go.mod h1:nCLIt0w3Ept2NwF8ThLmrppXsfT07oC8k0XNDxd8sVU=
Expand Down Expand Up @@ -707,16 +707,16 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8/go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20240909014459-1bbe214d75e7 h1:3eUgPW++INYPIU9w+/sRv33f3lmM8h1x74YfSUfzyWA=
knative.dev/caching v0.0.0-20240909014459-1bbe214d75e7/go.mod h1:AZc7UE6RQY614Zwae9xl6mdhGMf9DRSOwSaRKSV0H+Q=
knative.dev/caching v0.0.0-20240917105744-d1191d7426a6 h1:6hXj6mEoRDg01RKBMVextJlCQwdj2TbvpCNjYFASWyA=
knative.dev/caching v0.0.0-20240917105744-d1191d7426a6/go.mod h1:yO7HrEQ02tvQgsNwMWmh196DNEoBzhhXTklWfM3HFJk=
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d h1:mgROhGJG3+g0SBkaG4Y2HxrIOLN3ZZcN4+IFZla+Zqs=
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/networking v0.0.0-20240917132712-faa7309552e6 h1:+l+pAA1zEyqo2690EcEDomHdw5OYR9d4FdlaeAK5cWA=
knative.dev/networking v0.0.0-20240917132712-faa7309552e6/go.mod h1:hn1SBZE0+jQRFhYhSgtKWcVrQcGkxfNXMxNkO8+ykq4=
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4 h1:1yMPCa3CnWH8darWwC3YxBJC19ZvE/XNA4RtNnxKPDM=
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4/go.mod h1:ZK0e9aChRwXJCpT8cypwvn/bJYTo6ygmyjiaz0E32EY=
knative.dev/serving v0.42.1-0.20240917122220-cc9b0605d421 h1:3KgJOfsxHL5UNBBC6d50UG0G+nV5DszZtnxS6PQu3VQ=
knative.dev/serving v0.42.1-0.20240917122220-cc9b0605d421/go.mod h1:cYasUYUq2wZBI87HqFai0JUGv0/ePqNGovIJooBYBsU=
knative.dev/serving v0.42.1-0.20240918121826-ed441817479b h1:7I2TOpfV3wu5vmzBRt7R7FC3m+lUvuefuEvou1HiBJc=
knative.dev/serving v0.42.1-0.20240918121826-ed441817479b/go.mod h1:XwbQyChOhya1BucQO5BcwMq/bFG8KvMnWyGuP6rlpPw=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
20 changes: 0 additions & 20 deletions vendor/github.com/gorilla/websocket/.editorconfig

This file was deleted.

26 changes: 25 additions & 1 deletion vendor/github.com/gorilla/websocket/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions vendor/github.com/gorilla/websocket/.golangci.yml

This file was deleted.

9 changes: 9 additions & 0 deletions vendor/github.com/gorilla/websocket/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 17 additions & 22 deletions vendor/github.com/gorilla/websocket/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 0 additions & 34 deletions vendor/github.com/gorilla/websocket/Makefile

This file was deleted.

15 changes: 6 additions & 9 deletions vendor/github.com/gorilla/websocket/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 8 additions & 18 deletions vendor/github.com/gorilla/websocket/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions vendor/github.com/gorilla/websocket/compression.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cac60e

Please sign in to comment.