caching/vendor/golang.org/x/time
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
..
rate upgrade to latest dependencies (#814) 2023-12-05 20:38:17 +00:00
LICENSE Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
PATENTS Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00