-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Upgrade to latest dependencies #7450
[main] Upgrade to latest dependencies #7450
Conversation
bumping golang.org/x/tools 3f4194e...729e159: > 729e159 go.mod: update golang.org/x dependencies > 38ed81a gopls/internal/regtest/marker: porting extract tests > bbf8380 gopls/internal/regtest/marker: use golden diffs for suggested fixes > 51df92b go/ssa: two minor cleanups > e7fb31a internal/cmd/deadcode: rename -format to -f > c538b4e internal/cmd/deadcode: add -whylive=function flag > b753e58 internal/lsp/helper: fix misspelled "Code generated" comment > 2638d66 internal/cmd/deadcode: omit package/func keywords in default output > 118c362 gopls/internal/lsp/source: fix signatureHelp with pointer receivers > 4124316 gopls/internal/lsp/cache: remove baseCtx from the View > 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone > d2c415d gopls/internal/lsp/cache: pass workspace information into createView > 2ddaad7 gopls/internal/lsp/cache: isolate getWorkspaceInformation from Session > 4df4d8d internal/cmd/deadcode: support -json, -format=template > 2881318 gopls/internal/lsp/source: enable nilness Analyzer in gopls > 25924d0 go/analysis/passes/nilness: fix bug in method value > 53cd36b gopls: remove dead code > 7e0917a go/ssa: update builder doc comment > 942d9ac go/ssa: don't treat _ specially in Prog.{Func,Const,Var}Value > 227e728 go/ssa: delete pre-go1.18 obsolete code > 9f1cca3 go/ssa: remove Function.Syntax optimization > 0ee4d87 go/ssa: create methods on demand > 04cf269 gopls/internal/lsp/cache: allow duplicate analyzer names > 08edf75 gopls/internal/regtest/marker: port half of the suggestedfix markers > e6864f1 go/ssa: hang instances off generic Function, not Program > 753c5d6 gopls/internal/lsp/cache: move 'contains' from snapshot to view > 24c5a47 gopls/internal/lsp/cache: make options immutable on the View > e125dc6 gopls/internal/regtest/marker: port remaining rank and snippet tests > 26349af gopls/internal/regtest/marker: port remaining completion tests > 5e2efda gopls/internal/regtest/marker: port rank and func_rank tests > 970eac5 gopls/internal/regtest/marker: port builtin/keyword completion tests > c90d0df go/ssa: make isParameterized thread-safe > 02f3758 gopls/internal/regtest/marker: port five arbitrary completion tests > ee25040 gopls/internal/regtest/marker: port all prepare markers > 9e94edb go/ssa: clarify Program.RuntimeTypes > 75ff53b go/ssa: build methods of RuntimeTypes lazily > 2bc9e16 go/ssa: TestStdlib: report count of syntactic functions too > f4cf222 go/ssa: new for var semantics > 11828ff gopls/internal/lsp: add OnSave diagnostics > 7ca319e go/ssa: split 'create' and 'build' for every Function > 3aa6cfd internal/gopathwalk: check ignored directories lexically > 1762c80 internal/gopathwalk: use filepath.WalkDir instead of internal/fastwalk > 9cf559c go/analysis/passes/errorsas: remove old comment > ec032e3 go/packages: two clean-ups > 9482e85 gopls/internal/lsp/cmd: add GOPACKAGESDRIVER to stat > ccc652a go/ssa: eliminate Program.{bounds,thunks} memoization > fcb8d5b go/ssa: some preparatory cleanups > 099b552 gopls/internal/regtest/marker: port the links marker > 50cdf2a gopls/internal/regtest/marker: port case sensitive completion tests > df7023e gopls/internal/regtest/marker: port all deep and fuzzy completion tests > b90ce15 gopls/internal/regtest/marker: port statements completion tests > d187d99 gopls/internal/regtest/marker: port remaining @Signature markers > 080c202 gopls/internal/lsp: fix code action panic on params of external funcs > ff1953b go/packages: don't fail if GOPACKAGESDRIVER leaves Compiler/GOARCH="" > 4dca902 go/internal/packagesdriver: be defensive wrt error results > 672de52 go/ssa: simplify Alloc helpers > 931c74e internal/lsp/analysis: warn about incorrect type in embed directive > 1cf8b0d go/ssa: new range var semantics > 7c4d876 gopls/internal/lsp/source: remove unused parameters (cleanup) > b82788e gopls/internal/lsp: add semantic highlighting for go: directives > 6da1917 go/packages: remove pre-go1.16 overlay support > 5ab57de go/packages: ensure that types.Sizes is correct > 02048e6 go/packages: document that types.Sizes may be nil > 5185da1 internal/refactor/inline: avoid redundant import names added by inlining > 6360c0b gopls/internal/lsp/source: find linkname directives without parsing > 71f6a46 cmd/bundle: drop old +build lines > cdf1b5e cmd/present: drop NaCl reference from docs > 99bbd3c go/callgraph/vta: use core type for struct fields > 8ed1113 go/ssa: add support for range-over-int > 7df9d5f gopls/internal/lsp: fix signature crash on error.Error > 43c41b5 internal/refactor/inline: reify implicit return conversions > 53e637b internal/refactor/inline: improve check for last uses of free vars > 61bb3e9 internal/refactor/inline: less hacky solution for eliding braces > 8a71c39 gopls/internal/lsp/source: abort change signature on overlapping calls > f744e4b go/ssa: propagate goversions in ssa > 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters > 918e96a internal/refactor/inline: use binding decl with literalization > 12b5dad gopls: deprecate "tempModfile" and "expandWorkspaceToModule" settings > f85b3f7 internal/refactor/inline: don't treat blanks as decls in declares() > 3484534 internal/refactor/inline: docs for 0.14 release notes > b9b97d9 go/types/objectpath: remove method sorting > 9b63f3d gopls: upgrade x/telemetry dependency > f38ff07 internal/refactor/inline: T{} is duplicable for struct/array > ecbfa88 go/analysis/passes/timeformat: simplify isTimeDotFormat > 187911b internal/refactor/inline: more precise SelectorExpr effects > dbf6f42 go/analysis/passes/httpmux: add command > 7e7568c go/analysis/passes/httpmux: check for enhanced ServeMux patterns > b268156 gopls: allow all drive letters in cache/filemap_test.go > be4e4d6 go/analysis/passes/internal/analysisutil: account for nil Func.Pkg > 0e4fc90 internal/refactor/inline: add missing spread context (return) > 8954aa7 go/types/internal/play: fix slice OOB when *ast.File is selected > fda3fe3 gopls/internal/lsp: use the correct options for semantic tokens legend > f6d8589 cmd/compilebench: pass linker flags to prebuild > 5874869 go/analysis/passes/internal/analysisutil: add IsFunctionNamed > 0b06fd8 cmd/gonew: skip Test if exec is unsupported > f5fd4c9 go/analysis/passes/bools: use astutil.Unparen > 59ac17f go/analysis/passes/internal/analysisutil: remove Unparen > a3b5082 go/analysis/passes/appends: improve check for append builtin > 395d393 go/analysis/passes/internal/analysisutil: add IsNamedType > 22abcd6 oogo/analysis/passes/bools: remove duplicate functions bumping knative.dev/pkg 6564cf1...97c7258: > 97c7258 Bump golang.org/x/tools from 0.14.0 to 0.15.0 (# 2897) > 99fa268 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (# 2895) > 81a5838 Bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 (# 2898) > b3e7ef5 Bump google.golang.org/api from 0.149.0 to 0.150.0 (# 2896) > 4e16990 Bump golang.org/x/net from 0.17.0 to 0.18.0 (# 2894) bumping golang.org/x/oauth2 3c5dbf0...e067960: > e067960 go.mod: update golang.org/x dependencies > 4c91c17 google: adds header to security considerations section bumping golang.org/x/term ea6303a...70d3a0b: > 70d3a0b go.mod: update golang.org/x dependencies > 6a610bc all: update go directive to 1.18 bumping golang.org/x/mod 5b69280...6e58e47: > 6e58e47 modfile: improve directory path detection and error text consistency bumping golang.org/x/crypto e3cc52e...eb61739: > eb61739 ssh: allow to configure public key auth algorithms on the server side > 42c83ff ssh: try harder to detect incorrect passwords for legacy PEM encryption > e668aa9 go.mod: update golang.org/x dependencies > df0bc9e chacha20poly1305: guard PSHUFB usage with GOAMD64_v2 > 74c2ba9 crypto/hkdf: remove useless call to Reset > cf8dcb0 ssh: add test case against ssh CLI > 4f30245 x509roots: catch the zero-roots case when generating the bundle > 1d57292 x509roots: check HTTP response status code and media type > 8779cbd all: update go directive to 1.18 > 2aeefc3 ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255 Signed-off-by: Knative Automation <[email protected]>
2af7b38
to
24dc6f7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7450 +/- ##
=======================================
Coverage 76.74% 76.74%
=======================================
Files 253 253
Lines 13916 13916
=======================================
Hits 10680 10680
Misses 2702 2702
Partials 534 534 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knative-automation, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cron -knative-prow-robot
/cc knative/eventing-writers
/assign knative/eventing-writers
Produced by: knative-extensions/knobots/actions/update-deps