Skip to content

Commit 5a57132

Browse files
upgrade to latest dependencies (#965)
bumping golang.org/x/net 3b23d57...2002a06: > 2002a06 go.mod: update golang.org/x dependencies > 59706cd html: impose open element stack size limit > 6ec8895 html: align in row insertion mode with spec > 5393563 http2: fix RFC 9218 write scheduler not being idempotent > b2ab371 internal/httpsfv: implement parsing support for date and display string > edb764c internal/httpsfv: add parsing functionality for types defined in RFC 8941 > fbba2c2 internal/httpsfv: add support for consuming Display String and Date type > 47a241f http2: make the error channel pool per-Server > 51f657b webdav/internal/xml: use the built-in min function > f2e909b internal/httpsfv: implement parsing support for Dictionary and List type. > 7d8cfce internal/httpsfv: add support for Bare Inner List and Item type. > fe9bcbc http2: support HTTP2Config.StrictMaxConcurrentRequests > c492e3c internal/httpsfv: add functionality to walk Parameters in HTTP SFV. > 1034247 http2: introduce a new write scheduler based on RFC 9218 priority scheme > 653f4f6 http2: disambiguate the existing priority WriteScheduler. > 875d966 all: fix some comments bumping golang.org/x/sys b06ce05...1edeebe: > 1edeebe unix: mkall.sh: fail if docker build failed > ecada54 unix: use slices.{Equal,Sort} in tests > 5e63aa5 windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows > 033906b unix: add (*CPUSet).Fill helper to enable all CPUs > 6be6c58 windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents > 32e2038 unix: use Go 1.21+ clear built-in > 137f2ed sys: add support for NetBSD getvfsstat bumping knative.dev/pkg a624c75...27b61c2: > 27b61c2 Bump github.com/prometheus/otlptranslator from 0.0.2 to 1.0.0 (# 3271) > b02f0c0 Bump the golang-x group with 2 updates (# 3270) > 094a61a contribution link fixed (# 3272) > 188d036 upgrade to latest dependencies (# 3273) bumping golang.org/x/mod 1759e96...bba3e06: > bba3e06 go.mod: update golang.org/x dependencies bumping golang.org/x/tools d49da96...a22b5e8: > a22b5e8 go.mod: update golang.org/x dependencies > 4bbcc9f all: use reflect.TypeFor instead of reflect.TypeOf when we have known the type > 122c93a internal/refactor: AddImport: remove unnecessary result > 76aace8 internal/analysisinternal: rationalize > 8cf2d63 gopls/internal/golang: add condition for enabling package move > 1f054fd x/tools: downgrade token.FileSet parameters to token.File > 44e71e5 go/analysis/passes/printf: check anonymous functions too > 9095e9b internal/analysisinternal: extract DeleteVar > 62a1b26 internal/analysisinternal: IsChildOf(Cursor, edge.Kind) bool > d32fb50 internal/analysisinternal: export EnclosingFile > 03ab8a0 internal/astutil: add EqualSyntax, moved from modernize > 92fdfda go/analysis/passes/modernize: errorsastype: errors.As -> AsType[T] > 133beb8 go/analysis/passes/modernize: modernizer for iterator APIs > 077f385 gopls/internal/server: produce DocumentChange list in golang.Rename > 9e69d8b go/analysis/checker: make test hermetic > 4ee8992 gopls/internal/test/integration/completion: make test more go1.26-robust > a03a1c2 gopls/internal: prompt with full package path in preparerename > 4b2fd2a gopls/internal/analysis/modernize: pass to use go1.26 new(x) > 2e5e03c internal/mod: disable legacy CodeLensRunGovulncheck conditionally > 9f84208 gopls/unimported: prefer packages in go.mod > 9447ff9 go/analysis/passes/modernize: directly remove user-defined min/max functions > 1605eae internal/diff/lcs: use min > 2aea3dc txtar: handle crlf line endings > 433eba3 inline, modernize: drop -test, add -fix > dd7b2c1 gopls/internal/golang: add package rename counter > 371f639 gopls/internal/server: fix typo in RunGovulncheck > 24b5a14 internal/server: prevent duplicate RunGovulncheck calls > 95a2413 all: use the built-in min/max function > 7d52b1b cmd/eg: build tags support > 82041a1 cmd/stringer: fix bounds checking for integer types spanning full range > b9cfdb8 go/analysis/passes/modernize: fix the potential deadlock issues in bloop > 44ce4e2 gopls: update to use the mcp [email protected] > 25b4f1c gopls: add doc link for quick fix implement method > 7672399 cmd/stringer: document option -trimprefix > c3c093d cmd: replace string concatenation with strings.Builder,WriteByte and fmt.Fprintf for better performance > e908430 go/analysis/passes/inline: publish > 951ca00 go/analysis/passes/modernize: publish > 5164709 gopls/internal/protocol: upgrades LSP to latest > d239ca0 internal/settings: enable CodeLensRunGovulncheck by default > cb8ba86 gopls: update MCP SDK dependency to v0.7.0 > fce52bb gopls/internal/analysis/modernize: reflect.TypeOf(x) -> TypeFor[T]() > 517957c go/analysis/passes/buildtag: suggest fix to remove +build lines > c892d0b gopls/test/quickfix_test: verify that issue 70755 is fixed > fde1c99 gopls/internal/cmd: skip TestMCPVulncheckCommand when fsnotify not supported > 215e78a gopls/internal/protocol: add range to TextDocumentPositionParams > 4df13e3 x/tools: fix remaining places in preparation for new(expr) > ed00c08 go/ssa: support new(expr) > 7ba8f32 internal/gcimporter: use forvar to omit unnecessary reassignment > 4fb47d0 gopls/internal/analysis/embeddirective: call AddImport directly > cb57b4c gopls/internal/doc/generate: convert Analyzer.Doc to Markdown > ef565f5 gopls/internal/analysis/modernize: slicescontains: improve widening check > 016ea29 gopls: update MCP SDK to v0.6.0 > ef6334c gopls: fix extracted function shouldReturn boolean return value position > 58f345b go/buildutil: use strings.CutSuffix > 909f470 gopls/internal/util/cursorutil: add FirstEnclosing > b71b35e gopls/internal/analysis/modernize: stringscutprefix: handle CutSuffix too > 3e53a25 gopls/internal/folding_range: display closing parentheses > 78463a9 go/analysis: fix two tests in preparation for go vet CL 703400 > a503d9c gopls/internal/analysis/modernize/cmd/modernize: improve godoc > 2c5d16c go/ast/astutil: simplify and modernize DeleteNamedImport > 9fccddc go/analysis/unitchecker: add cfg.WarnDiagnostics > 32f06e9 go/analysis/unitchecker: rewrite integration test > be644c7 x/tools: remove some dead functions > db38d36 gopls/internal/golang/completion: don't offer internal std packages > 74b9e56 gopls: use correct doc link > d11cd5c all: use b.Loop in tests > 7ebabfe gopls/internal/progress: use t.Context in tests > baefe5a internal/mcp: use t.Context in test > cce04c1 go/packages: use t.Context > 9310eb8 gopls: convert some users of astutil to Cursors > c312a17 internal/mcp: add telemetry for MCP tool usage > 7b45cae internal/cmd: add testEnv.NeedsTool for TestMCPVulncheckCommand > eedf561 go/analysis/unitchecker: relax integration test > f2e5ab6 gopls/internal/cache: set goVersion when there is no module version > 2ef7d42 gopls: update Go MCP SDK to v0.5.0 > 839d88e go/analysis/passes/hostport: fix four bugs > ba63d13 all: use strings.SplitSeq/FieldSeq > 3ab2909 go/ssa: remove unused func > 224e336 internal/mcp: expose vulncheck tool functionality via mcp > 9e64e29 internal/typesinternal: add TODO to improve FileQualifier > e38be50 gopls/internal/analysis/modernize: use better qualifier for rangeint > 8b1a572 internal/cmd: update official go sdk in mcp_test > 3adf0e9 go/analysis/unitchecker: redirect stdout to specified file > 1c510d7 gopls: render package documentation when hovering over imported package name identifiers > f9cb611 internal/jsonrpc2/stack: removed unused variable > 88c2f11 internal/imports: remove unused field > aa35dc6 internal/gcimporter: remove unused field > cda1dd8 internal/event/core: remove unused type > 16ca2f0 go/cfg: rm unused field > 71756c7 internal/refactor/inline: rm unused code > 63d9781 internal/versions: rm unused type > 9ac1810 go/analysis/passes/stdversion: rm unused variable > 45c7aee go/packages: remove unused type > 1ef8f44 go/analysis/checker: remove unused struct field > 8b92961 cmd/present: rm dead code > af2d2d6 internal/analysisinternal: extra new line when add first std import > 6375378 gopls/internal/golang: do not offer "inline variable" on an lvalue reference > 07bc2fe go/ssa/interp: rm unused var > 1649c36 go/analysis/passes/structtag: set Diagnostic.End positions > 9308dc6 gopls/internal/settings: shadow.severity = hint > 3ea42bf x/tools: eliminate vet diagnostics > 49b9826 gopls/internal/test: update the minimum go command of TestImportAlias bumping golang.org/x/term 1a11b45...3a0828a: > 3a0828a go.mod: update golang.org/x dependencies bumping golang.org/x/text e69f31b...c6abd03: > c6abd03 go.mod: update golang.org/x dependencies > 42f038d x/text: fix nil dereference in gotext extract > a42f0e2 all: use built-in max/min to simplify the code Signed-off-by: Knative Automation <[email protected]>
1 parent 8987a25 commit 5a57132

Some content is hidden

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

43 files changed

+2433
-220
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/code-generator v0.33.5
1212
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
1313
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373
14-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede
14+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4
1515
)
1616

1717
require (
@@ -45,15 +45,15 @@ require (
4545
go.opentelemetry.io/otel/trace v1.38.0 // indirect
4646
go.uber.org/multierr v1.11.0 // indirect
4747
go.yaml.in/yaml/v2 v2.4.2 // indirect
48-
golang.org/x/mod v0.28.0 // indirect
49-
golang.org/x/net v0.44.0 // indirect
48+
golang.org/x/mod v0.29.0 // indirect
49+
golang.org/x/net v0.46.0 // indirect
5050
golang.org/x/oauth2 v0.30.0 // indirect
5151
golang.org/x/sync v0.17.0 // indirect
52-
golang.org/x/sys v0.36.0 // indirect
53-
golang.org/x/term v0.35.0 // indirect
54-
golang.org/x/text v0.29.0 // indirect
52+
golang.org/x/sys v0.37.0 // indirect
53+
golang.org/x/term v0.36.0 // indirect
54+
golang.org/x/text v0.30.0 // indirect
5555
golang.org/x/time v0.10.0 // indirect
56-
golang.org/x/tools v0.37.0 // indirect
56+
golang.org/x/tools v0.38.0 // indirect
5757
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
5858
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
5959
google.golang.org/protobuf v1.36.8 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
113113
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
114114
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
115115
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
116-
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
117-
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
116+
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
117+
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
118118
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
119119
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
120120
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
121121
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
122-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
123-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
122+
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
123+
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
124124
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
125125
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
126126
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -131,22 +131,22 @@ golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
131131
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
132132
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
133133
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
134-
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
135-
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
136-
golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ=
137-
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
134+
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
135+
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
136+
golang.org/x/term v0.36.0 h1:zMPR+aF8gfksFprF/Nc/rd1wRS1EI6nDBGyWAvDzx2Q=
137+
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
138138
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
139139
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
140-
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
141-
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
140+
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
141+
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
142142
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
143143
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
144144
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
145145
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
146146
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
147147
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
148-
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
149-
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
148+
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
149+
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
150150
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
151151
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
152152
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -186,8 +186,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
186186
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
187187
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373 h1:fQOPV7/irGmQZtZ52Ez1VdVtiQlTRPtDDGO/8djTcLM=
188188
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
189-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede h1:ADQEXMQlfbjBjicJdou8R5WjPHm0/5FyyV58RQ9eYPU=
190-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede/go.mod h1:pNETfvzYq5MmPTi+XGGIjjgvQSYvu4pxxLF1muKunhs=
189+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4 h1:KYrU0CyeN/2sdKNb66HUoNpM3MNl5Ve/0OKelNj0P9k=
190+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4/go.mod h1:n1b0vmxRZzuKraBLBG0Pyf7BB//8bxwmgBy3sFj/taE=
191191
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
192192
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
193193
sigs.k8s.io/randfill v0.0.0-20250304075658-069ef1bbf016/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=

vendor/golang.org/x/net/http2/config.go

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

vendor/golang.org/x/net/http2/config_go125.go

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

vendor/golang.org/x/net/http2/config_go126.go

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

vendor/golang.org/x/net/http2/frame.go

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

vendor/golang.org/x/net/http2/http2.go

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

vendor/golang.org/x/net/http2/server.go

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

vendor/golang.org/x/net/http2/transport.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.

vendor/golang.org/x/net/http2/writesched.go

Lines changed: 2 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)