This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#702)
bumping google.golang.org/grpc 9952aa8...c68f456: > c68f456 Change version to 1.63.0 (# 7050) > 6369167 *: update http2 dependency (# 7082) > 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (# 7079) (# 7080) > e62770d channelz: add LocalAddr to listen sockets and test (# 7062) (# 7063) > 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (# 7048) > faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (# 7035) > 800a8e0 channelz: re-add state for subchannels (# 7046) > dadbbfa channelz: re-add target and state (# 7042) > 55cd7a6 channelz: major cleanup / reorganization (# 6969) > a1033b1 xds: add LRS named metrics support (# 7027) > 4f43d2e chore: remove repetitive words (# 7036) > 7c37770 grpc: clean up doc strings and some code around Dial vs NewClient (# 7029) > c808322 chore: expose `NewClient` method to end users (# 7010) > c31fce8 Update github.com/golang/protobuf and google.golang.org/protobuf modules (# 7028) > 55341d7 xdsclient: correct logic used to suppress empty ADS requests on new streams (# 7026) > f7c5e6a DNS resolving with timeout (# 6917) > 815e2e2 build(deps): bump the github-actions group with 1 update (# 7014) > 2a617ca experimental: re-split message/service pb imports (# 7011) > 99ded5c examples: update deps of observability example to gcp/[email protected] (# 7009) > e978e43 gcp/observability: update stackdriver dependency to remove dep on prometheus (# 7008) > 27c5d98 deps: update dependencies for all modules (# 7007) > 90fc697 xdsclient: use dataplane authority for virtualhost lookup (# 6997) > c267d5b grpc: add clientconn.CanonicalTarget() to return the canonical target string (# 7006) > 51f9cc0 deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6961) > eb08be4 github: add Go 1.22 testing (# 7005) > eb880d5 replace github.com/cncf/udpa/go by github.com/cncf/xds/go (# 7001) > 5ccf176 rpc_util: Fix RecvBufferPool deactivation issues (# 6766) > 76a23bf fix enabling compression by trimming whitespaces in accept encoding header (# 6952) > 7525e98 test: add test for invalid streamID (# 6940) > c63d925 examples: fix typo in url (# 6978) > 40d6adb transport: Make error-handling for bad HTTP method consistent between HTTP/2 server transport and handler server transport (# 6989) > 3c2a44d transport: when using write buffer pooling, use input size instead of size*2 (# 6983) > 3ae77e6 grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (# 6923) > 29997a0 grpc: Add StaticMethod CallOption (# 6926) > 28d78d4 *: forbid the use of time.After (# 6985) > 408139a security/advancedtls: CRL checks improvement (# 6968) > f94be9b Set the security level of Windows named pipes to NoSecurity (# 6956) > 05db80f server: wait to close connection until incoming socket is drained (with timeout) (# 6977) > f135e98 xds/internal/xdsclient: Add comments for exported types (# 6972) > f8eef63 Change version to 1.63.0-dev (# 6976) bumping golang.org/x/tools 7656c4c...11c692e: > 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm > fc660e5 go.mod: update golang.org/x dependencies > 6590f47 internal/gcimporter: renable tests of issue50259.go > f1d5252 gopls/internal/golang: Hover: show wasted % of struct space > 951bb40 gopls/internal/test/integration/misc: fix flaky test > c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1 > c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions > f345449 gopls/internal/server: filter diagnostics to "best" views > 42d590c gopls/internal/test/integration: add a WriteGoSum run option > 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links > 222cdde internal/analysisinternal: ZeroValue: support materialized aliases > 0a4fc72 internal/gcimporter: support materialized aliases > 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1 > 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const > 1e68fee gopls/internal/server: "view package doc" of package under test > b303e13 gopls/internal/golang: view pkg doc: display when "disconnected" > 41a9213 go/packages: report type errors unconditionally > 7204363 gopls/doc/release/v0.16.0.md: augment notes for "view pkg doc" > 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer > 9663999 gopls/internal/golang: hover: show size/offset info > 509ed1c gopls/internal/golang: work around bug in go/doc > 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes > 11b4b5e go/analysis/passes/nilness: add longer example to doc > 9ed98fa gopls/internal/test: option to suppress LSP logs on failure > 867c912 inline: make it possible to gob encode/decode inlineMeFacts > db5d12b go/types/internal/play: display method receiver type > 2c8dd3e gopls: add explicit Unalias operations > 814f676 internal/gcimporter: add tool to inspect export data > 4fe2c29 refactor/rename: fix renaming of aliases > 71acab9 internal/typesparams: add Deref > 63b3b5a internal/imports: fix two "nil pointer in interface" bugs > 3f9badb go/ssa: types.Unalias() cleanup. > e5cf370 internal/typeparams: factor 2 copies of isParameterized > e0a9567 all: fix some comments > c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage > d0f7dce gopls: update x/vuln to 1.0.4 > dd52646 go/ssa: create fewer goroutines > 813e70a gopls/internal/server: redo completion counters > 2ba7cf9 internal/imports: remove obsolete go:generate directive > 0fb9b7b gopls: use slices package for reverse slice > c21ae4c gopls/internal/golang: don't suggest removeparam when there are errors > f3fccee gopls/internal/golang: support removing unused parameters from methods > 2d517d5 gopls/internal/golang: fix build breakage due to semantic conflict > 6af0295 go/analysis/passes/stdversion: publish > 8669bfc gopls/internal/server: add "View package documentation" code action > 5628443 gopls/internal/test/marker: remove runtime.GOROOT from format.txt case > 6d9ecf2 gopls/internal/cache: rename methods on Package > 29d17a0 go/cfg: publish (*CFG).Dot method > 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error > 67e856b gopls: fix test failures due to quoting of names in go/types errors > e256714 gopls: repair premature commit of 562248 > 887727a gopls: Measure the efficacy of completions > ca94c96 gopls/internal/server: update telemetry prompt link > d4b1eff gopls/internal/golang: fix crash in package references > f89da53 gopls/internal/server: fix crash in SignatureHelp > 176e895 gopls/internal/analysis/stdversion: suppress before go1.21 > c1eaf76 gopls/internal/analysis/stdversion: set RunDespiteErrors > c67485c gopls/internal/golang/completion: honor std symbol versions (imported) > 1f580da cmd/guru: delete it > c6563ca cmd/guru: remove replace directive > c178933 gopls/internal/server: set -mod=readonly when checking for upgrades > 9e530fc cmd/guru: carve out a separate module > 9b64301 gopls/internal/cache: avoid go/types panic on version "go1.2.3" > 93c0ca5 gopls/internal/cache: fix spurious diagnostics in multi-root workspaces > 31f056a gopls/internal/cache: add assertions for telemetry crash > 656fcde go/callgraph/vta: use core type for channels > b3a5e0b gopls/internal/golang/completion: honor std symbol versions (unimported) > accb00b gopls/internal/server/semantic: highlight the doc links in comments > ffaa15b gopls/internal/analysis/stdversion: report refs to too-new std symbols > 9a6aed9 internal/typeparams: delete OriginMethod > 070fcfb internal/typesinternal: delete SetGoVersion > caf5940 gopls/internal/cache: prune broken edges to command-line-arguments pkgs > ff00c7b internal/stdlib: manifest of all std symbols since go1.0 > 029c4ea go/analysis/passes/slog: detect unsatifiable interface args > d10b068 go/ssa: handle labeled statements with blank labels > 4c85bed all: remove redundant words in comments and fix typo > 98c835c gopls/protocol: update LSP to latest version bumping knative.dev/networking a3d8b0f...aaf8f94: > aaf8f94 fix TestRetry nil pointer panic (# 965) bumping knative.dev/pkg 1ff9a77...39d72da: > 39d72da Bump github.com/prometheus/common from 0.52.2 to 0.52.3 (# 3015) > e255c15 Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 3016) > 7de1740 Bump golang.org/x/tools from 0.19.0 to 0.20.0 (# 3012) > bc62610 Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (# 3013) > a49e72f Bump golang.org/x/net from 0.22.0 to 0.24.0 (# 3011) bumping golang.org/x/mod 766dc5d...aa51b25: > aa51b25 modfile: do not collapse if there are unattached comments within blocks > 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles > 18d3f56 modfile: fix crash on AddGoStmt in empty File bumping github.com/prometheus/common 4433931...0234594: > 0234594 Add support for go 1.20 (# 617) bumping golang.org/x/oauth2 85231f9...d0e617c: > d0e617c google: add Credentials.UniverseDomainProvider > 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in > 5a05c65 oauth2/google: fix remove content-type header from idms get requests > 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11 Signed-off-by: Knative Automation <[email protected]>
- Loading branch information