Commit 8e9a7e8
authored
upgrade to latest dependencies (#783)
bumping golang.org/x/crypto b8a14a8...45460e0:
> 45460e0 go.mod: update golang.org/x dependencies
> d37c95e pkcs12: limit PBKDF iteration count to prevent CPU exhaustion
> e2ffffe ssh: reject incomplete gssapi-with-mic configurations
> 60e158a ssh/test: isolate CLI tests from user SSH config and agent
> 1b77d23 ssh/knownhosts: reject lines with multiple or unknown markers
> 3872a2b ssh/knownhosts: verify declared key type matches decoded key
> 9f72ecc ssh/knownhosts: treat only ASCII space and tab as whitespace
> 8f405a4 ssh: validate ECDSA curve matches expected algorithm
> bb41b3d ssh: improve DH GEX group selection using PreferredBits
> e04e721 ssh/agent: validate ed25519 private key length in Add
> b315afd ssh: limit bcrypt KDF rounds in OpenSSH private key decryption
> d4a85f4 ssh/agent: limit RSA key size on Add requests
> 6f39c52 ssh: limit RSA key size in OpenSSH private key parsing
> 4c4d20b ssh: fix spinloop in mux SendRequest drain on closed channel
> e3e62d9 ssh: fix spinloop in channel SendRequest drain on closed channel
> 5adb68b ssh: cap total userauth attempts per server connection
> 9beb694 ssh: prevent malformed exit-status panic
> e5306b2 ssh/agent: support parallel signing using request pipelining
> d2fe592 ssh: add openssh controlmaster socket support
> d59570d ssh: add AuthCallback to ClientConfig
> 4aab0d9 ssh: return partial success immediately from publickey auth
> a1c0d99 go.mod: update golang.org/x dependencies
> 3c7c869 ssh: fix deadlock on unexpected channel responses
> 533fb3f ssh: fix source-address critical option bypass
> abbc44d ssh: fix incorrect operator order
> e052873 ssh: fix infinite loop on large channel writes due to integer overflow
> b61cf85 ssh: enforce user presence verification for security keys
> 9c2cd33 ssh: enforce strict limits on DSA key parameters
> 8907318 ssh: reject RSA keys with excessively large moduli
> ffd87b4 ssh: fix panic when authority callbacks are nil
> 4e7a738 ssh: fix deadlock on unexpected global responses
> b25012b ssh: enforce nil Permissions when returning PartialSuccessError
> 6c195c8 ssh: prevent memory leak when rejecting channels
> f717e29 ssh/knownhosts: respect @Revoked CA keys
> e7c36cc ssh/agent: prevent panic on pathological ed25519 inputs
> 0fb843a ssh/agent: reject keys with unsupported confirm constraint
> e3d1254 ssh/agent: don't accept keys with unsupported constraints
> a1ce0fe ssh/agent: preserve constraint extensions when adding keys
> a749d17 chacha20poly1305: remove usages of BYTE instr
> 7ee5970 chacha20poly1305: drop pre-AVX assembly impl
> 44decbf blake2b: merge go125.go into blake2b_test.go
bumping golang.org/x/net 7770ec4...9e7fdbf:
> 9e7fdbf internal/http3: fix wrong argument being given when validating header value
> b686e5f internal/http3: add gzip support to transport
> 8a34885 go.mod: update golang.org/x dependencies
> 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order
> 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data
> b64f1fa internal/http3: add server support for "Trailer:" magic prefix
> 2707ee2 internal/http3: implement HTTP/3 clientConn methods
> 31358cc internal/http3: snapshot response headers at WriteHeader time
> 8ecbaa9 html: don't adjust xml:base
> 8ae811a html: properly handle end script tag in fragment mode
> 3e9891d html: add selectedcontent tests to skip list
> 5a0480c html: update parser to match spec select behavior
> 86561db html: properly handle fragment foreign content breakout
> 93a0bd9 html: switch from the webkit tests to html5lib-tests
> 42abb85 http2: enable HTTP/2 in wrap configureTransport
> 9d1bca8 all: fix some comments to improve readability
> ed393fe html: properly emit comment token when eof in markup declaration open state
> d423833 html: properly handle unicode attribute dup detection
> 7c3abf5 html: support named entities shorter than their encoding
> 2d3cf22 html: properly parse zero numeric entity
> 3f77b08 html: avoid overflow when decoding numeric entities
> 1e933f5 html: replace nul bytes in tag names and attributes
> 088b2ce html: properly handle bogus comment <!>
> 65e84c3 html: add html5lib-tests tokenizer test suite
> 008e5e7 http2: register h2 ALPN on s.TLSConfig in wrap configureServer
> db07875 all: bump x/crypto to 0.52.0
> 657eb13 internal/http3: document possible issue in Darwin when using dual-stack binding
bumping golang.org/x/sync ec11c4a...5071ed6:
> 5071ed6 all: fix some comments to improve readability
bumping knative.dev/pkg 0f785e3...6300c57:
> 6300c57 Bump the golang-x group with 3 updates (# 3370)
bumping golang.org/x/sys 397d5f8...d58dcfa:
> d58dcfa unix: add GPIO constants and structs
bumping golang.org/x/text 3ef517e...f4bb632:
> f4bb632 go.mod: update golang.org/x dependencies
bumping golang.org/x/mod 643da9b...deb1dfc:
> deb1dfc go.mod: update golang.org/x dependencies
> 087f651 modfile: use slices.Backward
> 343ee60 x/mod: allow for aggressively conslidating requires
bumping knative.dev/eventing 69b976f...9a2ae8b:
> 9a2ae8b [main] Upgrade to latest dependencies (# 9155)
bumping golang.org/x/tools 2aabba0...3d6f8df:
> 3d6f8df go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv
> 47abf61 gopls: move internal/tool into gopls/internal/tool
> 19cebc5 go/packages/gopackages: use standard flag package instead of internal/tool
> e965c10 gopls/internal/test/marker: update hover test
> 96efd3d gopls/internal/golang/stubmethods: support generic interfaces
> 83be7b7 go.mod: update golang.org/x dependencies
> bf05c11 internal/typesinternal: ForEachElement: test generic methods
> 99df0ab go/callgraph/static: support generic methods
> 6942095 go/ssa: fix instantiation of generic methods on non-generic receivers
> 070e85d go/callgraph/rta: skip generic methods in fingerprinting
> 1287404 go/ssa: EnclosingFunction: test with generic methods
> b9da64c go/types/typeutil: IntuitiveMethodSet: test with generic methods
> d1d25db go/ssa/interp: add note about NumMethod bug wrt generic methods
> 1761a50 gopls/internal/cmd: remove 'gopls bug' subcommand
> 09a1b9b go/ssa: reject generic methods from RuntimeTypes
> c0503c5 gopls/internal/mcp: fix reporting in go_diagnostics tool
> 9781f9a gopls/internal/golang/stubmethods: fix internal error (missing type)
> 4011715 go/packages: make Config.Env test independent of go list build work
> e5302d9 gopls/internal/filewatcher: remove unused interval field
> bf84e70 gopls/internal/protocol: ID-based answer/question in interactive form
> 2552dd2 gopls/internal/server: collect counter for interactive command execution
> bd73c99 go/ssa: remove redundant emitConv call
> 574fb48 gopls/go.mod: update dependencies following the v0.22.0 release
> 50c1ed9 gopls/internal/filecache: add GetOrFatal and ErrNoCache
> 5fbfe92 gopls/internal/server: fix vulncheck test
> 0d0722f go/analysis/passes/printf: adjust printf analyzer for CL 784381
> b8b7e98 gopls/internal/settings: factor analyzer suites
> 89613e1 gopls/internal/golang/completion: support go1.27 embedded T{f: ...}
> 22cf286 gopls/internal/analysis/fillstruct: respect file go version
> 5f91a01 gopls/internal/test/marker: document fillstruct behavior before go127
> 9f31451 cmd/callgraph: add -{cpu,mem}profile flags for maintainers
> 2c752fb gopls/internal/golang: fix highlight crash on continue not in loop
> 0563120 go/packages: check for duplicate package IDs in driver response
> 1274bf3 go/packages: rewrite test of external drivers
> 7bb1101 gopls/internal/golang/completion: diagnostic code
> aeb48f1 go/analysis/passes/modernize: embedlit: remove full line
> 796a52c gopls/integration/misc: Test61208 is flaky
> 88448a8 gopls/internal/server: fix race DidChange vs generated file warning
> ec1767c gopls/internal/server: minor cleanup to didModifyFiles
> 266a70b gopls/internal/server: support semantic tokens if configuration enabled
> a0e2977 internal/typeinternal: skip final leaf field in field selection
> 27c6101 gopls/internal/analysis/fillstruct: support embedded fields
> 6a4a487 gopls/internal/analysis/fillstruct: do not offer if contains untagged
> a98d17b gopls/internal/analysis/fillstruct: support promoted field detection
> 3a33ec0 gopls/internal/golang: InlayHint: show embedded fields in T{F: 0}
> 3d7b5fb internal/modindex: prevent out of bounds panic
> d46bcbe refactor/satisfy: use NormalTerms, not CoreType
> 2396311 gopls/internal/analysis/fillstruct: analyze overlapping struct literal
> bd5d819 present: remove duplicate test case in TestFont
> c7a4cdd gopls/internal/test: add skipped repro for golang/go# 64235
> 2973ba2 gopls/internal/server: add more LSP clients to telemetry mapping
> 221fd6b cmd/goyacc: use math.MinInt16 as sentinel value for large grammars
> ddb65ec go/analysis/passes/sqlrowserr: report missing sql.Rows.Err calls
> 28ff181 go/analysis/passes/inline: broaden "from own test" skip criterion
> a8364ae gopls/internal/analysis/errorsastypeshadow: rename errorsastype
> e938bf0 gopls/internal/cache/methodsets: skip generic methods
> b5cc92c gopls/internal/golang: addtest: emit t.Context() for Go 1.24+
> c02385e gopls/internal/golang: guard LHS < RHS in fromAssignStmt
> 70979bf gopls/doc/editor: add yegappan/lsp to the list of vim integrations
> d1388f2 go/analysis/unitchecker: disable unreachable in vet_std_test.go
> 6f54b81 go/ssa: do not canonicalize signatures for generic methods
> 30303d3 go/ssa: remove duplicate receiver type arguments for methods
> ef6005f go/ssa: support generic methods in SSA
> c7a66a9 go/analysis/passes/modernize: remove declaration of unused variable
> 7743a28 internal/gcimporter: use the new iexport version for tests
> bab95ad gopls/internal/cmd: mcp: discard invalid Root URIs
> 81473aa gopls/internal/test/marker: improve checkDiffs errors
> ea004d0 gopls/internal/protocol: use DocumentURI for File* types
> a30b1c3 gopls/internal/test/marker: test stubmethods on generic methods
> 3ee46f5 internal/gcimporter: prefix type parameter names for generic methods
> 6923890 gopls/internal/golang: Hover: add test of generic methods
> b38156a go/analysis/suite/{fix,vet}: publish analyzer suites
> fb1b417 gopls/internal/golang: InlayHint: fix bug in 'var' specs
> c2a9c87 go/analysis/passes/modernize: additional pattern for embedlit
> a132f2a go/analysis/passes/modernize: errorsastype: support negated case
> 9a12c3a gopls/doc/release/v0.22: document semanticTokens change
> 1a71a3d all: fix some comments to improve readability
> 09c801f gopls/go.mod: update dependencies following the v0.22.0 release
> 6360b62 gopls/go.mod: update mvdan.cc/gofumpt
> 7e0e8be go/analysis/passes/modernize: errorsastype: removed unused var
> 082a343 go/ssa/interp: fix inevitable panic accessing "runtime"
> a3954b5 gopls/internal/settings: move file watcher setting to user options
> 29eabca gopls/doc/release: include server side file watching in release note
> 201fbcb gopls/internal/golang/completion: skip blank identifier from suggestion
> 0f29e25 all: replace xcontext.Detach and notDone with context.WithoutCancel
> 3061067 go/analysis/passes/modernize: slicescontains: check for side effects
> 2897289 gopls: deprecate importsSource and remove its use
> 0c42e4f go/analysis/passes/composite: clarify and optimize
> 74fa6b9 gopls: link gopls contributing.md from the main CONTRIBUTING.md doc
> 50fa278 all: fix typos in comments and docs
bumping golang.org/x/term 3c3e485...3b43943:
> 3b43943 go.mod: update golang.org/x dependencies
Signed-off-by: Knative Automation <automation@knative.team>1 parent c7b92dd commit 8e9a7e8
32 files changed
Lines changed: 2345 additions & 6669 deletions
File tree
- vendor
- golang.org/x
- crypto
- blake2b
- chacha20poly1305
- net/http2
- sync/errgroup
- sys/unix
- tools
- go/packages
- internal
- gcimporter
- imports
- typesinternal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
576 | | - | |
| 575 | + | |
| 576 | + | |
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
616 | | - | |
| 615 | + | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
| 663 | + | |
| 664 | + | |
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
698 | | - | |
| 697 | + | |
| 698 | + | |
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
| 773 | + | |
| 774 | + | |
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
781 | | - | |
| 780 | + | |
| 781 | + | |
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | | - | |
795 | | - | |
| 794 | + | |
| 795 | + | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
859 | | - | |
| 858 | + | |
| 859 | + | |
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
1078 | | - | |
| 1077 | + | |
| 1078 | + | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
1082 | | - | |
| 1081 | + | |
| 1082 | + | |
1083 | 1083 | | |
1084 | 1084 | | |
1085 | 1085 | | |
| |||
This file was deleted.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments