Skip to content

Commit e27e907

Browse files
upgrade to latest dependencies (#936)
bumping golang.org/x/tools 456962e...64b63a6: > 64b63a6 go.mod: update golang.org/x dependencies > 7701413 internal/mcp: move jsonschema out of mcp/internal > 125cd11 jsonschema: pre-compile regexps > 2f18550 jsonschema: better errors unmarshaling ints > 635622b jsonschema: using hashing for uniqueItems > 0f6a53f mcp: remove ServerConnection > ca54d59 jsonschema: represent integer keywords as ints > c75f7e8 jsonschema: validate object keywords > efd15d8 internal/mcp: clean up handling of content > 80e0fd8 internal/mcp: support prompts > ab01700 internal/mcp: add tool and schema options > 37278be internal/mcp: add more package documentation, examples > 7906227 internal/mcp: add a command transport for connecting to a sidecar > 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs > f11e7de internal/stdlib: add arg types for functions > 0d2acf1 jsonschema: validate array keywords > fd1a208 jsonschema: validate logic keywords > 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move > 953b452 go/packages: skip TestRmdirAfterGoList_Runner > 9e366f5 jsonschema: validate numbers and strings > 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets > 6a96d1d cmd/auth: carve out module for deprecated command `auth` > 7261efd internal/mcp: export the Transport interface; add a Server example > e4c83cc internal/mcp: dynamically determine the mcp server based on URL > 26f40ac internal/mcp: clean up SSE server shutdown. > ffe579a go/packages: remove unexported fields from packages.Config > 37f9bd1 jsonschema: validate some keywords > bf81a8d internal/mcp/internal/jsonschema: schema definition > 4ec26d6 gopls/internal/server: add modify tags code action docs > d3f8716 gopls/internal/golang/completion: offer return with whitespace > de18b0b gopls: run modernize -fix in gopls > 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand > cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related) > d3a3775 internal/mcp: implement cancellation > 2863098 internal/mcp: implement ping, and test request interleaving > caf7cdc internal/mcp: implement HTTP SSE transport > 68e94bd x/tools: use 2-arg form of //go:linkname > f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF > 46e932f internal/analysisinternal: add std import at the start of the import group > d346382 gopls/internal/server: add modify_tags command handler > 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain > f01b9f6 gopls/internal/server: support links and hovers for replace directive > cd18362 go/packages: add test that go list closes file handles > 04af9bf go/analysis/passes/hostport: publish > 357c3da internal/mcp: add batching support > cc6bc88 internal/mcp: an MCP SDK prototype > e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t > d905d0b gopls/internal/golang: add test for (unfixed) issue 65098 > e27768f internal/refactor/inline: freeishNames initial scope > 264b0a5 gopls/internal/golang/completion: modernize > 7c6d4c6 internal/refactor/inline: handle generic functions > 6da8d2e gopls/internal/golang: Rename imports: be defensive > 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go > d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer > d0ead43 gopls/internal/settings: enable most staticcheck analyzers > bacd4ba go/analysis/passes/gofix: add an example to doc > 48422ad gopls/internal/golang: add embedded struct info to hover > a318c19 internal/refactor/inline: test type params shadowing pkg symbols > 035d8c6 gopls/internal/golang: Rename all receivers only at declaration > 6f344f9 internal/refactor/inline: add test for type param shadowing > 2337e7c internal/refactor/inline: factor out free obj renaming > 93bb7f0 gopls: update x/telemetry > 33c6419 gopls/internal/golang: fix build > e78fd89 internal/astutil/cursor: four API refinements > cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks > f76b112 gopls/internal/golang: Rename all receiver variables > ee8f138 go/analysis/passes/gofix: go:fix directive checker > 1494dfe gopls: improve warning against using go get -tool with gopls > 20a69d6 gopls: warn against using go get -tool with gopls > 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict > 808c870 gopls/internal/cache: more test cases for syntax repairing > b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs > ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees > 7e7983f gopls/internal/golang: fix extract with free control statements > fd68572 internal/stdlib: find api directory more robustly > 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..." > d363f10 gopls/doc: fix config for vim-lsp > 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent > 9df6bbd gopls: hide todo inside readme.md > fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax > c24b06c gopls/internal/golang: implementation: report iface/iface relations > edff653 gopls/internal/server: TypeHierarchy support > a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc > 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553 > f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt > af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration > 9fbec96 gopls/internal/server: workspace: skip adding already added file bumping golang.org/x/text 4890c57...700cc20: > 700cc20 go.mod: update golang.org/x dependencies bumping golang.org/x/sync 396f3a0...506c70f: > 506c70f errgroup: propagate panic and Goexit through Wait bumping knative.dev/pkg d5e74d2...19a1383: > 19a1383 group golang.org/x dependencies (# 3178) > 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177) > d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176) > cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175) bumping golang.org/x/net b8d8877...7d6e62a: > 7d6e62a go.mod: update golang.org/x dependencies > ea0c1d9 internal/timeseries: use built-in max/min to simplify the code > 3e7a445 quic: skip packet numbers for optimistic ack defense > 3f563d3 quic: use an enum for sentPacket state > a3b6e77 quic: don't re-lose packets when discarding keys > 22500a6 quic: decode packet numbers >255 in tests > dd0b200 quic: remove go1.21 build constraint bumping knative.dev/hack c4037b0...f525e18: > f525e18 Bump min kube version to 1.32 (# 424) bumping golang.org/x/sys 01aaa83...3d9a6b8: > 3d9a6b8 windows: add WSADuplicateSocket > c0a9559 cpu: add crypto extensions detection for riscv64 > 8e9e046 windows: add virtual key codes and console input consts > 7138967 windows: fix slicing of NTUnicodeString values > 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute bumping golang.org/x/term 5d2308b...2ec7864: > 2ec7864 go.mod: update golang.org/x dependencies > a809085 term: support pluggable history Signed-off-by: Knative Automation <[email protected]>
1 parent 1dec38f commit e27e907

