Commit 63c70f3
authored
[main] Upgrade to latest dependencies (#373)
upgrade to latest dependencies
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 knative.dev/reconciler-test 7b51b2a...d67001b:
> d67001b upgrade to latest dependencies (# 851)
bumping golang.org/x/term 1231d54...3863673:
> 3863673 go.mod: update golang.org/x dependencies
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 knative.dev/eventing 00f8810...de3db52:
> de3db52 [main] Upgrade to latest dependencies (# 8825)
bumping golang.org/x/sync 1966f53...2a180e2:
> 2a180e2 errgroup: use consistent read for SetLimit panic
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 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
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 knative.dev/pkg 9cc8410...9c8140b:
> 9c8140b Bump the golang-x group with 3 updates (# 3304)
Signed-off-by: Knative Automation <[email protected]>1 parent 9792a1f commit 63c70f3
2 files changed
+30
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
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 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| 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 | | |
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
677 | | - | |
| 676 | + | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
| 710 | + | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
| 795 | + | |
| 796 | + | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
810 | | - | |
| 809 | + | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
876 | | - | |
| 875 | + | |
| 876 | + | |
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
1104 | | - | |
| 1103 | + | |
| 1104 | + | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
1111 | 1111 | | |
1112 | 1112 | | |
1113 | 1113 | | |
| |||
0 commit comments