Skip to content

Commit ea999ae

Browse files
upgrade to latest dependencies (#931)
bumping golang.org/x/sync b637f27...396f3a0: > 396f3a0 errgroup: document calling Go before Wait bumping google.golang.org/protobuf f09e239...3f79c52: > 3f79c52 all: release v1.36.6 > a5da9b2 gha-ci: instruct bazelisk to use Bazel 7.x > 9f3ed37 internal_gengo: generate a const string literal for the raw descriptor > 4247b1b proto: Add CloneOf[M Message](m M) M > f7fcf5b types/descriptorpb: regenerate using latest protobuf v30 release > 9c8c2dd all: set Go language version to Go 1.22 > 1719d63 all: start v1.36.5-devel bumping golang.org/x/tools 6a5b66b...456962e: > 456962e go.mod: update golang.org/x dependencies > 5916e3c internal/tokeninternal: AddExistingFiles: tweaks for proposal > 9a1fbbd internal/typesinternal: change Used to UsedIdent > e73cd5a gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall > 11a9b3f gopls/internal/server: fix event labels after the big rename > 3e7f74d go/types/typeutil: used doesn't need Info.Selections > b97074b internal/gofix: fix URLs > e850fe1 gopls/internal/golang: CodeAction: place gopls doc as the last action > b948add internal/gofix: move from gopls/internal/analysis/gofix > b437eff go/types/typeutil: implement Callee and StaticCallee with Used > e29f9ae refactor/satisfy: check for presence of types.Info maps > 17ce4c7 refactor/eg: return error if some info maps are missing > 33f80b5 typesinternal: remove RequiresFullInfo > 83a8057 x/tools: regenerate code after go upgrading > 7799973 gopls/internal/analysis/modernize: add docs for missing modernize passes > c788d17 gopls/internal/analysis/modernize: waitgroup: use index.Calls > 3348ae8 go/analysis/passes/nilfunc: use typesinternal.Used > e74d252 gopls/internal/analysis/modernize: check nil before calling maybeNaN > 66c560d x/tools: apply modernize fixes > 300a853 gopls: require go1.24.2 > aee7ae5 internal/typesinternal: support checking for full types.Info > 97789e8 gopls/internal/lsprpc: fix call function with wrong err > 255cfd7 gopls: automatically insert package clause for new go files > ead1fea internal/analysis/modernize: add nil check before comparing with index object > f3a6b96 gopls/internal/analysis/modernize: add modernizer for WaitGroup.Go > 5fba861 internal/typesinternal: add Object and ClassifyCall > 5c9a69f internal/refactor/inline: get rid of imports.Process > 659a8cd go/analysis/analysistest: report input rather result when error happens > aac3cf0 internal/refactor/inline: improve freeishNames > a857356 internal/refactor/inline: improve freeishNames doc > eb75b19 internal/refactor/inline: modernize > 1b0b688 gopls: fix indent issue and track a TODO > 07cbcde gopls/internal/cmd: suppress TestImplementation on go1.23 > 48421ae gopls/internal/analysis/modernize: preserves comments in mapsloop > 8c42f8a gopls/internal/analysis/modernize: use types.RelativeTo to respect current package > fbb7047 internal/refactor/inline: extract import handling from inlineCall > 2d8ef13 internal/refactor/inline: document test file format > 6a91355 internal/refactor/inline: factor out import map construction > b3ce3e1 gopls/completion: use high score for package name main when current package is main > c1b6839 internal/astutil/cursor: Ancestors -> Enclosing (+ reflexive) > d70c04e internal/refactor/inline: replace extractTxtar > 8be0d5f gopls/internal/analysis/maprange: use typeindex > b75dab2 internal/typesinternal/typeindex: suppress test on js > 7efe9a8 gopls/internal/analysis/modernize: rangeint: fix yet another bug > 30641f5 gopls/internal/analysis/modernize: use typeindex throughout > 11a3153 gopls/internal/analysis/modernize: rangeint: respect side effects > 19f73a6 internal/typesinternal/typeindex: index of types.Info > 45b8eac gopls/internal/golang: test initial bindings to unify > 9570155 gopls/internal/golang: test unify result bindings > baedf71 gopls/internal/golang: unify tracks type params > 961631a internal/testfiles: replace outdated function with os.CopyFS > bf12eb7 gopls/internal/analysis/modernize: fix slicedelete triggers on slice identifiers with side effects > ec542a7 gopls/internal/fuzzy: apply modernizers to the fuzzy matcher > 20f8890 internal/astutil/cursor: add Cursor.Contains(Cursor) bool > 084551f go/analysis/passes/maprange: check for redundant Keys/Values calls > 9abefc5 gopls/internal/analysis/modernize: permit int/uint type variants in rangeint > cb292c6 internal/astutil/cursor: unsplit Parent{Edge,Index} -> ParentEdge > c2768b7 gopls/modernize: remove unused functions > 9b2264a gopls/internal/golang/completion: ensure expectedCompositeLiteralType arg is not nil > cfd8cf5 internal/astutil/cursor: split Edge into Parent{Edge,Index} > 3a64d74 all: make function comment match function name > 58e40ae gopls/internal/golang/completion: avoid crash in addFieldItems > be0d52b gopls/internal/cache: improve build constraint trimming > a70d348 gopls/internal/util/persistent: add concurrency test > 7042bab gopls/internal/analysis/modernize: modernizer to suggest using strings.CutPrefix > 3d22fef gopls/internal/analysis/modernize: disable minmax on floating point > e7b4c64 gopls/internal/golang: fix crash in source.test code action > 95eb16e gopls/internal/test/integration: skip x_tools-gotip-openbsd-amd64 (7.6) > 066484e gopls/internal/test/integration/misc: test "annotations" setting > e06efb4 internal/gcimporter: bug.Report in export's panic handler > 6c3e542 gopls/internal/analysis/modernize: preserves comments in minmax > dcc4b8a gopls/internal/golang: use slices.Reverse in pathEnclosingObjNode > 40f8cca internal/imports: fix extra logf argument > e59d6c5 gopls/internal/cache/testfuncs: handle recursive subtests > 4ee50fe gopls/internal/analysis/modernize: rangeint: avoid offering wrong fix > bf70295 cmd/go-contrib-init: drop unneeded GOPATH checks in module mode > 381d68d gopls/internal/util/fingerprint/fingerprint: unify type params > cc7d698 gopls/internal/test/integration/misc: fix TestAssembly for CL 639515 > 03f197e gopls/internal/modernize: remove assignment in ranges > 5a45ac2 x/tools: use range over function for some API > 8fa586e internal/analysis: add function to delete a statement > 29f81e9 gopls/internal/cache: filter **/foo match any depth > 7435a81 gopls/internal/analysis/modernize: document workflow > b08c7a2 gopls/internal/util/fingerprint: split from cache/methodsets bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60: > ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64 > 4c723fc fix: handle lossy int64 bumping google.golang.org/grpc d01db5c...cdbdb75: > cdbdb75 Change version to v1.71.1 (# 8206) > 3a93562 Cherry-pick # 8195 into v1.71.x (# 8202) > 208e03b Cherry-pick # 8164 # 8166 to v1.71.x (# 8182) > 8b7d2fe grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8181) > 9c81a91 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) (# 8184) > 8d46b21 grpc: Add endpoints in resolverWrapper.NewAddress (# 8149) (# 8151) > 4775bba Change version to 1.71.1-dev (# 8106) bumping golang.org/x/net 99b3ae0...b8d8877: > b8d8877 go.mod: update golang.org/x dependencies > e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content > ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest > 1f1fa29 publicsuffix: regenerate table > 1215081 http2: improve error when server sends HTTP/1 > 312450e html: ensure <search> tag closes <p> and update tests > 09731f9 http2: improve handling of lost PING in Server > 55989e2 http2/h2c: use ResponseController for hijacking connections > 2914f46 websocket: re-recommend gorilla/websocket bumping golang.org/x/sys 74cfc93...01aaa83: > 01aaa83 all: simplify code by using modern Go constructs > 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString > 1c3b72f unix: update Linux kernel to 6.14 > c175b6b windows: add cmsghdr and pktinfo structures > 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin > 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64 > b8f7da6 cpu: add support for detecting cpu features on loong64 > f2ce62c windows: add constants for PMTUD socket options bumping knative.dev/pkg c5a13b1...4e8ebbe: > 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169) > 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168) > a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154) > 7b91ff1 update .golangci.yaml to v2 (# 3167) > b9bfb45 Bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 3166) > 74af921 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (# 3163) > cc5f202 Bump golang.org/x/net from 0.37.0 to 0.38.0 (# 3162) > a900930 Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (# 3165) bumping golang.org/x/term 04218fd...5d2308b: > 5d2308b go.mod: update golang.org/x dependencies > e770ddd x/term: disabling auto-completion around GetPassword() bumping golang.org/x/text 566b44f...4890c57: > 4890c57 go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <[email protected]>
1 parent 7889830 commit ea999ae

File tree

61 files changed

+1839
-1809
lines changed

Some content is hidden

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

61 files changed

+1839
-1809
lines changed

Diff for: go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/code-generator v0.32.2
1212
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
1313
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
14-
knative.dev/pkg v0.0.0-20250331013832-c5a13b15ccdb
14+
knative.dev/pkg v0.0.0-20250414114716-4e8ebbe1949a
1515
)
1616

1717
require (
@@ -58,20 +58,20 @@ require (
5858
go.opencensus.io v0.24.0 // indirect
5959
go.uber.org/multierr v1.11.0 // indirect
6060
golang.org/x/mod v0.24.0 // indirect
61-
golang.org/x/net v0.37.0 // indirect
61+
golang.org/x/net v0.39.0 // indirect
6262
golang.org/x/oauth2 v0.26.0 // indirect
63-
golang.org/x/sync v0.12.0 // indirect
64-
golang.org/x/sys v0.31.0 // indirect
65-
golang.org/x/term v0.30.0 // indirect
66-
golang.org/x/text v0.23.0 // indirect
63+
golang.org/x/sync v0.13.0 // indirect
64+
golang.org/x/sys v0.32.0 // indirect
65+
golang.org/x/term v0.31.0 // indirect
66+
golang.org/x/text v0.24.0 // indirect
6767
golang.org/x/time v0.10.0 // indirect
68-
golang.org/x/tools v0.31.0 // indirect
69-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
68+
golang.org/x/tools v0.32.0 // indirect
69+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
7070
google.golang.org/api v0.183.0 // indirect
7171
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
7272
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
73-
google.golang.org/grpc v1.71.0 // indirect
74-
google.golang.org/protobuf v1.36.5 // indirect
73+
google.golang.org/grpc v1.71.1 // indirect
74+
google.golang.org/protobuf v1.36.6 // indirect
7575
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7676
gopkg.in/inf.v0 v0.9.1 // indirect
7777
gopkg.in/yaml.v2 v2.4.0 // indirect

Diff for: go.sum

+20-20
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
404404
golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
405405
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
406406
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
407-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
408-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
407+
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
408+
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
409409
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
410410
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
411411
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -426,8 +426,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
426426
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
427427
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
428428
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
429-
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
430-
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
429+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
430+
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
431431
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
432432
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
433433
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -469,21 +469,21 @@ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBc
469469
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
470470
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
471471
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
472-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
473-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
472+
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
473+
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
474474
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
475475
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
476-
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
477-
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
476+
golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
477+
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
478478
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
479479
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
480480
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
481481
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
482482
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
483483
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
484484
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
485-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
486-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
485+
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
486+
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
487487
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
488488
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
489489
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -531,14 +531,14 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc
531531
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
532532
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
533533
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
534-
golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU=
535-
golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ=
534+
golang.org/x/tools v0.32.0 h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=
535+
golang.org/x/tools v0.32.0/go.mod h1:ZxrU41P/wAbZD8EDa6dDCa6XfpkhJ7HFMjHJXfBDu8s=
536536
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
537537
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
538538
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
539539
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
540-
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
541-
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
540+
gomodules.xyz/jsonpatch/v2 v2.5.0 h1:JELs8RLM12qJGXU4u/TO3V25KW8GreMKl9pdkk14RM0=
541+
gomodules.xyz/jsonpatch/v2 v2.5.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
542542
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
543543
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
544544
google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
@@ -612,8 +612,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
612612
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
613613
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
614614
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
615-
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
616-
google.golang.org/grpc v1.71.0/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
615+
google.golang.org/grpc v1.71.1 h1:ffsFWr7ygTUscGPI0KKK6TLrGz0476KUvvsbqWK0rPI=
616+
google.golang.org/grpc v1.71.1/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
617617
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
618618
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
619619
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -628,8 +628,8 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
628628
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
629629
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
630630
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
631-
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
632-
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
631+
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
632+
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
633633
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
634634
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
635635
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
@@ -677,8 +677,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
677677
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
678678
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775 h1:UstB8/aowofYFHjLyZdPh1K7qB9BCx+lP1WuiCspYRE=
679679
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680-
knative.dev/pkg v0.0.0-20250331013832-c5a13b15ccdb h1:ZdnsbLY4v7QlITiI1aGj4FSL2xEyZXHiIUaYyB+r7r8=
681-
knative.dev/pkg v0.0.0-20250331013832-c5a13b15ccdb/go.mod h1:gx7Pp9NPcKYApNhR8m0KSOeg71pqhwPWhuhUJ6xCa2g=
680+
knative.dev/pkg v0.0.0-20250414114716-4e8ebbe1949a h1:VcWyuAggKAGr8mg87cBMePK5f5BRFXjUVMX/v+zXaI0=
681+
knative.dev/pkg v0.0.0-20250414114716-4e8ebbe1949a/go.mod h1:XDeNPdjlTRDG0xYNhZDrySc7+cfn+LL1stsYsTndt58=
682682
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
683683
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
684684
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

Diff for: vendor/golang.org/x/net/http2/frame.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/golang.org/x/net/http2/h2c/h2c.go

+4-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/golang.org/x/net/http2/server.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/golang.org/x/sync/errgroup/errgroup.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/golang.org/x/sys/unix/syscall_darwin.go

+148-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)