Skip to content

Commit e60fa75

Browse files
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/[email protected] > 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 <[email protected]>
1 parent 4217d80 commit e60fa75

File tree

45 files changed

+558
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+558
-442
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/code-generator v0.32.2
1212
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
1313
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
14-
knative.dev/pkg v0.0.0-20250602175424-3c3a920206ea
14+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460
1515
)
1616

1717
require (
@@ -57,20 +57,20 @@ require (
5757
github.com/x448/float16 v0.8.4 // indirect
5858
go.opencensus.io v0.24.0 // indirect
5959
go.uber.org/multierr v1.11.0 // indirect
60-
golang.org/x/mod v0.24.0 // indirect
61-
golang.org/x/net v0.40.0 // indirect
62-
golang.org/x/oauth2 v0.26.0 // indirect
63-
golang.org/x/sync v0.14.0 // indirect
60+
golang.org/x/mod v0.25.0 // indirect
61+
golang.org/x/net v0.41.0 // indirect
62+
golang.org/x/oauth2 v0.28.0 // indirect
63+
golang.org/x/sync v0.15.0 // indirect
6464
golang.org/x/sys v0.33.0 // indirect
6565
golang.org/x/term v0.32.0 // indirect
66-
golang.org/x/text v0.25.0 // indirect
66+
golang.org/x/text v0.26.0 // indirect
6767
golang.org/x/time v0.10.0 // indirect
68-
golang.org/x/tools v0.33.0 // indirect
68+
golang.org/x/tools v0.34.0 // indirect
6969
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
7070
google.golang.org/api v0.183.0 // indirect
71-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
72-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
73-
google.golang.org/grpc v1.72.2 // indirect
71+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
72+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
73+
google.golang.org/grpc v1.73.0 // indirect
7474
google.golang.org/protobuf v1.36.6 // indirect
7575
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7676
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,16 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
313313
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
314314
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
315315
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
316-
go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
317-
go.opentelemetry.io/otel v1.34.0/go.mod h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI=
318-
go.opentelemetry.io/otel/metric v1.34.0 h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=
319-
go.opentelemetry.io/otel/metric v1.34.0/go.mod h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE=
320-
go.opentelemetry.io/otel/sdk v1.34.0 h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=
321-
go.opentelemetry.io/otel/sdk v1.34.0/go.mod h1:0e/pNiaMAqaykJGKbi+tSjWfNNHMTxoC9qANsCzbyxU=
322-
go.opentelemetry.io/otel/sdk/metric v1.34.0 h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=
323-
go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
324-
go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
325-
go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
316+
go.opentelemetry.io/otel v1.35.0 h1:xKWKPxrxB6OtMCbmMY021CqC45J+3Onta9MqjhnusiQ=
317+
go.opentelemetry.io/otel v1.35.0/go.mod h1:UEqy8Zp11hpkUrL73gSlELM0DupHoiq72dR+Zqel/+Y=
318+
go.opentelemetry.io/otel/metric v1.35.0 h1:0znxYu2SNyuMSQT4Y9WDWej0VpcsxkuklLa4/siN90M=
319+
go.opentelemetry.io/otel/metric v1.35.0/go.mod h1:nKVFgxBZ2fReX6IlyW28MgZojkoAkJGaE8CpgeAU3oE=
320+
go.opentelemetry.io/otel/sdk v1.35.0 h1:iPctf8iprVySXSKJffSS79eOjl9pvxV9ZqOWT0QejKY=
321+
go.opentelemetry.io/otel/sdk v1.35.0/go.mod h1:+ga1bZliga3DxJ3CQGg3updiaAJoNECOgJREo9KHGQg=
322+
go.opentelemetry.io/otel/sdk/metric v1.35.0 h1:1RriWBmCKgkeHEhM7a2uMjMUfP7MsOF5JpUCaEqEI9o=
323+
go.opentelemetry.io/otel/sdk/metric v1.35.0/go.mod h1:is6XYCUMpcKi+ZsOvfluY5YstFnhW0BidkR+gL+qN+w=
324+
go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt/xgMs=
325+
go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc=
326326
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
327327
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
328328
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
@@ -368,8 +368,8 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB
368368
golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
369369
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
370370
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
371-
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
372-
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
371+
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
372+
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
373373
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
374374
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
375375
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -404,17 +404,17 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
404404
golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
405405
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
406406
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
407-
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
408-
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
407+
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
408+
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
409409
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
410410
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
411411
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
412412
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
413413
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
414414
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
415415
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
416-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
417-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
416+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
417+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
418418
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
419419
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
420420
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -426,8 +426,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
426426
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
427427
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
428428
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
429-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
430-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
429+
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
430+
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
431431
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
432432
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
433433
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -482,8 +482,8 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
482482
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
483483
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
484484
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
485-
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
486-
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
485+
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
486+
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
487487
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
488488
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
489489
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -531,8 +531,8 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc
531531
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
532532
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
533533
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
534-
golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=
535-
golang.org/x/tools v0.33.0/go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI=
534+
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
535+
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
536536
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
537537
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
538538
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -595,10 +595,10 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc
595595
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
596596
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
597597
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
598-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a h1:nwKuGPlUAt+aR+pcrkfFRrTU1BVrSmYyYMxYbUIVHr0=
599-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a/go.mod h1:3kWAYMk1I75K4vykHtKt2ycnOgpA6974V7bREqbsenU=
600-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a h1:51aaUVRocpvUOSQKM6Q7VuoaktNIaMCLuhZB6DKksq4=
601-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a/go.mod h1:uRxBH1mhmO8PGhU89cMcHaXKZqO+OfakD8QQO0oYwlQ=
598+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 h1:hE3bRWtU6uceqlh4fhrSnUyjKHMKB9KrTLLG+bc0ddM=
599+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463/go.mod h1:U90ffi8eUL9MwPcrJylN5+Mk2v3vuPDptd5yyNUiRR8=
600+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 h1:e0AIkUUhxyBKh6ssZNrAMeqhA7RKUj42346d1y02i2g=
601+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
602602
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
603603
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
604604
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
@@ -612,8 +612,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
612612
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
613613
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
614614
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
615-
google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=
616-
google.golang.org/grpc v1.72.2/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
615+
google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=
616+
google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc=
617617
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
618618
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
619619
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -677,8 +677,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
677677
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
678678
knative.dev/hack v0.0.0-20250514121446-f525e187efdc h1:8HmclJlA0zNE/G1SkgdC3/IFSSyhaSz2iIhihU6YbEo=
679679
knative.dev/hack v0.0.0-20250514121446-f525e187efdc/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680-
knative.dev/pkg v0.0.0-20250602175424-3c3a920206ea h1:ukJPq9MzFTEH/Sei5MSVnSE8+7NSCKixCDZPd6p4ohw=
681-
knative.dev/pkg v0.0.0-20250602175424-3c3a920206ea/go.mod h1:tFayQbi6t4+5HXuEGLOGvILW228Q7uaJp/FYEgbjJ3A=
680+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460 h1:cNlgpWS3PQJxW+oJiEGn/phU+tUJu9MdPlcf+KXlYqA=
681+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460/go.mod h1:pGomhEogktcOgfnrmN06f/nNB2Hq5aEoELtcgW/pc0I=
682682
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
683683
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
684684
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/golang.org/x/mod/module/module.go

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/mod/semver/semver.go

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/frame.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/trace/events.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/oauth2.go

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/pkce.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)