Skip to content

Commit 0cf12ea

Browse files
upgrade to latest dependencies
bumping golang.org/x/text 8072180...b6d2645: > b6d2645 go.mod: update golang.org/x dependencies bumping golang.org/x/sync 8a14946...7fad2c9: > 7fad2c9 errgroup: revert propagation of panics bumping golang.org/x/sys 3d9a6b8...751c3c6: > 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux > 0c740cc unix: update Go to 1.24.3 > d62d31c unix: update Linux constants and types to v6.14 bumping golang.org/x/net 6e41cae...76358aa: > 76358aa go.mod: update golang.org/x dependencies bumping golang.org/x/mod 9d33331...ea04085: > ea04085 go.mod: update golang.org/x 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/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 knative.dev/pkg 19d3cc2...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) > f6a99ac Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (# 3222) > 0c4867c Bump go.opentelemetry.io/otel/exporters/prometheus from 0.59.0 to 0.59.1 in the otel group (# 3223) 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 google.golang.org/grpc c52d025...e9e00cb: > e9e00cb Change version to 1.74.2 (# 8470) > bd7cb0a Change version to 1.74.2-dev (# 8461) > 002a22c Change version to 1.74.1 (# 8455) > 6e8e7e4 Retract v1.74.0 and v1.74.1 (# 8457) > 48c9e4d Change version to 1.74.1-dev (# 8408) > b8b6cff Change version to 1.74.0 (# 8407) > 077e2c3 Cherry-pick # 8411, # 8419, # 8422, # 8445 and # 8451 to v1.74.x (# 8454) > b34f845 server: allow 0s grpc-timeout header values, as java is known to be able to send them (# 8439) (# 8440) > 1787f94 xdsclient: export genericResourceTypeDecoder (# 8406) > 15299cc xdsclient: make a function to return the supported resource type implementations (# 8405) > 20bd1e7 grpc: revert # 8278: Fix cardinality violations in non-server streaming RPCs (# 8404) > bdbe6a2 examples/opentelemetry: demonstrate enabling experimental metrics (# 8388) > 0100d21 outlierdetection: cleanup temporary pickfirst health listener attribute (# 8402) > bbaca7a stub: Add child balancer in stub.BalancerData (# 8393) > e5de1e2 xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv (# 8399) > 9c62b1c xds: Fix flaky test HandleListenerUpdate_ErrorUpdate (# 8397) > 042139c xds_test: Avoid buffering ack requests in ADS streams (# 8395) > 082a927 xds: Roll forward xdsclient migration (# 8391) > 5f8fe4f github: Add workflow to replace mergeable (# 8401) > 57400b4 roundrobin: Remove unnecessary ExitIdle override (# 8390) > a64d933 grpc: Fix cardinality violations in non-server streaming RPCs (# 8278) > d2e8366 xds: revert # 8310: migration of xdsclient to use generic client and dedicated LRS client > af0f88e add spiffe config (# 8384) > 996aabe xds: migrate internal xdsclient to use generic client and dedicated LRS client (# 8310) > ec91b2e xds: Remove temporary environment variable for least request (# 8248) > 9319d72 cmd/protoc-gen-go-grpc: use `Error()` since no formatting is performed (# 8378) > f6bf86c Add flag guarding SPIFFE Bundle provider (# 8343) > 6dfe07c balancer: Make ExitIdle compulsory for Balancers (# 8367) > 8d1e6e2 deps: update dependencies for all modules and fix revive findings (# 8372) > 9b7bd34 grpc: introduce new Dial and Server Options to set static window size (# 8283) > 643bd63 xds/internal: update generic grpctransport codec name to proto (# 8368) > 4275c5b transport: Re-use slice buffer reader for a stream (# 8360) > ec4810c grpc: Fix cardinality violations in client streaming and unary RPCs (# 8330) > fb223f7 transport: Optimize heap allocations (# 8361) > f947a86 balancer/ringhash: Add experimental notice in package comment (# 8364) > 05d49d0 [interop client] provide a flag to set google-c2p resolver universe domain (# 8145) > 28128e0 xdsclient: Fix flakyness in `TestResourceUpdateMetrics` in the case of repeated NACKs (# 8363) > 4cab0e6 balacergroup: cleanup exitIdle() (# 8347) > e3ca7f9 xdsclient: fix unexpectedly large LoadReportInterval in initial load report request (# 8348) > 443caad delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) > 32e57de Rename PSM interop fallback test suite to light (# 8350) > 6995ef2 internal/transport: Wait for server goroutines to exit during shutdown in test (# 8306) > aaabd60 deps: update dependencies for all modules (# 8331) > 0c24af1 balancer/least_request : Fix panic while handling resolver errors (# 8333) > f2d3e11 Change version to 1.74.0-dev (# 8324) > 1ecde18 xds: generic xds client ads stream tests (# 8307) > 5c0d552 removing unused code (# 8316) Signed-off-by: Knative Automation <automation@knative.team>
1 parent edb1a4a commit 0cf12ea

Some content is hidden

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

66 files changed

+1198
-302
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ require (
88
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
99
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
1010
go.uber.org/zap v1.27.0
11-
golang.org/x/sync v0.15.0
11+
golang.org/x/sync v0.16.0
1212
golang.org/x/time v0.10.0
13-
google.golang.org/grpc v1.73.0
13+
google.golang.org/grpc v1.74.2
1414
k8s.io/api v0.33.1
1515
k8s.io/apimachinery v0.33.1
1616
k8s.io/client-go v0.33.1
1717
k8s.io/code-generator v0.33.1
1818
k8s.io/utils v0.0.0-20241210054802-24370beab758
1919
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
20-
knative.dev/pkg v0.0.0-20250716115900-19d3cc2da0b9
21-
sigs.k8s.io/yaml v1.5.0
20+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3
21+
sigs.k8s.io/yaml v1.6.0
2222
)
2323

2424
require (
@@ -44,7 +44,7 @@ require (
4444
github.com/modern-go/reflect2 v1.0.2 // indirect
4545
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4646
github.com/pkg/errors v0.9.1 // indirect
47-
github.com/spf13/pflag v1.0.6 // indirect
47+
github.com/spf13/pflag v1.0.7 // indirect
4848
github.com/x448/float16 v0.8.4 // indirect
4949
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
5050
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
@@ -53,13 +53,14 @@ require (
5353
go.opentelemetry.io/otel/trace v1.37.0 // indirect
5454
go.uber.org/multierr v1.11.0 // indirect
5555
go.yaml.in/yaml/v2 v2.4.2 // indirect
56-
golang.org/x/mod v0.25.0 // indirect
57-
golang.org/x/net v0.41.0 // indirect
56+
golang.org/x/mod v0.26.0 // indirect
57+
golang.org/x/net v0.42.0 // indirect
5858
golang.org/x/oauth2 v0.30.0 // indirect
59-
golang.org/x/sys v0.33.0 // indirect
60-
golang.org/x/term v0.32.0 // indirect
61-
golang.org/x/text v0.26.0 // indirect
62-
golang.org/x/tools v0.34.0 // indirect
59+
golang.org/x/sys v0.34.0 // indirect
60+
golang.org/x/term v0.33.0 // indirect
61+
golang.org/x/text v0.27.0 // indirect
62+
golang.org/x/tools v0.35.0 // indirect
63+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
6364
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6465
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
6566
google.golang.org/protobuf v1.36.6 // indirect

go.sum

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR
7979
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
8080
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 h1:18kd+8ZUlt/ARXhljq+14TwAoKa61q6dX8jtwOf6DH8=
8181
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529/go.mod h1:qe5TWALJ8/a1Lqznoc5BDHpYX/8HU60Hm2AwRmqzxqA=
82-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
83-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
82+
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
83+
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
8484
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
8585
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
8686
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
@@ -123,40 +123,44 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
123123
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
124124
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
125125
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
126-
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
127-
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
126+
golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
127+
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
128128
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
129129
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
130130
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
131131
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
132-
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
133-
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
132+
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
133+
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
134134
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
135135
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
136136
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
137137
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
138138
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
139-
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
140-
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
139+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
140+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
141141
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
142142
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
143143
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
144-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
145-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
146-
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
147-
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
144+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
145+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
146+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
147+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
148148
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
149149
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
150-
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
151-
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
150+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
151+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
152152
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
153153
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
154154
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
155155
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
156156
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
157157
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
158-
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
159-
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
158+
golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=
159+
golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=
160+
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
161+
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
162+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
163+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated/go.mod h1:RVAQXBGNv1ib0J382/DPCRS/BPnsGebyM1Gj5VSDpG8=
160164
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
161165
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
162166
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -165,8 +169,8 @@ gomodules.xyz/jsonpatch/v2 v2.5.0 h1:JELs8RLM12qJGXU4u/TO3V25KW8GreMKl9pdkk14RM0
165169
gomodules.xyz/jsonpatch/v2 v2.5.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
166170
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 h1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE=
167171
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
168-
google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=
169-
google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc=
172+
google.golang.org/grpc v1.74.2 h1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=
173+
google.golang.org/grpc v1.74.2/go.mod h1:CtQ+BGjaAIXHs/5YS3i473GqwBBa1zGQNevxdeBEXrM=
170174
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
171175
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
172176
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
@@ -196,8 +200,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
196200
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
197201
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba h1:PkOTBI8DRfvUKD8HTvYYT94NJ49J++llrDo3y0/ZAwc=
198202
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
199-
knative.dev/pkg v0.0.0-20250716115900-19d3cc2da0b9 h1:P9GFsqTmX4WokSVVUK1IbHOnbJLi8EW1pd4PvbUEodo=
200-
knative.dev/pkg v0.0.0-20250716115900-19d3cc2da0b9/go.mod h1:Hq2y1gu4P/MWEk9zB8L/zrjJ19ywEnYgwXq8ZMjRl30=
203+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3 h1:5IWHlFvSTR/gZY+bShXCAHFFZ6rQqhYvx1KxVwlsnKw=
204+
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3/go.mod h1:qpyBu3z/r1fRfyLo/Zdpis1mmtixdXmsCPmJMz/BsLc=
201205
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
202206
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
203207
sigs.k8s.io/randfill v0.0.0-20250304075658-069ef1bbf016/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=
@@ -206,5 +210,5 @@ sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxO
206210
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 h1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=
207211
sigs.k8s.io/structured-merge-diff/v4 v4.6.0/go.mod h1:dDy58f92j70zLsuZVuUX5Wp9vtxXpaZnkPGWeqDfCps=
208212
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
209-
sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ=
210-
sigs.k8s.io/yaml v1.5.0/go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4=
213+
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
214+
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=

vendor/github.com/spf13/pflag/README.md

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

vendor/github.com/spf13/pflag/bool_func.go

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

vendor/github.com/spf13/pflag/count.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/spf13/pflag/errors.go

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

0 commit comments

Comments
 (0)