Commit fc6fbe6
authored
[main] Upgrade to latest dependencies (#296)
upgrade to latest dependencies
bumping knative.dev/pkg 5822f05...db4c336:
> db4c336 Bump the golang-x group with 2 updates (# 3262)
bumping golang.org/x/mod f8a9fe2...1759e96:
> 1759e96 go.mod: update golang.org/x dependencies
> f060e16 all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/net e74bc31...3b23d57:
> 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
> 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
> 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
> 6dc6880 http2: simplify ClientConn Close and Shutdown tests
> 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
> 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
> b9acd77 http2: speed up TestTransportFlowControl
> 5153f4d go.mod: update golang.org/x dependencies
> 9338bdd http2: speed up TestTransportHandlerBodyClose
> 6b20036 http2: add synchronous handler support to serverTester
> b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize
> 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose
> 22a8c02 http2: remove test-only path in requestBody.Read
> 1ff92d3 http2: don't panic when ServeConn is passed a nil options
> a2a62f2 http2: use synctest.Wait rather than poking into server internals in test
> 7da929c http2: avoid examining ResponseWriter internals in test
> a99f4fe http2: remove unused stream-level flow control check
> 2378062 http2: remove pre-go1.24 support
> 7c51e1f http2: use testing/synctest
> b800b20 context: add //go:fix inline annotation to Context et al
> c1e936d all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/crypto ef5341b...5307a0c:
> 5307a0c go.mod: update golang.org/x dependencies
> 9d77937 acme: include order problem in OrderError
> 8f580de ssh: remove Go 1.24 build tag for ML-KEM kex
> a4d1237 ssh/knownhosts: improve IPv6 support in Normalize
> b8d8dae curve25519: include potential fips140=only error in panic message
> f5a2eab ssh: use curve25519.X25519 instead of curve25519.ScalarMult
> 44ecf3a all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/sys 5b936e1...b06ce05:
> b06ce05 windows: add FILE_ZERO_DATA_INFORMATION
> 689cc11 unix: fix Listen on solaris
> a4712b9 plan9: drop go version tags for unsupported versions
> 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux
> ab85cbb unix/linux: extend rtnetlink constants
> 9bd3753 unix: switch (*CPUSet).Zero to clear builtin
> 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
> 543f21a all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/text 425d715...e69f31b:
> e69f31b go.mod: update golang.org/x dependencies
> 60c9786 all: upgrade go directive to at least 1.24.0 [generated]
bumping golang.org/x/tools 44d18e1...d49da96:
> d49da96 go/analysis/internal/checker: fix panic due to nil Pass
> 9da4f7b gopls/internal/test/integration/completion: make test go1.26-robust
> 4409ea7 gopls/internal/server: add telemetry for Zed, Helix clientInfo
> 75023ae go/ast/inspector: update outdated documentation
> 785cd66 gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25
> ac2e4a5 go.mod: update golang.org/x dependencies
> bc9374d go/callgraph/vta: remove unnecessary use of unsafe
> 12d7e15 gopls/internal/analysis/modernize: add test of no gopls imports
> 263a769 gopls/internal/mcp: use official go mcp sdk
> e548c70 gopls/internal/analysis/modernize: fix bad edit in var ( ... ) decl
> 08a6323 gopls/completion: unimported completions with explicit package names
> 14e7f8a internal/analysisinternal: simplify DeleteStmt using Cursor
> 67a07f8 internal/astutil: move declarations from gopls/internal/util/astutil
> c752aaa internal/analysisinternal/generated: move from gopls/internal/analysis
> 7f6b407 internal/moreiters: move from gopls/internal/util/moreiters
> ba14f00 gopls/internal/analysis/modernize/rangeint: fix defer bug
> 05dba8a cmd/goimports: add counter
> 45bd1e6 gopls/internal/golang: OutgoingCalls: fix crash on error.Error
> 5014c67 gopls/internal/analysis/recursiveiter: fix typo
> 29a972e x/tools: assume go1.24 and simplify
> b8cdd9c gopls/internal/analysis/modernize: stringsbuilder: fix s=x bug
> bd1ee09 gopls/internal: modernize -stringbuilder -fix
> 79bbf07 gopls/internal/analysis/modernize: string+=string => strings.Builder
> 530d13a go/cfg: describe conditional blocks
> a09a2fb go/analysis/unitchecker: support -fix
> d7b8acd go/packages: add Postorder iterator over import graph
> 7729b6f gopls: modernize
> ac9fc58 gopls: update to go1.25
> 71346fc godoc,cmd/godoc: delete
> be52c40 gopls/internal/analysis/modernize: split up
> ccfe399 cmd/godoc: remove replace directive
> 923c35d godoc: remove replace directive
> a5c0eb8 godoc: isolate module
> c9a903f cmd/godoc: isolate module
> 81b9c37 gopls/internal/golang: InlayHint: allow space before // ignore error
> 1aca71e internal/refactor/inline: simple typo
> b3d4678 go/analysis/passes/copylock: restrict issue61678 test to before Go 1.26
> 974c859 internal/mcp/internal/oauthex: x/oauth2 extensions
> ebd6130 gopls/internal/analysis/generated: amortize ast.IsGenerated
> e8ff82c gopls: support jump to definition for field links in comments
> 6ebfec2 gopls/internal/analysis: fix waitgroup modernizer formatting
> 5a268f4 gopls/internal/folding_range: allow more folding ranges
> e48606b gopls/internal/analysis/modernize: invalid code produced by fmtappendf modernizer
> 52b7d1c gopls/internal/mcp: fix panic in symbolReferencesHandler on nil types.Object
> 477e0ab gopls/internal/filewatcher: replace handleEvent with convertEvent
> bae1876 gopls/doc: fix broken url
> 5397e65 all: upgrade go directive to at least 1.24.0 [generated]
> b6b473e internal/stdlib: update stdlib index for Go 1.25.0
> e40660c gopls/internal/test/integration/completion: skip a_test.go
> 8866876 gopls/internal/golang/completion: don't make unnecessary conversions for generic functions
> 9c0760d gopls/internal/settings: add ui.newGoFileHeader option
> c212c4a gopls/internal/analysis/modernize: fix doc typos
bumping knative.dev/reconciler-test 73218b8...da69721:
> da69721 upgrade to latest dependencies (# 824)
bumping golang.org/x/term a35244d...1a11b45:
> 1a11b45 go.mod: update golang.org/x dependencies
> d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
Signed-off-by: Knative Automation <[email protected]>1 parent 8c27c02 commit fc6fbe6
2 files changed
+27
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
588 | | - | |
| 587 | + | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
| 627 | + | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
| 677 | + | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
790 | | - | |
| 789 | + | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
797 | | - | |
| 796 | + | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
811 | | - | |
| 810 | + | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
877 | | - | |
| 876 | + | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
1110 | 1110 | | |
1111 | 1111 | | |
1112 | 1112 | | |
| |||
0 commit comments