File tree

17 files changed

+17975
-17576
lines changed

17 files changed

+17975
-17576
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
k8s.io/client-go v0.32.2
1111
k8s.io/code-generator v0.32.2
1212
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
13-
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b
14-
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3
13+
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
14+
knative.dev/pkg v0.0.0-20250514120547-19a13830745a
1515
)
1616

1717
require (
@@ -58,14 +58,14 @@ 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.39.0 // indirect
61+
golang.org/x/net v0.40.0 // indirect
6262
golang.org/x/oauth2 v0.26.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
63+
golang.org/x/sync v0.14.0 // indirect
64+
golang.org/x/sys v0.33.0 // indirect
65+
golang.org/x/term v0.32.0 // indirect
66+
golang.org/x/text v0.25.0 // indirect
6767
golang.org/x/time v0.10.0 // indirect
68-
golang.org/x/tools v0.32.0 // indirect
68+
golang.org/x/tools v0.33.0 // indirect
6969
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-20250218202821-56aae31c358a // indirect

go.sum

Lines changed: 16 additions & 16 deletions
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.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
408-
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
407+
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
408+
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
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.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
430-
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
429+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
430+
golang.org/x/sync v0.14.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.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
473-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
472+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
473+
golang.org/x/sys v0.33.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.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
477-
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
476+
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
477+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
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.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
486-
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
485+
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
486+
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
487487
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
488488
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
489489
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -531,8 +531,8 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc
531531
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
532532
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
533533
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
534-
golang.org/x/tools v0.32.0 h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=
535-
golang.org/x/tools v0.32.0/go.mod h1:ZxrU41P/wAbZD8EDa6dDCa6XfpkhJ7HFMjHJXfBDu8s=
534+
golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=
535+
golang.org/x/tools v0.33.0/go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI=
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=
@@ -675,10 +675,10 @@ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8X
675675
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
676676
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
677677
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
678-
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b h1:7wJwP2kHheStB66MXGmb/OjGPlo7hQeiCEyH0OfonFM=
679-
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680-
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3 h1:aMTq7kbVJQi+yBC8FZxJ+/EYgRvbn/n4d5kECCyW6nc=
681-
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3/go.mod h1:aW3uFF4bZeHMiNDDxROPoFsPam9OiXHnIV2U/FGPXWc=
678+
knative.dev/hack v0.0.0-20250514121446-f525e187efdc h1:8HmclJlA0zNE/G1SkgdC3/IFSSyhaSz2iIhihU6YbEo=
679+
knative.dev/hack v0.0.0-20250514121446-f525e187efdc/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680+
knative.dev/pkg v0.0.0-20250514120547-19a13830745a h1:us4C+Ibb51CvWODzkp+3eq2zkTuFYx0EEHKbKrWmxd4=
681+
knative.dev/pkg v0.0.0-20250514120547-19a13830745a/go.mod h1:5QAsdJwoAn0rQ2oivlEhXv2NeDicwMiE3FisI/eYytc=
682682
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
683683
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
684684
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/golang.org/x/sync/errgroup/errgroup.go

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

vendor/golang.org/x/sys/windows/security_windows.go

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

vendor/golang.org/x/sys/windows/syscall_windows.go

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

0 commit comments

Comments
 (0)