Commit 2d46bb0
authored
[main] Upgrade to latest dependencies (#8826)
upgrade to latest dependencies
bumping golang.org/x/sync 1966f53...2a180e2:
> 2a180e2 errgroup: use consistent read for SetLimit panic
bumping golang.org/x/term 1231d54...3863673:
> 3863673 go.mod: update golang.org/x dependencies
bumping knative.dev/reconciler-test 65cec2a...d67001b:
> d67001b upgrade to latest dependencies (# 851)
> 7b51b2a upgrade to latest dependencies (# 850)
bumping golang.org/x/mod 7416265...d271cf3:
> d271cf3 go.mod: update golang.org/x dependencies
> 269c237 sumdb/note: delete chop
> 3f03020 x/mod: apply go fix and go vet
bumping golang.org/x/tools 034e59c...00b22d9:
> 00b22d9 gopls/internal/golang: add support for variadic functions and constructors in generated tests
> 36bb345 go.mod: update golang.org/x dependencies
> 748477b all: fix function name mismatch in updateBasicLitPos comment
> ebdeef3 gopls/doc/release/v0.21.0.md: update relnotes for RC2
> e5a0863 go/analysis/passes/modernize: disable reflecttypefor modernizer for unnamed struct/interface
> e2dd416 go/analysis/unitchecker: write fixed files to an archive
> 9119255 go/analysis/passes/modernize: fix stringscut false positives
> 880ed70 gopls/internal/golang: add util function NarrowestDeclaringPackage
> 8e819d2 internal/refactor/inline: built-ins may affect inference
> 61df39e go/ast/astutil: update BasicLit.ValueEnd if present
> 51b51a3 go/analysis/passes/modernize: unsafefuncs: ptr+int => unsafe.Add
> e1b2381 go/analysis/passes/modernize: omitzero: suppress on kubebuilder
> d1bcb8b x/tools: audit "unsafe"
> ac87d84 internal/event/label: unsafe unsafe.String{,Data} not StringHeader
> c3feb70 gopls/internal/golang: add skeleton for move type codeaction
> 869ced3 gopls/internal/golang: fix panic in definition
> 5c62b76 go/analysis/passes/ctrlflow: tabulate "may return" intrinsics too
> 1ad6f3d internal/refactor/inline: simplify import handling
> 4a3f2f8 go/analysis/passes/printf: panic when function literal is assigned to the blank identifier
> d5d7d21 gopls/internal/cache: fix %q verb use with wrong type
> 92a0949 go/analysis/passes/modernize: rangeint: handle usages of loop label
> ffbdcac go/analysis/passes/modernize: stditerators: add reflect iters
> 2e3e83a internal/refactor/inline: preserve local package name used by callee
> d32ec34 gopls/internal/protocol/generate: move injections to tables.go
> 98d172d gopls/internal/protocol: add form field in type CodeAction
> e131738 go/packages: suppress test on (e.g.) wasm
> e31ed53 internal/stdlib: regenerate
> 6f1f898 internal/analysis/driverutil: include end positions in -json output
> 7839abf gopls/internal/metadata: document when Module can be nil
> 98aa9a7 gopls/internal/cache: make unimported completions deterministic
> 4c5fadd internal/modindex: unescape import paths
> c2c902c gopls/completion: avoid nil dereference
> 4bf3169 go/analysis/passes/modernize: waitgroup: highlight "go func" part
> ba5189b gopls/internal/template: fix printf mistake in test
> a7d1250 go/analysis/passes/printf: clarify checkForward
> c7a1a29 internal/pkgbits: fix printf mistake in test
> af205c0 gopls/doc/release/v0.21.0.md: tweaks
> 68724af go/analysis/passes/printf: use induction on interface methods
> 4c22c6e gopls/internal/test/integration: add codeAction/resolve in fake editor
> a6e94eb gopls/internal/test/integration: deduplicate CodeActionByKind util func
> 11b3200 gopls/internal/util/fingerprint: : remove self-referential alias in TestMatches
> ffe0773 go/analysis/passes/modernize: mapsloop: avoid implicit key widening
> c07802b gopls/internal/golang: remove self-referential alias in TestUnify
> eb26c37 gopls/internal/mcp: add counter for go_rename_symbol mcp tool
> 855ec1b all: minor improvement for docs
> e5e22fe gopls/internal/debug: add /package debug view
> 488d49e go/packages: populate types.Info maps even for package "unsafe"
> 728dd6e internal/typesinternal/typeindex: adjust test for new spec rule
> ce5ff8a gopls/doc/release/v0.21.0.md: prepare
> cd01b4b gopls/internal/settings: add renameMovesSubpackages setting
> 84fe542 gopls/internal/golang: allow package move into empty directories
> e58dfd3 gopls/internal/golang: package move: handle mixed build configs
> 72b42f2 go/analysis/passes/inline: add lazy-fix mode for gopls
> 53f4100 gopls/doc: document Rename feature
> 41c94d8 internal/refactor/inline: avoid expensive Info.Uses scan
> 59ff18c internal/analysis/driverutil: ApplyFix: better "generated" error
> c6ecbb7 gopls/internal/golang: implement package move
> 1b60160 internal/diff/lcs: remove unused exported DiffStrings
> 5fe2dd8 gopls/internal/test/marker: avoid BasicLit in fill_struct.txt
> 5be823e go/analysis/passes/printf: disallow %q of int
bumping golang.org/x/crypto 122a78f...19acf81:
> 19acf81 go.mod: update golang.org/x dependencies
> 3a1c6b4 x509roots/fallback: update bundle
> f4602e4 ssh/agent: fix flaky test by ensuring a writeable home directory
> 4e0068c go.mod: update golang.org/x dependencies
> e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
> f91f7a7 ssh/agent: prevent panic on malformed constraint
> 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
> bcf6a84 acme: pass context to request
> b4f2b62 ssh: fix error message on unsupported cipher
> 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
bumping golang.org/x/net 9a29643...35e1306:
> 35e1306 go.mod: update golang.org/x dependencies
> 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type
> ec11ecc trace: fix data race in RenderEvents
> bff14c5 http2: don't PING a responsive server when resetting a stream
> 88a6421 dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage
> 123d099 http2: support net/http.Transport.NewClientConn
> 346cc61 webdav: relax test to check for any redirect status, not just 301
bumping knative.dev/pkg 9cc8410...80c8bc4:
> 80c8bc4 Add TLSMaxVersion, TLSCipherSuites, and TLSCurvePreferences to webhook.Options for enhanced TLS control (# 3300)
> 9c8140b Bump the golang-x group with 3 updates (# 3304)
bumping golang.org/x/text e7ff6b3...0dd57a6:
> 0dd57a6 go.mod: update golang.org/x dependencies
> 087616b transform: fix %q verb use with wrong type
> 16f85a7 all: eliminate vet diagnostics
Signed-off-by: Knative Automation <automation@knative.team>1 parent de3db52 commit 2d46bb0
File tree
22 files changed
+1282
-426
lines changed- vendor
- golang.org/x
- mod/module
- net
- http2
- trace
- sync/errgroup
- tools
- go
- ast/astutil
- packages
- types/typeutil
- internal
- event
- core
- label
- imports
- modindex
- stdlib
- typesinternal
- versions
- knative.dev/pkg/webhook
22 files changed
+1282
-426
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
| 586 | + | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
627 | | - | |
| 626 | + | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | | - | |
| 674 | + | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
709 | | - | |
| 708 | + | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
791 | | - | |
| 790 | + | |
| 791 | + | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
805 | | - | |
| 804 | + | |
| 805 | + | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
870 | | - | |
| 869 | + | |
| 870 | + | |
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments