Skip to content

Commit 3b1ebb2

Browse files
upgrade to latest dependencies
bumping knative.dev/pkg 44579e9...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) > 3c3a920 Bump google.golang.org/grpc from 1.72.1 to 1.72.2 (# 3181) 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 google.golang.org/grpc 4cf3cf7...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 knative.dev/reconciler-test f46fa65...9a20896: > 9a20896 upgrade to latest dependencies (# 797) 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/crypto aae6e61...3bf9d2a: > 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client > 9bab967 go.mod: update golang.org/x dependencies > 4f9f0ca x509roots/fallback: add init time benchmark > eac7cf0 x509roots/fallback: move parsing code to a non-generated file > 18228cd acme: return err from deprecated TLS-SNI-[01|02] functions > 73f6362 acme: remove dead code > ebc8e46 ssh: add server side support for Diffie Hellman Group Exchange > e944286 ssh: expose negotiated algorithms > 78a1fd7 ssh: automatically add curve25519-sha256@libssh.org KEX alias > ac58737 ssh: export supported algorithms > 9dbbcf0 bcrypt: update InvalidCostError message to describe cost range inclusive > 9f6bf84 x509roots/fallback: update bundle bumping knative.dev/eventing 40bac3c...da948cb: > da948cb Return assigned port for HTTPEventReceiver (# 8596) > 3edf526 [main] Upgrade to latest dependencies (# 8595) bumping golang.org/x/mod dc121ce...9d33331: > 9d33331 x/mod: add the ignore directive > ae88a97 all: change from sort functions to slices functions 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 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/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 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) Signed-off-by: Knative Automation <automation@knative.team>
1 parent ace3931 commit 3b1ebb2

File tree

48 files changed

+634
-479
lines changed

Some content is hidden

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

48 files changed

+634
-479
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ require (
2020
k8s.io/client-go v0.32.2
2121
k8s.io/code-generator v0.32.2
2222
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
23-
knative.dev/eventing v0.45.1-0.20250526160117-40bac3cce0e6
23+
knative.dev/eventing v0.45.1-0.20250603123125-da948cba5099
2424
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
25-
knative.dev/pkg v0.0.0-20250520014526-44579e9ce5ed
26-
knative.dev/reconciler-test v0.0.0-20250516121650-f46fa6544a97
25+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460
26+
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854
2727
sigs.k8s.io/controller-runtime v0.19.0
2828
)
2929

@@ -93,22 +93,22 @@ require (
9393
go.uber.org/atomic v1.10.0 // indirect
9494
go.uber.org/automaxprocs v1.6.0 // indirect
9595
go.uber.org/multierr v1.11.0 // indirect
96-
golang.org/x/crypto v0.38.0 // indirect
96+
golang.org/x/crypto v0.39.0 // indirect
9797
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
98-
golang.org/x/mod v0.24.0 // indirect
99-
golang.org/x/net v0.40.0 // indirect
100-
golang.org/x/oauth2 v0.26.0 // indirect
101-
golang.org/x/sync v0.14.0 // indirect
98+
golang.org/x/mod v0.25.0 // indirect
99+
golang.org/x/net v0.41.0 // indirect
100+
golang.org/x/oauth2 v0.28.0 // indirect
101+
golang.org/x/sync v0.15.0 // indirect
102102
golang.org/x/sys v0.33.0 // indirect
103103
golang.org/x/term v0.32.0 // indirect
104-
golang.org/x/text v0.25.0 // indirect
104+
golang.org/x/text v0.26.0 // indirect
105105
golang.org/x/time v0.10.0 // indirect
106-
golang.org/x/tools v0.33.0 // indirect
106+
golang.org/x/tools v0.34.0 // indirect
107107
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
108108
google.golang.org/api v0.198.0 // indirect
109-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
111-
google.golang.org/grpc v1.72.1 // indirect
109+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
110+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
111+
google.golang.org/grpc v1.73.0 // indirect
112112
google.golang.org/protobuf v1.36.6 // indirect
113113
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
114114
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -562,16 +562,16 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
562562
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
563563
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
564564
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
565-
go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
566-
go.opentelemetry.io/otel v1.34.0/go.mod h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI=
567-
go.opentelemetry.io/otel/metric v1.34.0 h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=
568-
go.opentelemetry.io/otel/metric v1.34.0/go.mod h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE=
569-
go.opentelemetry.io/otel/sdk v1.34.0 h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=
570-
go.opentelemetry.io/otel/sdk v1.34.0/go.mod h1:0e/pNiaMAqaykJGKbi+tSjWfNNHMTxoC9qANsCzbyxU=
571-
go.opentelemetry.io/otel/sdk/metric v1.34.0 h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=
572-
go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
573-
go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
574-
go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
565+
go.opentelemetry.io/otel v1.35.0 h1:xKWKPxrxB6OtMCbmMY021CqC45J+3Onta9MqjhnusiQ=
566+
go.opentelemetry.io/otel v1.35.0/go.mod h1:UEqy8Zp11hpkUrL73gSlELM0DupHoiq72dR+Zqel/+Y=
567+
go.opentelemetry.io/otel/metric v1.35.0 h1:0znxYu2SNyuMSQT4Y9WDWej0VpcsxkuklLa4/siN90M=
568+
go.opentelemetry.io/otel/metric v1.35.0/go.mod h1:nKVFgxBZ2fReX6IlyW28MgZojkoAkJGaE8CpgeAU3oE=
569+
go.opentelemetry.io/otel/sdk v1.35.0 h1:iPctf8iprVySXSKJffSS79eOjl9pvxV9ZqOWT0QejKY=
570+
go.opentelemetry.io/otel/sdk v1.35.0/go.mod h1:+ga1bZliga3DxJ3CQGg3updiaAJoNECOgJREo9KHGQg=
571+
go.opentelemetry.io/otel/sdk/metric v1.35.0 h1:1RriWBmCKgkeHEhM7a2uMjMUfP7MsOF5JpUCaEqEI9o=
572+
go.opentelemetry.io/otel/sdk/metric v1.35.0/go.mod h1:is6XYCUMpcKi+ZsOvfluY5YstFnhW0BidkR+gL+qN+w=
573+
go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt/xgMs=
574+
go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc=
575575
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
576576
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
577577
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
@@ -602,8 +602,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
602602
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
603603
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
604604
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
605-
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
606-
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
605+
golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=
606+
golang.org/x/crypto v0.39.0/go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U=
607607
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
608608
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
609609
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -644,8 +644,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
644644
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
645645
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
646646
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
647-
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
648-
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
647+
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
648+
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
649649
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
650650
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
651651
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -696,8 +696,8 @@ golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su
696696
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
697697
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
698698
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
699-
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
700-
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
699+
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
700+
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
701701
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
702702
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
703703
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -716,8 +716,8 @@ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ
716716
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
717717
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
718718
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
719-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
720-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
719+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
720+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
721721
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
722722
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
723723
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -732,8 +732,8 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ
732732
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
733733
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
734734
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
735-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
736-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
735+
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
736+
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
737737
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
738738
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
739739
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -836,8 +836,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
836836
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
837837
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
838838
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
839-
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
840-
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
839+
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
840+
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
841841
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
842842
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
843843
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -900,8 +900,8 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
900900
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
901901
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
902902
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
903-
golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=
904-
golang.org/x/tools v0.33.0/go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI=
903+
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
904+
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
905905
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
906906
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
907907
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -1014,10 +1014,10 @@ google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12/go.mod h1:5CzLGKJ6
10141014
google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
10151015
google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
10161016
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
1017-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a h1:nwKuGPlUAt+aR+pcrkfFRrTU1BVrSmYyYMxYbUIVHr0=
1018-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a/go.mod h1:3kWAYMk1I75K4vykHtKt2ycnOgpA6974V7bREqbsenU=
1019-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a h1:51aaUVRocpvUOSQKM6Q7VuoaktNIaMCLuhZB6DKksq4=
1020-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a/go.mod h1:uRxBH1mhmO8PGhU89cMcHaXKZqO+OfakD8QQO0oYwlQ=
1017+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 h1:hE3bRWtU6uceqlh4fhrSnUyjKHMKB9KrTLLG+bc0ddM=
1018+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463/go.mod h1:U90ffi8eUL9MwPcrJylN5+Mk2v3vuPDptd5yyNUiRR8=
1019+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 h1:e0AIkUUhxyBKh6ssZNrAMeqhA7RKUj42346d1y02i2g=
1020+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
10211021
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
10221022
google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM=
10231023
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
@@ -1046,8 +1046,8 @@ google.golang.org/grpc v1.39.1/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnD
10461046
google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34=
10471047
google.golang.org/grpc v1.40.1/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34=
10481048
google.golang.org/grpc v1.42.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ590SU=
1049-
google.golang.org/grpc v1.72.1 h1:HR03wO6eyZ7lknl75XlxABNVLLFc2PAb6mHlYh756mA=
1050-
google.golang.org/grpc v1.72.1/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
1049+
google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=
1050+
google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc=
10511051
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
10521052
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
10531053
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
@@ -1120,14 +1120,14 @@ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8X
11201120
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
11211121
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
11221122
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
1123-
knative.dev/eventing v0.45.1-0.20250526160117-40bac3cce0e6 h1:fniykATajL1VvDiZQfpgWg1wR000KIYJCL7oEpxIvJU=
1124-
knative.dev/eventing v0.45.1-0.20250526160117-40bac3cce0e6/go.mod h1:WeMsyA/c2/QEYAxSQrtCDr2tDegvkVxHlqlSuC9GS9k=
1123+
knative.dev/eventing v0.45.1-0.20250603123125-da948cba5099 h1:/YPJyTvzKjDNvc4upX+JsFXRb0tGwTWFca+/o+lRk3E=
1124+
knative.dev/eventing v0.45.1-0.20250603123125-da948cba5099/go.mod h1:EsMEGF9zAiS2mJ2P2r1HCTWQ+Zv96ytiSqttIMeqNj0=
11251125
knative.dev/hack v0.0.0-20250514121446-f525e187efdc h1:8HmclJlA0zNE/G1SkgdC3/IFSSyhaSz2iIhihU6YbEo=
11261126
knative.dev/hack v0.0.0-20250514121446-f525e187efdc/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
1127-
knative.dev/pkg v0.0.0-20250520014526-44579e9ce5ed h1:5ZYbJDnkQ/Q3oZsiwD0hnbmMwC6+2KvkIJNPH9IToUE=
1128-
knative.dev/pkg v0.0.0-20250520014526-44579e9ce5ed/go.mod h1:RgnJAMaNr/5xVZ9Kkd2BBkeNt1/TpDOo5fCSTqaVX8w=
1129-
knative.dev/reconciler-test v0.0.0-20250516121650-f46fa6544a97 h1:IcAtORqZ3ek+HN9799LRRiBijSgNCdtAvF1S7qzPvcM=
1130-
knative.dev/reconciler-test v0.0.0-20250516121650-f46fa6544a97/go.mod h1:CWM3ApZHYFCw2gQi1SDSVSoMNaGMm3M4JZidda6PhY0=
1127+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460 h1:cNlgpWS3PQJxW+oJiEGn/phU+tUJu9MdPlcf+KXlYqA=
1128+
knative.dev/pkg v0.0.0-20250609210344-1da18b7d8460/go.mod h1:pGomhEogktcOgfnrmN06f/nNB2Hq5aEoELtcgW/pc0I=
1129+
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854 h1:lVLYcQMWGDzcY2jKJI4NwbCReADA/k9f3RQUBBxx/cc=
1130+
knative.dev/reconciler-test v0.0.0-20250602074324-9a20896ca854/go.mod h1:r6tSGY5T+AXRITlgAbyg2wM2LfCn/DgXX7tw24ku58k=
11311131
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
11321132
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
11331133
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.

0 commit comments

Comments
 (0)