Skip to content

Commit 4e17c72

Browse files
upgrade to latest dependencies
bumping github.com/spf13/pflag 5ca8134...f9cbdd9: > f9cbdd9 Merge pull request # 348 from max-frank/add-time-flag-support > 1c62fb2 Merge pull request # 431 from LeGEC/430-fix-usage-message-for-func-flags > e3be2eb Reduce duplication by forwarding to sibling functions > 8a6c85f Merge pull request # 409 from ShawnJeffersonWang/master > 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() # 433 > 7cc25e3 Don't export `TimeValue` (yet) > bca0664 Merge pull request # 429 from LeGEC/426-add-func-and-bool-func > f9b6619 fix: add test for argument length check > 4730aa0 fix help message for Func and BoolFunc flags # 430 > d15848d Remove unnecessary time test stderr dev null redirect > 196624c Merge pull request # 418 from hujun-open/master > 69bc3bd add support for Func() and BoolFunc() # 426 > 7104d90 fix: correct argument length check in FlagSet.Parse > f4c97c2 minor: fix typos in comments > c5ce22e Use time.Time for expectations in time flag tests > 7322552 Merge pull request # 424 from valdar/issue/423 > 011db0c - update text_test.go based on PR review comments > 1992c5a Add support for time.Time flags > 957ea4b Merge pull request # 428 from co63oc/fix1 > 9c97fad fix # 423 : Add helper function and some documentation to parse shorthand go test flags. > 2a2b77a Merge remote-tracking branch 'upstream/master' > d661846 Merge pull request # 425 from eth-p/error-structs > 155e7f3 Fix typos > 19c9c40 Merge pull request # 422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type > aae8e19 Merge remote-tracking branch 'upstream/master' > 6ca66b1 test: Add tests for error structs > c963093 Improve readability for error in TestPrintDefaults > 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in # 368 > ca5cf96 feat: Add getters to error structs > edb1664 Add better test for defaultIsZeroValue for generic Value type > 8d77158 feat: Use error structs for most returned errors > 9edfc8d Fix defaultIsZeroValue check for generic Value type > e926890 test: Commonly-returned error messages bumping golang.org/x/text 8072180...b6d2645: > b6d2645 go.mod: update golang.org/x dependencies bumping golang.org/x/term 2ec7864...30da5dd: > 30da5dd go.mod: update golang.org/x dependencies bumping sigs.k8s.io/yaml 0f318dc...048d724: > 048d724 Merge pull request # 132 from thockin/master > 23c836c Bolster tests, mostly in error-handling > 2e3340b Add compact output tests > 4a4f539 Add test case for tabs in multi-line strings > 13509ad Change which methods get a newline and fix tests > 59c2c43 Add compact mode so KYAML can be used in more places > abc1add kyaml: Implement escaping closer to YAML spec > 7749171 Add a yamlfmt cmd > a932007 Add KYAML support bumping golang.org/x/tools 578c121...50ec2f1: > 50ec2f1 go.mod: update golang.org/x dependencies > 197c6c1 gopls/internal/mcp: more tuning of tools and prompts > 9563af6 gopls/internal/mcp: include module paths in workspace summaries > 88a4eb3 gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP > 4738c7c gopls/internal/cmd: avoid the use of channels in the sessions API > ae18417 gopls/internal/filewatcher: skip test for unsupported OS > 8391b17 gopls/doc: document Zed editor > 778fe21 gopls/internal/util/tokeninternal: move from internal/tokeninternal > 0343b70 internal/jsonrpc2/stack: move from internal/stack > 8c9f4cc gopls/internal/filewatcher: refactor filewatcher to pass in handler func > 63f81c9 gopls/internal/cache/metadata: use pointers for Graph indexes > b2cd89d gopls/internal/filewatcher: skip file removal event when removing dir > 85a4574 gopls/internal/util/memoize: move from internal/memoize > 978cb2f gopls/internal/util/fakenet: move from internal/fakenet > db322bb gopls/internal/mcp: add -logfile and -rpc.trace to the headless server > 7cbfe75 gopls/internal/mcp: tune tools for editing > 4724ef9 gopls/doc: more doc tweaks > fa09424 gopls/internal/server: omit CompletionItem.documentation when empty > d400935 gopls/internal/settings: use gopls import source > bc228aa gopls: update to x/sync@master > 4f6016b gopls/internal/test/marker: temporarily revert marker test shutdown > d1921d1 gopls/internal/cmd: fix flaky mcp http test > 7b8dc5d gopls/doc: add default.tmpl for x/website > 986a3c0 gopls/internal/mcp: add a symbol search tool > c609f78 gopls/internal/mcp: add a tool for workspace diagnostics > 17ce783 gopls/internal/golang: allow rename of embedded fields at declaration > b2f9218 gopls/internal/filewatcher: introduce filewatcher using fsnotify > 2d4b6bf gopls/internal/mcp: skip standard lib package summary in context tool > 1a2d84c gopls/internal/mcp: use fenced code blocks for context > e90a906 gopls/internal/mcp: add a variant of the references tool > 46b77f4 gopls/doc: use YAML title blocks in .md files > e01e525 gopls: fix SignatureHelp activeParameter not being passed > 1a9eb83 gopls/doc: fix broken links > 02a89fc gopls/internal/mcp: add several tools and organize them by file > b2f3de7 gopls/internal/test/marker: close the JSON-RPC connection when tests exit > 66a63a6 gopls/doc: rationalize > e8a91ce gopls/internal/golang: Definition: fix crash wrt unsafe.Pointer > 5700558 gopls/internal/debug: display metadata graph > b5e741b gopls/internal/cmd: rename conn to cli > 8b11e06 gopls/internal/cmd: cleanup: unify connection, cmdClient > d1c2fd2 gopls/internal/golang: cleanups while investigating golang/go# 74434 > 7f29a7e gopls/internal/analysis/modernize: fix a typo in doc.go > 53826a8 internal/test/integration/workspace: fix TestUseGoWork > 3b3100c gopls/internal/golang: recover failed inlineAllCalls > d75a88d internal/refactor/inline: falcon: only map keys can be variable > 9b2e031 internal/mcp: disable schema validation > 134edd9 internal/mcp/jsonschema: fix panic during schema validation > d58c5eb gopls/internal/util/immutable: Map.Range -> Map.All, with iter.Seq2 > 99387c8 gopls/internal/mcp: add references mcp tool > bf1b00e gopls/internal/golang: reproduce various edge cases of issue 69616 > ce10b6b gopls/internal/mcp: attach text edits to diagnostics if exist > 762e4dd gopls/internal/golang: add web-based "split package" tool > d788a6f gopls/internal/protocol: Mapper: reject start > end > 406c179 gopls/internal/cmd: implement counters for mcp server > 55b751a gopls/internal/golang: InlayHint: reveal ignored errors > a0ae5fa gopls/internal/server: remove tempDir field > 3b3fffa gopls/internal/cmd: fix directory cleanup issue in flaky test > f28cf99 gopls/internal/golang: Hover: fix crash on alias to built-in Named > a0eca0c gopls/internal/golang: fix crash in refactor.inline.variable > 4c0fd1d gopls/internal/golang: implementation: fix nil panic > 19adb40 internal/mcp: make parseEventID robust, and add a test > b6ff505 internal/mcp: remove stale TODOs in mcp.go > f2685fc internal/mcp: add a script to create the mcp SDK repo > 231c38c internal/mcp: rename StdIO->Stdio > fcfa492 internal/mcp: update CONTRIBUTING.md and README.md for the official SDK > 15c16a5 internal/mcp: simplify prompt API > 84508c7 internal/mcp: provide a customizable http.Client to client transports > e5d7ba0 internal/mcp: use JSONRPC aliases consistently > 7db3d3f internal/jsonrpc2_v2,mcp: remove unneeded dependencies > 3590a17 internal/mcp: fix prompt example > a71de77 gopls/internal/mcp: unbreak build > b2bc8a1 gopls/internal/mcp: add diagnostics tool > b021ce4 gopls/internal/settings: revert to old goimports index > 0b325c8 internal/mcp: avoid JSON nulls on the wire > a84f5c0 internal/mcp: update protocol versions > 20e3ee5 gopls/internal/analysis/unusedfunc: support var, type, func > 6df6b60 internal/mcp: rename Stream->Connection > d892050 internal/mcp: rename NewXXX->NewServerXXX > fecb411 internal/mcp: implement streamable HTTP transport > 0304251 gopls/internal/cmd: fix mcp http test > 97e28a6 gopls/internal/cmd: fix mcp stdio test > 49368ab go/analysis/passes/assign: correctly handle parallel assignments > 06818cb gopls/go.mod: update dependencies following the v0.19.0 release > 01d126b gopls/doc/release: add contributor shout-out > e40bd19 go/packages: use cfg.abs(dir) in determineRootDirsModules > f17f523 go/packages: remove filepath.Abs call in getPkgPath > f0ace13 go/packages: take into account cfg.Dir while querying relative files > 5099dda go/{expect,packages/packagestest}: delete > 9b68bc9 go/packages/packagestest: remove replace directive > a798c0e gopls/internal/cmd: headless mcp server command > 3f93fec go/ast/inspector: remove obsolete linkname directive > 03b26e7 gopls/internal: eliminate two unused declarations > d9ea527 go/types/internal/play: show Object pointers > cc2d954 internal/typesinternal/typeindex: Uses: report instantiations > 3012059 gopls/internal/golang: add counters for refactoring ops > 16b680a internal/mcp: add NotifyProgress > a5f2a18 go/{expect,packages/packagestest}: carve out submodules > 439ea2f gopls/internal/test/integration: fix race > 21c9b36 go/analysis/internal/checker: import internal 'expect' package > 5af564a gopls/internal/cache: add missing error check > 80d3570 gopls/doc: add two missing items to doc index > 0d64d53 Revert "gopls/internal/util/moreslices: add Reversed iterator" > 5efcbbf internal/mcp: apply JSON schema defaults > b4768b8 gopls/internal/util/moreslices: add Reversed iterator > 8befc65 internal/jsonrpc2_v2: refactor Reader/Writer and remove event dependency > 5e00265 internal/mcp: consolidate list tests > 2cae60e internal/mcp: iterators return pointers > 687b754 internal/mcp: reorganize the tool API, keeping generics > c7d803c gopls/internal/golang: add missing ,ok check > 7c45fee gopls/internal/golang: add missing err check > 78473fc gopls/internal/golang/completion: return error if file is not new > 499bea9 gopls/internal/mcp: remove cache.Cache from the mcp server > ede391f internal/mcp: resource template iterator > 8a9bccd internal/mcp: implement resource templates > c53c576 internal/mcp/internal/util: add Wrapf > 0d2de46 gopls/internal/debug: extend timeout when running under CI builders bumping golang.org/x/mod 9d33331...ea04085: > ea04085 go.mod: update golang.org/x dependencies bumping golang.org/x/sync 8a14946...7fad2c9: > 7fad2c9 errgroup: revert propagation of panics bumping knative.dev/eventing 88be38a...51710e2: > 51710e2 [main] Upgrade to latest dependencies (# 8652) > f1916c1 [main] Upgrade to latest dependencies (# 8650) bumping github.com/prometheus/client_golang d50be25...e4b2208: > e4b2208 Cut v1.23.0 (# 1848) > d9492af cut v1.23.0-rc.1 (# 1842) > aeae8a0 Cut v1.23.0-rc.0 (# 1837) > b157309 Update common Prometheus files (# 1832) > a704e28 build(deps): bump the github-actions group with 3 updates (# 1826) > c774311 Fix errNotImplemented reference (# 1835) > db4db7b Update runtime metrics for Go v1.23 and v1.24 (# 1833) > 99d380e Update common Prometheus files (# 1831) > f3ef320 Merge pull request # 1828 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.65.0 > 5f451a4 Merge pull request # 1827 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.65.0 > 520c91a build(deps): bump github.com/prometheus/common in /exp > b0ace3d exp/api: Bubble up status code from writeResponse (# 1823) > cb60794 build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 > c68532c Update common Prometheus files (# 1821) > f802256 Merge pull request # 1817 from prometheus/dependabot/github_actions/github-actions-9e57cb1b1f > 1c273ac Merge pull request # 1815 from prometheus/repo_sync > 2853758 build(deps): bump the github-actions group with 5 updates > 7c924b7 Simplify buf binary install (# 1814) > e9d599a Update common Prometheus files > 7ed72b7 fix: client prompt return on context cancellation (# 1729) > 730147d Cleaup Go modules (# 1813) > 90dc0f6 Update supported Go versions (# 1812) > d765890 Merge pull request # 1800 from prometheus/dependabot/go_modules/golang.org/x/net-0.38.0 > d72eeef Merge pull request # 1808 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.1 > 19efc48 build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 > c247081 Merge pull request # 1805 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.2 > 8423214 build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 > 5fedba1 Merge pull request # 1807 from prometheus/dependabot/go_modules/golang.org/x/sys-0.32.0 > f124486 build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 > 6f383da Merge pull request # 1806 from prometheus/dependabot/go_modules/go.uber.org/goleak-1.3.0 > 2db5bc8 Add exemplars for native histograms (# 1686) > ab6f400 build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 > 96a5ad6 test(registry): Add goleak-based goroutine leak detection (# 1797) > d8a1805 build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 > 6f2e765 Merge pull request # 1809 from prometheus/repo_sync > 9b83d99 Merge pull request # 1799 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.38.0 > 2f65277 build(deps): bump the github-actions group with 2 updates (# 1804) > 1f5710d Update common Prometheus files > 34eaefd chore(ci): Fix flaky tests (# 1795) > 4131495 build(deps): bump golang.org/x/net in /tutorials/whatsup > 72eeefb feat(github-actions): add Go file change detection to golangci-lint workflow (# 1794) > f6c417a Add WrapCollectorWith and WrapCollectorWithPrefix (# 1766) > 7afba29 Merge branch 'release-1.22' > 81df5d1 Update common Prometheus files (# 1791) > fa1f7b7 Merge pull request # 1790 from prometheus/dependabot/github_actions/github-actions-ac4e748984 > 6b5a0b5 Upgrade golangci-lint to v2 (# 1789) > aca9263 build(deps): bump the github-actions group across 1 directory with 3 updates > 0162a5b Merge pull request # 1786 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.0 > af4c77f Merge pull request # 1784 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.6 > b8f4cc6 build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 > 5aa253c Merge pull request # 1783 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.63.0 > 2d684c6 build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 > b00c53f Merge pull request # 1781 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.63.0 > 3a56d3e build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 > bb5d7a6 Merge pull request # 1782 from prometheus/dependabot/go_modules/exp/google.golang.org/protobuf-1.36.6 > 5c02216 build(deps): bump github.com/prometheus/common in /exp > 2e8fbe6 Update common Prometheus files (# 1779) > 0bfbfb7 build(deps): bump google.golang.org/protobuf in /exp > a78cf0c Update common Prometheus files (# 1778) > adb915c Update common Prometheus files (# 1771) > 331dfab Merge pull request # 1776 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.36.0 > 45edd8a Merge pull request # 1770 from prometheus/superq/update_test_url > 4d3dcae build(deps): bump golang.org/x/net in /tutorials/whatsup > 93a67cb Update example test bumping golang.org/x/net 6e41cae...76358aa: > 76358aa go.mod: update golang.org/x dependencies bumping knative.dev/pkg f6a99ac...2a0abb7: > 2a0abb7 Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (# 3225) > 5bfaba0 Bump the golang-x group with 3 updates (# 3217) > 032a2ec Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (# 3221) > 4c6fea7 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (# 3219) bumping golang.org/x/crypto 3bf9d2a...459a9db: > 459a9db go.mod: update golang.org/x dependencies > 74e709a ssh: add AlgorithmNegotiationError > b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers > 1dc4269 acme: add Pebble integration testing > 97bf787 blake2b: implement hash.XOF > 952517d x509roots/fallback: update bundle > c6fce02 ssh: refuse to parse certificates that use a certificate as signing key > 0ae49b8 ssh: reject certificate keys used as signature keys for SSH certs bumping knative.dev/reconciler-test 2b425d2...bc8fcf4: > bc8fcf4 feat: migrate kind-e2e tests to chainguard-dev/actions/setup-kind (# 803) > 254c3b8 upgrade to latest dependencies (# 807) > 4f40f62 upgrade to latest dependencies (# 806) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 02c71ee commit 4e17c72

