Commit Graph

6 Commits

Author SHA1 Message Date
Knative Automation 17bfe1a024
upgrade to latest dependencies (#814)
bumping google.golang.org/genproto/googleapis/api 49dd2c1...bbf56f3:
  > bbf56f3 chore(all): update all (# 1069)
  > d783a09 chore(all): update all (# 1068)
bumping golang.org/x/tools 729e159...a9ef4cf:
  > a9ef4cf go.mod: update golang.org/x dependencies
  > d9b9452 gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg
  > 1733061 go/analysis/passes/testinggoroutine: report by enclosing regions
  > b19be0f gopls/internal/cmd/help_test.go: document
  > daa4aa5 gopls/internal/lsp/source: stubmethods: fix out-of-bounds index
  > a586d0d go/types/internal/play: show more types.Scope detail
  > 53ad329 gopls/internal/lsp/source: move edit logic into the protocol package
  > 3c677e3 gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache
  > ab6af7d gopls/internal/lsp/source: extract InDir to a new pathutil package
  > e7d61d9 gopls/internal/lsp/cache: simplify named error values
  > 3a915e4 gopls/internal/lsp/cache: use local aliases for all source objects
  > be332ea gopls/internal/lsp/cache: avoid problematic use of goCommandInvocation
  > dfa5cbb gopls/internal/lsp/cache: remove workspaceMode
  > a98c076 gopls: remove the "tempModFile" setting
  > 3510b4f gopls/internal/lsp: simplify mod update commands
  > fdf06f2 gopls: simplify the Snapshot and View interfaces
  > 8966034 gopls/internal/lsp/cache: export Snapshot
  > bd215c0 gopls/internal/lsp/source: remove View.Snapshot
  > fdce3cd gopls: remove the "chattyDiagnostics" setting
  > 6b2c993 gopls: remove the LiteralCompletions option
  > cc42fd3 gopls/internal/lsp/cache: move go.work parsing into the view
  > a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error"
  > 2529481 gopls/internal/lsp: eliminate server code generation
  > e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error
  > 00ec6da gopls/test: eliminate, by moving tests to more appropriate places
  > 42d9779 gopls: move settings to a settings package
  > c823488 gopls: move file-related types to a 'file' package
  > 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration
  > 80a4166 gopls/internal/lsp/source: fix panic in definition(error.Error)
  > 00a4006 gopls/internal/lsp: remove redundant conversions
  > 1b54dd7 gopls/internal/lsp/fake: inline fake.toURI away
  > 553e9d1 gopls/internal/lsp/protocol: delete $GOROOT hack in URIFromPath
  > 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path
  > 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away
  > 27abf64 gopls/internal/lsp/protocol: inline URIFromSpanURI away
  > ccacebc gopls/internal/lsp/span: inline URI away
  > 369d0ee gopls/internal/span: inline URIFromPath away
  > e162395 gopls/internal/telemetry/cmd/stacks: create GH issues from telemetry
  > 057c099 gopls/internal/cmd: remove "span" import, make Span private
  > 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI
  > 65d7356 go/analysis/internal/checker: allow End=0 (meaning End=Pos) in fix
  > 2bdbb88 go/analysis/internal/checker: clean up tests
  > 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string
  > 048e15e gopls/internal/lsp/cache: rename workspaceInformation to viewDefinition
  > 1db3c37 gopls/internal/lsp/cache: remove unused Session.ModifyFiles
  > 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot
  > 9fd7ea0 gopls/internal/lsp/cache: exclusively use persistent data in snapshot
  > 992d984 go/ssa: optimize instructions generated by forStmtGo122
  > 4a92712 Revert "gopls/internal/lsp/cache: remove baseCtx from the View"
  > 8998183 all: add versions.InitFileVersions to gopls where needed
  > 7df1399 gopls: remove ineffectual skips
  > cd62b43 go/analysis/passes/loopclosure: disable checker after go1.22.
  > a1ca4fc internal/gopathwalk: rationalize error and symlink handling in walker.walk
  > 7d6e6a9 gopls/internal/span: delete SameExistingFile
  > 7f1f4eb internal/cmd/deadcode: use compiler-style diagnostics by default
  > 0eb9468 gopls/internal/lsp/protocol: include docs for {,Document}URI
  > 3292b36 gopls/internal/cmd: move span.{Span,Point} to cmd
  > 944d4e7 gopls: upgrade x/telemetry and account for new mode logic
  > 38fc9a2 gopls/internal/lsp/cache: avoid span.Parse{,InDir}
  > cae49bd gopls/internal/goversion: split out of lsp (server) package
  > b83ad0a gopls/internal/lsp: tweak docs
  > 46fd916 gopls/internal/lsp/cmd: move to ../cmd
  > a22ecf8 gopls/internal/lsp: move semantic token helpers to protocol pkg
  > 7954689 gopls/internal/lsp: unexport Server
  > e9a45c3 gopls/internal/lsp: restore Server.semanticTokens{Full,Range}
  > 134390a internal/versions: strip "go" prefix
  > 4e080d1 gopls/internal/lsp/source: fix panic on T(x) conversion
  > 9d19bff internal/cmd/deadcode: simplify function notation in output
  > b03756e all: apply versions.InitFileVersions in x/tools.
  > aafa2e0 gopls/internal/lsp/regtest: minor clean up of marker.go
  > 3b6876f internal/versions: add a new versions package
  > 4749c1b gopls/internal/lsp: unify semanticTokens{Full,Range}
  > 4479ae8 gopls/internal/regtest/marker: port remaining marker tests
  > 92a8009 gopls/internal/regtest/marker: port the selectionrange markers
  > e3f6798 gopls/internal/regtest/marker: clean up some random packages
  > bbf8bf8 gopls/internal/lsp/tests: remove AddImport support
  > 72be087 gopls/internal/regtest/marker: port the semantic tokens tests
  > f60f2e6 all: replace all usages of golang.org/x/sys/execabs with os/exec
  > 519859f internal/cmd/deadcode: discard empty Packages from result
  > 96815ee gopls/internal/regtest/marker: port the inlay hint tests
  > 80e691c gopls/internal/regtest/marker: port remaining rename tests
  > ef85672 gopls/internal/regtest/marker: trim redundant header from golden diffs
  > ae7e7d7 gopls/internal/regtest/marker: use diffs for rename tests
  > efa2492 gopls/internal/regtest/marker: porting remaining suggestedfix tests
  > adf124e gopls/internal/lsp/cmd: add codelens subcommand
  > dcf8eb3 gopls/internal/regtest/marker: use line-based myers diff implementation
  > 08a94ce gopls/internal/regtest/marker: port the stub tests
  > fd43d5e gopls/internal/regtest/marker: port the invertifcondition tests
  > f9217dc gopls/internal/lsp/mod: clarify inlayhint comment
  > 13b2bd5 internal/packagesinternal: delete GoCmdRunner var (unused)
bumping knative.dev/pkg 23f3ee2...9386ad6:
  > 9386ad6 Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (# 2912)
  > 99dc56f Bump golang.org/x/tools from 0.15.0 to 0.16.0 (# 2911)
  > 328bf00 Bump google.golang.org/api from 0.151.0 to 0.152.0 (# 2910)
  > de5c5e6 Bump golang.org/x/net from 0.18.0 to 0.19.0 (# 2909)
  > f4e2c60 Update community files (# 2908)
  > ef12203 bump go to v1.21 (# 2907)
  > 6df4a9a Update community files (# 2906)
  > 33d95ea Add clotributor link to readme (# 2903)
  > ea6ea84 upgrade to latest dependencies (# 2901)
bumping golang.org/x/sys cb378ae...13b15b7:
  > 13b15b7 unix: add IoctlLoopConfigure on linux
  > 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory
  > e4099bf unix: fix trimmed socket opt string in GetsockoptString
  > 9888904 unix: update BPF constants for Linux kernel 6.6
  > 2d0c736 unix: use fchmodat2 in Fchmodat
  > ec230da unix: use fcntl(2) libc stub on OpenBSD
bumping golang.org/x/oauth2 e067960...6e9ec93:
  > 6e9ec93 go.mod: update golang.org/x dependencies
bumping golang.org/x/term 70d3a0b...ee66497:
  > ee66497 go.mod: update golang.org/x dependencies
bumping google.golang.org/api df9c71c...c18c15e:
  > c18c15e chore(main): release 0.152.0 (# 2267)
  > 82f1381 feat(all): auto-regenerate discovery clients (# 2271)
  > 296fb55 chore(all): update all (# 2275)
  > b1c45c2 chore(all): update all (# 2260)
  > 4ffc629 feat(all): auto-regenerate discovery clients (# 2270)
  > 3138958 feat(all): auto-regenerate discovery clients (# 2269)
  > 980c045 feat(all): auto-regenerate discovery clients (# 2268)
  > 22872aa feat(all): auto-regenerate discovery clients (# 2266)
bumping google.golang.org/genproto 49dd2c1...bbf56f3:
  > bbf56f3 chore(all): update all (# 1069)
  > d783a09 chore(all): update all (# 1068)
bumping google.golang.org/genproto/googleapis/rpc d783a09...83a465c:
  > 83a465c chore(all): update all (# 1070)
  > 419f025 chore(all): update actions/github-script action to v7 (# 1071)
  > bbf56f3 chore(all): update all (# 1069)
bumping golang.org/x/net fbaf412...a8e0109:
  > a8e0109 go.mod: update golang.org/x dependencies
  > 13e88dd quic: rename listener{_test}.go to endpoint{_test}.go
  > e26b9a4 quic: rename Listener to Endpoint
  > 399218d quic: implement stream flush
  > d87f99b quic: idle timeouts, handshake timeouts, and keepalive
  > 7b5abfa quic: basic qlog support
bumping golang.org/x/time 2c09566...883aed5:
  > 883aed5 rate: add documentation on Limiter concurrent usage
  > b24d3b5 all: add a go directive, set it to 1.18
bumping knative.dev/hack eb35242...7030d5b:
  > 7030d5b Update community files (# 355)
  > 94f0ccf Update community files (# 354)

Signed-off-by: Knative Automation <automation@knative.team>
2023-12-05 20:38:17 +00:00
Knative Automation e58c04ff4f
upgrade to latest dependencies (#808)
bumping golang.org/x/net b225e7c...fbaf412:
  > fbaf412 go.mod: update golang.org/x dependencies
  > cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions
  > a720b30 http2: allocate buffer pools using pointers to arrays
  > a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes
  > 26ea817 http2: unconditionally recycle responseWriterState
  > 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset
  > 45fa414 quic: undo accidental rename of test helpers
  > 434956a quic: include more detail in connection close errors
  > ec29a94 quic: provide source conn ID when creating server conns
  > 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable
  > 4865e2a internal/quic/cmd/interop: add interop test runner
  > 770149e quic: pad ack-eliciting server Initial datagrams
  > 05086a7 quic: fix panic when handling resent CRYPTO data
  > 0526b49 quic: fix data race caused by aliased DCID
  > 6d267b1 quic: properly shut down connections on listener close
  > 642f15e quic: support stateless reset
  > 4c7a5b6 http2: add test for push promise accounting underflow
  > 48a5977 quic: support Retry
  > 9ef1b72 quic: move more testConn behavior into testListener
  > 37479d6 http2: fix underflow in http2 server push
  > d23d9bc all: update go directive to 1.18
  > 92728b3 dns/dnsmessage: document that Skip does not fully validate the header
bumping golang.org/x/text f488e19...6c97a16:
  > 6c97a16 all: update go directive to 1.18
bumping knative.dev/pkg 35011d4...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)
  > 6564cf1 upgrade to latest dependencies (# 2893)
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 golang.org/x/mod 5b69280...6e58e47:
  > 6e58e47 modfile: improve directory path detection and error text consistency
bumping google.golang.org/genproto/googleapis/rpc 49dd2c1...d783a09:
  > d783a09 chore(all): update all (# 1068)
bumping golang.org/x/sys 2964e1e...cb378ae:
  > cb378ae syscall: call getfsstat via libc on openbsd
  > 661d749 unix: use libc stubs for OpenBSD pledge+unveil
  > 1168e25 unix/linux: update Linux kernel to v6.6
  > 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil
  > 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL
  > 1bfbee0 all: update go directive to 1.18
  > 1d9f0b6 unix: add linux cachestat system call
  > 8ccaaf0 windows: add GetFileTime
  > 6ee6208 windows: add missing TCP and UDP socket options and control message types
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 google.golang.org/api 0d3b865...83b8a6c:
  > 83b8a6c chore(main): release 0.150.0 (# 2244)
  > 85e85ad feat(transport): Log DirectPath misconfiguration (# 2225)
  > f56fb11 chore(all): update all (# 2251)
  > 7529003 feat(all): auto-regenerate discovery clients (# 2252)
  > c08d405 feat(all): auto-regenerate discovery clients (# 2250)
  > b56da3d feat(all): auto-regenerate discovery clients (# 2249)
  > 8bfbeac feat(all): auto-regenerate discovery clients (# 2246)
  > 5693997 feat(all): auto-regenerate discovery clients (# 2245)
  > 2ce2d2d feat(all): auto-regenerate discovery clients (# 2243)

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-15 01:58:16 +00:00
knative-automation ec01baa5a5
upgrade to latest dependencies (#449)
bumping knative.dev/pkg 952fdd9...01dccc5:
  > 01dccc5 Add benchmarking for the http tracing handler (# 2080)
  > 9050838 Bump assorted dependencies (# 2086)
  > b8e331a Add skonto to metrics reviewers (# 2061)
  > 4a09d5e Simplify loading of local kubeconfig in sharedmain (# 2079)
  > 5ac4a75 add optional fs() to edit fake ctx for testing purpose (# 2057)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-08 06:20:50 -07:00
Matt Moore 7f5b718a01
[master] Auto-update dependencies (#261)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-29 09:02:42 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00