caching/vendor/google.golang.org/grpc/credentials/insecure
Knative Automation e60fa75d29
upgrade to latest dependencies (#939)
bumping golang.org/x/tools 64b63a6...578c121:
  > 578c121 go.mod: update golang.org/x dependencies
  > f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
  > 82ee0fd internal/mcp: change paginateList to a generic helper
  > 64bfecc gopls/internal/golang: fix extract bug with anon functions
  > 4546fbd internal/mcp: unify json tag parsing
  > 82473ce gopls/doc/release: tweak v0.19
  > f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
  > d9bacab gopls/internal/server: improve "editing generated file" warning
  > 1afeefa internal/mcp: unexport FileResourceHandler
  > 33d5988 gopls/internal/server: Organize Imports of generated files
  > cb39a5f gopls/internal/golang: Format generated files
  > e43ca0c internal/mcp: validate tool input schemas
  > 61f37dc gopls: use new gomodcache index
  > fed8cc8 internal/refactor: keep comments with same import
  > c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields
  > 6e8a193 gopls/internal/debug: integrate flight recorder
  > 25caa76 gopls/internal/telemetry/cmd/stacks: delete
  > c3cb1f1 gopls/internal/mcp: add top level symbols from current package
  > effd83e gopls/internal/golang: add type inlayhint for variable decl
  > 58e5e62 gopls/internal/test/marker: organize mcp tool context test
  > ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context
  > f12067d gopls/internal/analysis/modernize: disable appendclipped
  > 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type
  > 2246f6d internal/mcp: middleware on the sending side
  > 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem
  > 8675e27 gopls/internal/mcp: add context mcp tool
  > bcaee63 gopls/internal/protocol: make some optional integer fields indirect
  > 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty
  > e88c5a4 internal/mcp: simplify session type params
  > 61b248f internal/mcp: add missing testenv.NeedsExec
  > a405109 internal/mcp: add a test for complete mapping of CallToolParams fields
  > d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy
  > 73f1234 internal/mcp: community design
  > d794c0d internal/mcp: generic handling of CallToolParams
  > 3959656 internal/mcp: add iterator methods resources and prompts
  > f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers
  > ef3a8dc go/analysis/passes/unusedresult: add test
  > 661b815 go/analysis/passes/unusedresult: add slices, maps functions
  > dd6ec04 gopls/internal/settings: add maprange analyzer
  > 218e5f2 gopls/internal: handle errors, or document that we ignore them
  > cb264bf internal/mcp: clean up diagnostics from Google import
  > c8e47eb internal/gofix: document batch fix commands
  > d3809ea internal/mcp: handle synthetic responses in conformance test
  > 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions
  > 59198a1 internal/mcp: add resource conformance test
  > bef2d59 internal/golang: re-fix crash in definition of invalid "continue label"
  > ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label"
  > 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24
  > 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend
  > 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures
  > 7610d95 go/analysis/passes/printf: refine diagnostic locations
  > c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting
  > 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance
  > d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference
  > de7968d internal/gofix: add -gofix.allow_binding_decl flag
  > 93f6460 internal/mcp: add iterator method for tools
  > 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs
  > 9233e12 gopls: update to staticcheck@master
  > 3eaf5e2 internal/mcp/jsonschema: validate defaults
  > 50c5c27 internal/mcp/jsonschema: check for structure separately
  > 4354923 internal/mcp: add pagination for prompts
  > 15e680e gopls/.../completion: unimported completion snippets
  > cc4b6fe internal/mcp/jsonschema: generalize error wrapping
  > 82fa2c0 internal/mcp/jsonschema: clearer validations errors
  > 845000b internal/mcp: meta and progress token
  > 66fd759 internal/mcp: add pagination for resources
  > f8a56cc internal/jsonrpc2_v2: update for go1.16+
  > 14c014c internal/tokeninternal: optimize AddExistingFiles
  > 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark
  > 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized
  > baa4e14 internal/modindex: tiny test improvement
  > 1c017f1 internal/telemetry/cmd/stacks: support Delve
  > 2391123 internal/mcp: treat zero struct fields generously
  > 08af7d4 all: fix some function names and typos in comment
  > 60df06f internal/mcp: add pagination for tools
  > f5ea575 go/ssa/interp: use slices.Equal to simplify code
  > 6e44d1e internal/mcp: future-proof prompt handling
  > 4d4fb92 internal/mcp: implement logging
  > 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner
  > ac05d44 jsonschema: package doc
  > 35a9265 jsonschema: add more schema fields
  > 95976d8 internal/mcp: construct README with weave
  > d5ec4a9 internal/mcp: add notifications
  > aebd3be gopls/internal/test/integration: simplify GoToDefinition
  > 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End
  > dc34568 gopls/internal/test/integration/completion: relax expectations
  > 87749a7 all: fix typos
  > edbd9df jsonschema: dynamic references
  > 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion
  > 150502a internal/mcp: keep an ordered list of feature keys
  > 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg
  > a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now
  > b62c6c1 internal/mcp: remove misplaced TODO comment
  > babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1
  > 87f67c8 gopls/internal/debug: display Session.View.Folder.Options
  > 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles
  > 77de774 gopls/internal/golang: modify extract behavior for error handling returns
  > 6202e58 internal/mcp: generate method names
  > 86158bd internal/mcp: sampling
  > db456f9 internal/mcp: client middleware
  > 8edad1e internal/mcp: add the FileResourceHandler method
  > 7ae2e5c gopls/internal/golang: implement "inline local variable" code action
  > d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization
  > b8ee9f1 gopls/internal/test/marker: add mcp tools action marker
  > c5e4271 internal/mcp: dispatcher middleware
  > 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed
  > c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass
  > 2263a61 gopls/internal/test/marker: add a folding ranges test case
  > 5c7400c gopls/internal/cache/parsego: use PreorderStack
  > bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic
  > b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias
  > c6b2a9c internal/typesinternal: add TypeNameFor helper
  > ec0dab2 internal/mcp/design: sync with public design
  > b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList
  > 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator
  > 6731e88 internal/diff/lcs: fix flaky test
  > 07c24ad internal/mcp: update README
  > 279ce35 internal/mcp/design: further clean-up
  > 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd
  > 04dca59 internal/mcp: hide CancelledParams
  > 3c52d1f internal/mcp: reinstate ClientSession
  > 3e37703 internal/refactor/inline: report when a "binding decl" was inserted
  > d2ad3e0 internal/astutil/cursor: delete shims for old Cursor
  > 84fa02a x/tools: gofix -fix -test ./...
  > 43dd712 gopls/internal/protocol: make FoldingRange fields optional
  > baeb0da cmd/deadcode: respect unused symbols inside all loaded modules
  > fdae66b internal/mcp: design.md: polishing
  > 5eb0d1f internal/mcp: fix typos
  > ad2312c internal/mcp: design.md: link to spec change
  > cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document
  > 9a093bc internal/mcp: rename ServerConnection->ServerSession
  > c905b91 internal/mcp: design.md: clarify backward compatibility guarantee
  > 274b895 internal/mcp: resource tweaks
  > 283948d internal/mcp: document iterators
  > cd1dd28 internal/mcp: use RawMessage for tool args
  > cd3f34c internal/mcp: change CallTool signature
  > ccbd1d9 internal/mcp: change function signatures match design doc
  > e31df77 internal/mcp: pointerize all the things
  > 3ab3cc4 internal/mcp: document content constructors
  > a5938fa internal/mcp: remove omitzero
  > 34082a6 internal/mcp: simplify content
  > f1f12cf internal/mcp: merge the protocol package into mcp
  > 403f7ef internal/mcp/design: add pagination
  > 7d76ce6 internal/mcp/jsonschema: check that schemas form a tree
  > 0987b89 jsonschema: resolve remote references
  > 8ac1955 internal/mcp: implement resources
  > ade411c gopls/internal/lsprpc: start mcp server by passing -mcp-listen
  > 865cd20 x/tools: various cleanups related to planned parser changes
  > 8ab19ea internal/mcp: describe standard rpc signature
  > 4d1336a internal/mcp: add resource subscriptions
  > 6dfeba5 internal/mcp: adjust content types
  > 3818858 internal/mcp/protocol: make type name more convenient
  > bbef3e4 internal/mcp: implement roots
  > 2835a17 internal/mcp: design.md: adjust resource design
  > 7b959ff go/ast/inspector: improve doc comments
  > acf038e internal/mcp/protocol: featureSet[T]
  > 0d237c0 go/analysis/passes/framepointer: only stop on unconditional branches
  > 3ce9106 internal/mcp: fix roots design
  > 7b18363 go/ast/inspector: publish Cursor
  > a240192 internal/mcp/design.md: minor changes
  > ce6fe29 gopls/internal/completion: apply modernizers
  > 2cf2b2a internal/mcp/design: weave discussion of differences with mcp-go
  > b303c1f internal/mcp/design: remove the protocol package; update tools
  > d11c94a internal/design: minor cleanup; add 'errors' and 'ping' sections
  > 721ad8d internal/mcp/design.md: prompts and resources
  > b489159 internal/mcp: progress notifications
  > b61ab33 internal/mcp/design: add a section on cancellation
  > ef35d72 internal/mcp/design: add section on clients and servers
  > 8ee3f58 internal/mcp/design.md: completions
  > 4160b77 internal/mcp/design.md: client features
  > d60d930 internal/mcp: tool section of design
  > c89ad19 internal/mcp: JSON Schema design
  > 1ead56f internal/mcp/design: describe mcp-go delta
  > 2587caa internal/mcp/design: discuss generated protocol types
  > 3d89335 internal/mcp: a new extensibility point for HTTP transports
  > 6736a6d jsonschema: resolve refs
  > 51dcb32 gopls/internal/analysis/modernize: add checks to prevent invalid fixes from slicesContains
  > bad5619 internal/mcp/protocol: spell "Id" idiomatically
  > 89c7c2c internal/mcp/design: logging
  > dbc82b6 internal/mcp/jsonschema: make Schema.every fully recursive
  > 4a72625 internal/mcp/design: start a full design doc, with stubs
  > 3f0db34 internal/mcp: rename ClientConnection to ServerConnection
  > c836232 internal/mcp: rename Make* to New*
  > f71ad04 jsonschema: implement JSON Pointers for schemas
  > f8980b6 internal/mcp/jsonschema: support validating structs
  > 7231669 gopls/internal/analysis/modernize: don't offer a fix when initialization statement is not empty
  > deec52f internal/typesinternal: use TypeAndValue.IsBuiltin in ClassifyCall
  > 887e16c internal/mcp: NewClient takes Transport
  > ff4f533 internal/mcp: add README.md and CONTRIBUTING.md
  > 6b12a4e internal/mcp/protocol: move out of mcp/internal, as it's used in the API
  > 0ac692e gopls/internal/golang: Hover: show allocator size class
  > 8be0535 gopls/internal/golang: make "Show assembly" work in tests
  > 055c1af go/ssa: clear Function.subst after building bodyless function
  > 898dcae gopls/internal/golang/completion: new code for unimported completions
  > 9635d6c jsonschema: resolve anchors
  > 51a10bc jsonschema: resolve URIs for $id
bumping golang.org/x/oauth2 b9c813b...0042180:
  > 0042180 oauth2: Deep copy context client in NewClient
  > ce350bf oauth2: remove unneeded TokenSource implementation in transport test
  > 44967ab google: fix typos
  > 9c82a8c oauth2.go: use a more straightforward return value
  > 681b4d8 jws: split token into fixed number of parts
  > 3f78298 all: upgrade go directive to at least 1.23.0 [generated]
  > 109dabf endpoints: add links/provider for Discord
  > ac571fa oauth2: fix docs for Config.DeviceAuth
  > 314ee5b endpoints: add patreon endpoint
bumping golang.org/x/mod dc121ce...9d33331:
  > 9d33331 x/mod: add the ignore directive
  > ae88a97 all: change from sort functions to slices functions
bumping google.golang.org/grpc 6135a73...c52d025:
  > c52d025 Change version to 1.73.0 (# 8322)
  > ac60db1 Add flag guarding SPIFFE Bundle provider (# 8343) (# 8382)
  > 183c148 balancer/ringhash: Add experimental notice in package comment (# 8364) (# 8365)
  > b610465 delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) (# 8354)
  > 96c4308 balancer/least_request : Fix panic while handling resolver errors (# 8333) (# 8338)
  > af5146b grpc: update contributing.md (# 8318)
  > 09166b6 cleanup: remove unused constants in generic xdsclient (# 8315)
  > e3f13e7 transport: Prevent sending negative timeouts (# 8312)
  > b89909b leakcheck: Fix flaky test TestCheck (# 8309)
  > 709023d grpcsync/event: Simplify synchronization (# 8308)
  > d36b02e transport: Propagate status code on receiving RST_STREAM during message read (# 8289)
  > ee7f0b6 resolver/delegatingresolver: wait for proxy resolver build before update in tests (# 8304)
  > 96e31db transport: Reject non-positive timeout values in server (# 8290)
  > d3d2702 cleanup: replace dial with newclient (# 8196)
  > d46d6d8 Update CONTRIBUTING.md (# 8300)
  > 950a7cf health: Add List method to gRPC Health service (# 8155)
  > 4680429 credentials/local: implement ValidateAuthority (# 8291)
  > b3d63b1 xds: add MetricsReporter for generic xds client (# 8274)
  > d00f4ac resolver/delegatingresolver: wait for proxy resolver to be built in test (# 8302)
  > 0e656b2 xds: modify generic clients grpctransport to accept optional custom grpc new client function (# 8301)
  > c84fab0 grpc: Update ClientStream.CloseSend docs (# 8292)
  > c7aec4d transport: skip Status.Proto() without details in writeStatus (# 8282)
  > 35aea9c weightedroundrobin: Remove nil embedded SubConn from endpointWeight (# 8297)
  > 41095ae [alts] add keepalive params to the alts handshaker client dial option (# 8293)
  > ee8a53a internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215)
  > 7fb5738 xds_test: Wait for server to enter serving mode in RBAC test (# 8287)
  > d2f02e5 stats/opentelemetry: separate out interceptors for tracing and metrics (# 8063)
  > 00be1e1 [alts] Add plumbing for the bound access token field in the ALTS StartClient request. (# 8284)
  > 763d093 otel: Test streaming rpc sequence numbers (# 8272)
  > 75d25ee xds: generic lrs client for load reporting (# 8250)
  > 080f956 credentials, transport, grpc : add a call option to override the :authority header on a per-RPC basis (# 8068)
  > 6821606 grpc: regenerate protos (# 8277)
  > 399e2d0 credentials/alts: Optimize Reads (Roll forward # 8236) (# 8271)
  > 4cedec4 grpc_test: add tests for client streaming (# 8120)
  > 030938e xds: Remove redundant proto checks (# 8273)
  > 515f377 github: replace actions/upload-release-asset@v1 with gh cli (# 8264)
  > ec2d624 xds: generic xds client resource watching e2e (# 8183)
  > 82e25c7 xds: fix TestServer_Security_WithValidAndInvalidSecurityConfiguration data race (# 8269)
  > 2640dd7 atls: Clarify usage of dst in ALTSRecordCrypto interface docs (# 8266)
  > 58d1a72 [Security] Add verification logic using SPIFFE Bundle Maps in XDS (# 8229)
  > f7d488d credentials: expose NewContextWithRequestInfo publicly (# 8198)
  > 54e7e26 balancer/ringhash: move LB policy from xds/internal to exported path (# 8249)
  > 223149b github: add printing of new packages to dependency checker (# 8263)
  > aec1381 cleanup: status formatting bug and comment grammar fix (# 8260)
  > 7d68bf6 ringhash: fix flaky e2e tests (# 8257)
  > 718c4d8 xds: Make locality ID string representation consistent with A78 (# 8256)
  > eb4b687 examples/features/opentelemetry: demonstrate tracing using OpenTelemetry plugin (# 8056)
  > 8b2dbbb New A72 changes for OpenTelemetry # 8216 (# 8226)
  > cb1613c xds: make least request available by default (# 8253)
  > d36887b balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227)
  > 560ca64 xds: fix data file name in test (# 8254)
  > f0676ea Update lrs_stream.go fix use of wrong err (# 8224)
  > 6319a2c ringhash: normalize uppercase in requestHashHeader from service config (# 8243)
  > 68205d5 xdsclient: update watcher API as per gRFC A88 (# 7977)
  > 732f3f3 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237)
  > 6bfa0ca Rollback # 8232 and # 8204 (# 8236)
  > 25c7509 ringhash: implement gRFC A76 (# 8159)
  > 09dd4ba testdata: Wrap lines to 80 columns in markdown file (# 8235)
  > be25d96 credentials/alts: Add comments to clarify buffer sizing (# 8232)
  > db81a2c benchmark: Specify passthrough resolver to avoid resolution failures (# 8231)
  > b368379 credentials/alts: Optimize reads (# 8204)
  > 4b5505d [Security] Add support for SPIFFE Bundle Maps in XDS bundles (# 8180)
  > ce35fd4 stats/opentelemetry: add trace event for name resolution delay (# 8074)
  > 52c643e deps: update dependencies for all modules (# 8221)
  > 51d6a43 Change version to 1.73.0-dev (# 8220)
bumping golang.org/x/sync 506c70f...8a14946:
  > 8a14946 errgroup: remove duplicated comment
  > 1869c69 all: replace deprecated ioutil
  > d1ac909 sync/errgroup: PanicError.Error print stack trace
bumping golang.org/x/net 7d6e62a...6e41cae:
  > 6e41cae go.mod: update golang.org/x dependencies
  > 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
  > ef33bc0 internal/http3: use bubbled context in synctest tests
  > 919c6bc http2: use an array instead of a map in typeFrameParser
  > bae01a7 trace: add missing td tag
bumping google.golang.org/genproto/googleapis/api 56aae31...b45e905:
  > b45e905 chore(all): update all (# 1204)
  > e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
  > 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
  > 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
  > 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
  > 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
  > a0af3ef chore(all): update all (# 1196)
  > 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
  > 546df14 chore(all): update all (# 1193)
  > 9fdb1ca chore(all): update Go to 1.24 (# 1191)
bumping google.golang.org/genproto/googleapis/rpc 56aae31...b45e905:
  > b45e905 chore(all): update all (# 1204)
  > e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
  > 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
  > 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
  > 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
  > 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
  > a0af3ef chore(all): update all (# 1196)
  > 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
  > 546df14 chore(all): update all (# 1193)
  > 9fdb1ca chore(all): update Go to 1.24 (# 1191)
bumping golang.org/x/text 700cc20...8072180:
  > 8072180 go.mod: update golang.org/x dependencies
  > 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies
bumping knative.dev/pkg 3c3a920...1da18b7:
  > 1da18b7 Bump the golang-x group with 3 updates (# 3183)
  > 2c412af Bump google.golang.org/grpc from 1.72.2 to 1.73.0 (# 3182)

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-10 13:36:45 +00:00
..
insecure.go upgrade to latest dependencies (#939) 2025-06-10 13:36:45 +00:00