28 files changed

Lines changed: 734 additions & 211 deletions

File tree

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ require (
3030
k8s.io/client-go v0.33.1
3131
k8s.io/code-generator v0.33.1
3232
k8s.io/utils v0.0.0-20241210054802-24370beab758
33-
knative.dev/eventing v0.46.1-0.20250723120508-88be38ab185d
33+
knative.dev/eventing v0.46.1-0.20250805061645-51710e296f74
3434
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
35-
knative.dev/pkg v0.0.0-20250728131637-f6a99aca71fd
36-
knative.dev/reconciler-test v0.0.0-20250728183837-2b425d244cd4
35+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3
36+
knative.dev/reconciler-test v0.0.0-20250805131045-bc8fcf423e5e
3737
)
3838

3939
require (
@@ -80,14 +80,14 @@ require (
8080
github.com/nats-io/nuid v1.0.1 // indirect
8181
github.com/openzipkin/zipkin-go v0.4.3 // indirect
8282
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
83-
github.com/prometheus/client_golang v1.22.0 // indirect
83+
github.com/prometheus/client_golang v1.23.0 // indirect
8484
github.com/prometheus/client_model v0.6.2 // indirect
8585
github.com/prometheus/common v0.65.0 // indirect
8686
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
8787
github.com/prometheus/procfs v0.17.0 // indirect
8888
github.com/rickb777/plural v1.2.1 // indirect
8989
github.com/robfig/cron/v3 v3.0.1 // indirect
90-
github.com/spf13/pflag v1.0.6 // indirect
90+
github.com/spf13/pflag v1.0.7 // indirect
9191
github.com/valyala/bytebufferpool v1.0.0 // indirect
9292
github.com/x448/float16 v0.8.4 // indirect
9393
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -104,16 +104,16 @@ require (
104104
go.uber.org/automaxprocs v1.6.0 // indirect
105105
go.uber.org/multierr v1.11.0 // indirect
106106
go.yaml.in/yaml/v2 v2.4.2 // indirect
107-
golang.org/x/crypto v0.39.0 // indirect
108-
golang.org/x/mod v0.25.0 // indirect
109-
golang.org/x/net v0.41.0 // indirect
107+
golang.org/x/crypto v0.40.0 // indirect
108+
golang.org/x/mod v0.26.0 // indirect
109+
golang.org/x/net v0.42.0 // indirect
110110
golang.org/x/oauth2 v0.30.0 // indirect
111-
golang.org/x/sync v0.15.0 // indirect
111+
golang.org/x/sync v0.16.0 // indirect
112112
golang.org/x/sys v0.34.0 // indirect
113-
golang.org/x/term v0.32.0 // indirect
114-
golang.org/x/text v0.26.0 // indirect
113+
golang.org/x/term v0.33.0 // indirect
114+
golang.org/x/text v0.27.0 // indirect
115115
golang.org/x/time v0.12.0 // indirect
116-
golang.org/x/tools v0.34.0 // indirect
116+
golang.org/x/tools v0.35.0 // indirect
117117
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
118118
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
119119
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
@@ -132,5 +132,5 @@ require (
132132
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
133133
sigs.k8s.io/randfill v1.0.0 // indirect
134134
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
135-
sigs.k8s.io/yaml v1.5.0 // indirect
135+
sigs.k8s.io/yaml v1.6.0 // indirect
136136
)

go.sum

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P
453453
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
454454
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
455455
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
456-
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
457-
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
456+
github.com/prometheus/client_golang v1.23.0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=
457+
github.com/prometheus/client_golang v1.23.0/go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE=
458458
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
459459
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
460460
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -498,8 +498,8 @@ github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU
498498
github.com/spf13/cobra v1.3.0/go.mod h1:BrRVncBjOJa/eUcVVm9CE+oC6as8k+VYr4NY7WCi9V4=
499499
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
500500
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
501-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
502-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
501+
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
502+
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
503503
github.com/spf13/viper v1.10.0/go.mod h1:SoyBPwAtKDzypXNDFKN5kzH7ppppbGZtls1UpIy5AsM=
504504
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518/go.mod h1:CKI4AZ4XmGV240rTHfO0hfE83S6/a3/Q1siZJ/vXf7A=
505505
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
@@ -609,8 +609,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
609609
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
610610
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
611611
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
612-
golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=
613-
golang.org/x/crypto v0.39.0/go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U=
612+
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
613+
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
614614
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
615615
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
616616
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -649,8 +649,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
649649
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
650650
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
651651
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
652-
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
653-
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
652+
golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
653+
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
654654
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
655655
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
656656
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -697,8 +697,8 @@ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qx
697697
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
698698
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
699699
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
700-
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
701-
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
700+
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
701+
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
702702
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
703703
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
704704
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -731,8 +731,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ
731731
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
732732
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
733733
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
734-
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
735-
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
734+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
735+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
736736
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
737737
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
738738
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -814,8 +814,8 @@ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuX
814814
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
815815
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
816816
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
817-
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
818-
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
817+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
818+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
819819
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
820820
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
821821
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -828,8 +828,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
828828
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
829829
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
830830
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
831-
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
832-
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
831+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
832+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
833833
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
834834
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
835835
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -892,8 +892,12 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
892892
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
893893
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
894894
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
895-
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
896-
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
895+
golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=
896+
golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=
897+
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
898+
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
899+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
900+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated/go.mod h1:RVAQXBGNv1ib0J382/DPCRS/BPnsGebyM1Gj5VSDpG8=
897901
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
898902
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
899903
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -1108,14 +1112,14 @@ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUy
11081112
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff/go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8=
11091113
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
11101114
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
1111-
knative.dev/eventing v0.46.1-0.20250723120508-88be38ab185d h1:Ho/lNLNt01PvKSfYekgpxBBoNZvAARlsd022pB4zxUk=
1112-
knative.dev/eventing v0.46.1-0.20250723120508-88be38ab185d/go.mod h1:w5YnKVzZBuXXTJb8QN3POXTgXhM07d0tihBZYoSNF+I=
1115+
knative.dev/eventing v0.46.1-0.20250805061645-51710e296f74 h1:Z+gYUj++s6v4qynhmK2EJMejTQGcq1gM59MOl8H2ICk=
1116+
knative.dev/eventing v0.46.1-0.20250805061645-51710e296f74/go.mod h1:BQNh9QU5WuRmVWKSTmTctaWdj1Ck4wyJvvug/0ogE6Y=
11131117
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba h1:PkOTBI8DRfvUKD8HTvYYT94NJ49J++llrDo3y0/ZAwc=
11141118
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
1115-
knative.dev/pkg v0.0.0-20250728131637-f6a99aca71fd h1:fKjUteb+Z/jm90velUUB3aeHnCkOYKFSjbx3yNdDYJc=
1116-
knative.dev/pkg v0.0.0-20250728131637-f6a99aca71fd/go.mod h1:pht8jNn2VJyz4uFJauCJG4faJEgjFpFvzkJ6cWW3SpM=
1117-
knative.dev/reconciler-test v0.0.0-20250728183837-2b425d244cd4 h1:MUXFBtsdqk+x+uqAvfjmfc9DqCwYkK/DioFekk4nSY0=
1118-
knative.dev/reconciler-test v0.0.0-20250728183837-2b425d244cd4/go.mod h1:CoJdaevcjyeV5+FV2QUN5lboS+m9G4GRsmfV+2IP08A=
1119+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3 h1:5IWHlFvSTR/gZY+bShXCAHFFZ6rQqhYvx1KxVwlsnKw=
1120+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3/go.mod h1:qpyBu3z/r1fRfyLo/Zdpis1mmtixdXmsCPmJMz/BsLc=
1121+
knative.dev/reconciler-test v0.0.0-20250805131045-bc8fcf423e5e h1:/IuumrK2gVN2yUJtspseUNLS97Zcc3jbbY1J+3Z3zr0=
1122+
knative.dev/reconciler-test v0.0.0-20250805131045-bc8fcf423e5e/go.mod h1:xfGnTey3jlX2Nf2xw1UX4+JKCVb1Zn4A11boUsTj6IY=
11191123
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
11201124
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
11211125
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
@@ -1129,5 +1133,5 @@ sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxO
11291133
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 h1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=
11301134
sigs.k8s.io/structured-merge-diff/v4 v4.6.0/go.mod h1:dDy58f92j70zLsuZVuUX5Wp9vtxXpaZnkPGWeqDfCps=
11311135
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
1132-
sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ=
1133-
sigs.k8s.io/yaml v1.5.0/go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4=
1136+
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
1137+
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=

vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.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.

vendor/github.com/prometheus/client_golang/prometheus/metric.go

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

vendor/github.com/prometheus/client_golang/prometheus/process_collector_darwin.go

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

vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_nocgo_darwin.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/github.com/prometheus/client_golang/prometheus/process_collector_procfsenabled.go

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

vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.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.

0 commit comments

Comments
 (0)