Commit e8ac760
committed
upgrade to latest dependencies
bumping golang.org/x/text 8577a70...3ef517e:
> 3ef517e go.mod: update golang.org/x dependencies
bumping knative.dev/pkg df317a5...91e8142:
> 91e8142 Bump the k8s group with 5 updates (# 3355)
> ac56179 Bump the golang-x group with 2 updates (# 3354)
bumping golang.org/x/term 52b71d3...3c3e485:
> 3c3e485 go.mod: update golang.org/x dependencies
bumping golang.org/x/net a8d1fc1...b138e06:
> b138e06 go.mod: update golang.org/x dependencies
> 689f70a quic: fix wrong final size being used for RESET_STREAM frame
> 208f306 http3: increase handshake timeout
> 49810da http2: enable net/http wrapping when go >= 1.27
> 5e11a5a quic: fix data race in streamForFrame
> 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
> fc7b466 http2: add http2wrap test
> 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
> 6465188 http2: add wrapped Server
> 72f419a http2: add wrapped ClientConn
> 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip
> 8512dfe internal/http3: make QPACK encoder automatically lowercase field names
> 9d3d938 internal/http3: validate pseudo-header counts in server
> 07f34bd internal/http3: make server reject connection-related headers
> 324de93 internal/http3: modify server to reject headers containing invalid characters
> 0a81d5a http2: add wrapped Transport.RoundTrip
> c930746 http2: add shell of net/http-wrapping implementation
> 89624e1 http2: move common server symbols into new files
> af00b1e http2: move common transport symbols into new files
> f34f375 http2: add server API tests
> 0dd4bea webdav: add security considerations to package doc
> 7301a20 http2: move some server test infrastructure into a common file
> f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding"
> a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels
> 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport
> 6c6f714 http2/h2c: deprecate package
> cd9d459 internal/httpcommon: reject :path with no absolute-path
> 515a7a7 quic: fix source conn ID length check in packet parser
> 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels
> de747c4 quic: enforce connection ID limits in Initial packets
> 88ddafc quic: avoid race in benchmarks
> eeec9fa quic: fix race condition in fast-path reads
> d7ffc5e quic: fix race condition in fast-path writes
> cd64923 internal/http3: avoid data race for roundTripState.reqBody
bumping k8s.io/apiextensions-apiserver b0e553c...e5278bf:
> e5278bf Update dependencies to v0.35.5 tag
bumping k8s.io/apiserver 135139a...88f88ab:
> 88f88ab Update dependencies to v0.35.5 tag
bumping k8s.io/apimachinery 475c941...475c941:
bumping k8s.io/client-go d43aed2...906076c:
> 906076c Update dependencies to v0.35.5 tag
bumping golang.org/x/sys f33a730...fb1facd:
> fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
> 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable
> 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
> df7d5d7 unix: automatically remove container created by mkall.sh
> 68a4a8e unix: avoid nil pointer dereference in Utime
> 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
bumping k8s.io/api e8f0e9f...50571fb:
> 50571fb Update dependencies to v0.35.5 tag
Signed-off-by: Knative Automation <automation@knative.team>1 parent fa1b0b7 commit e8ac760
48 files changed
Lines changed: 7074 additions & 24943 deletions
File tree
- vendor
- golang.org/x
- net
- http2
- h2c
- hpack
- idna
- internal/httpcommon
- sys
- unix
- windows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
| 290 | + | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
| 308 | + | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments