Skip to content

Commit f418ff6

Browse files
[main] Upgrade to latest dependencies (#8769)
upgrade to latest dependencies bumping github.com/prometheus/otlptranslator 10a0f69...57de713: > 57de713 Merge pull request # 59 from prometheus/drop-grafana/regexp > 5ce944d Update common Prometheus files (# 60) > 4358f4e Remove usage of regexp > 7f02967 LabelNamer.Build: Collapse multiple underscores into one when UTF8Enabled is false (# 58) > d035177 Add LabelNamer.Build test cases (# 57) > 66f892c feat: Implement PermissiveLabelSanitization (# 55) > 6d5b189 bug_fix: Labels names that are only underscores should return errors (# 56) > 6da98df readme: make instability explicit (# 52) bumping golang.org/x/crypto 5307a0c...627cb89: > 627cb89 go.mod: update golang.org/x dependencies > dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback > 1336e21 x509roots/fallback: update bundle > 2beaa59 ssh: add VerifiedPublicKeyCallback > 66c3d8c ssh: add support for FIPS mode > ddb4e80 ssh: remove custom contains, use slices.Contains > f4d47b0 ssh: return clearer error when signature algorithm is used as key format > 96dc232 x509roots/fallback/bundle: add bundle package to export root certs > 8c9ba31 all: freeze and deprecate more packages > 559e062 ssh/agent: return an error for unexpected message types 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 knative.dev/reconciler-test 3808571...8d0cfe5: > 8d0cfe5 upgrade to latest dependencies (# 827) bumping golang.org/x/mod 1759e96...bba3e06: > bba3e06 go.mod: update golang.org/x dependencies 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 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/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 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 Signed-off-by: Knative Automation <[email protected]>
1 parent 7b66944 commit f418ff6

Some content is hidden

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

57 files changed

+2565
-3058
lines changed

go.mod

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
go.uber.org/atomic v1.10.0
4141
go.uber.org/multierr v1.11.0
4242
go.uber.org/zap v1.27.0
43-
golang.org/x/net v0.44.0
43+
golang.org/x/net v0.46.0
4444
golang.org/x/sync v0.17.0
4545
k8s.io/api v0.33.5
4646
k8s.io/apiextensions-apiserver v0.33.5
@@ -51,8 +51,8 @@ require (
5151
k8s.io/utils v0.0.0-20241210054802-24370beab758
5252
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373
5353
knative.dev/hack/schema v0.0.0-20251013111017-49bc1be5f373
54-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede
55-
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1
54+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4
55+
knative.dev/reconciler-test v0.0.0-20251013135621-8d0cfe5c369e
5656
sigs.k8s.io/randfill v1.0.0
5757
sigs.k8s.io/yaml v1.6.0
5858
)
@@ -78,7 +78,6 @@ require (
7878
github.com/gobuffalo/flect v1.0.3 // indirect
7979
github.com/gogo/protobuf v1.3.2 // indirect
8080
github.com/google/gnostic-models v0.6.9 // indirect
81-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
8281
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
8382
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8483
github.com/josharian/intern v1.0.0 // indirect
@@ -91,7 +90,7 @@ require (
9190
github.com/prometheus/client_golang v1.23.2 // indirect
9291
github.com/prometheus/client_model v0.6.2 // indirect
9392
github.com/prometheus/common v0.66.1 // indirect
94-
github.com/prometheus/otlptranslator v0.0.2 // indirect
93+
github.com/prometheus/otlptranslator v1.0.0 // indirect
9594
github.com/prometheus/procfs v0.17.0 // indirect
9695
github.com/rickb777/plural v1.2.1 // indirect
9796
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -110,14 +109,14 @@ require (
110109
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
111110
go.uber.org/automaxprocs v1.6.0 // indirect
112111
go.yaml.in/yaml/v2 v2.4.2 // indirect
113-
golang.org/x/crypto v0.42.0 // indirect
114-
golang.org/x/mod v0.28.0 // indirect
112+
golang.org/x/crypto v0.43.0 // indirect
113+
golang.org/x/mod v0.29.0 // indirect
115114
golang.org/x/oauth2 v0.30.0 // indirect
116-
golang.org/x/sys v0.36.0 // indirect
117-
golang.org/x/term v0.35.0 // indirect
118-
golang.org/x/text v0.29.0 // indirect
115+
golang.org/x/sys v0.37.0 // indirect
116+
golang.org/x/term v0.36.0 // indirect
117+
golang.org/x/text v0.30.0 // indirect
119118
golang.org/x/time v0.12.0 // indirect
120-
golang.org/x/tools v0.37.0 // indirect
119+
golang.org/x/tools v0.38.0 // indirect
121120
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
122121
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
123122
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect

go.sum

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pf
273273
github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM=
274274
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
275275
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
276-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248=
277-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk=
278276
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
279277
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 h1:8Tjv8EJ+pM1xP8mK6egEbD1OgnVTyacbefKhmbLhIhU=
280278
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2/go.mod h1:pkJQ2tZHJ0aFOVEEot6oZmaVEZcRme73eIFmhiVuRWs=
@@ -438,8 +436,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
438436
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
439437
github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs=
440438
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
441-
github.com/prometheus/otlptranslator v0.0.2 h1:+1CdeLVrRQ6Psmhnobldo0kTp96Rj80DRXRd5OSnMEQ=
442-
github.com/prometheus/otlptranslator v0.0.2/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
439+
github.com/prometheus/otlptranslator v1.0.0 h1:s0LJW/iN9dkIH+EnhiD3BlkkP5QVIUVEoIwkU+A6qos=
440+
github.com/prometheus/otlptranslator v1.0.0/go.mod h1:vRYWnXvI6aWGpsdY/mOT/cbeVRBlPWtBNDb7kGR3uKM=
443441
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
444442
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
445443
github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A=
@@ -583,8 +581,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
583581
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
584582
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
585583
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
586-
golang.org/x/crypto v0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI=
587-
golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
584+
golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04=
585+
golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0=
588586
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
589587
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
590588
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -623,8 +621,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
623621
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
624622
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
625623
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
626-
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
627-
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
624+
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
625+
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
628626
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
629627
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
630628
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -671,8 +669,8 @@ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qx
671669
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
672670
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
673671
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
674-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
675-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
672+
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
673+
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
676674
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
677675
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
678676
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -780,15 +778,15 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
780778
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
781779
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
782780
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
783-
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
784-
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
781+
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
782+
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
785783
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
786784
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
787785
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
788786
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
789787
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
790-
golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ=
791-
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
788+
golang.org/x/term v0.36.0 h1:zMPR+aF8gfksFprF/Nc/rd1wRS1EI6nDBGyWAvDzx2Q=
789+
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
792790
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
793791
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
794792
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -801,8 +799,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
801799
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
802800
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
803801
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
804-
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
805-
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
802+
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
803+
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
806804
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
807805
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
808806
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -866,8 +864,8 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
866864
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
867865
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
868866
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
869-
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
870-
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
867+
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
868+
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
871869
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
872870
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
873871
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -1096,10 +1094,10 @@ knative.dev/hack v0.0.0-20251013111017-49bc1be5f373 h1:fQOPV7/irGmQZtZ52Ez1VdVti
10961094
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
10971095
knative.dev/hack/schema v0.0.0-20251013111017-49bc1be5f373 h1:q2cRKyceiWTYHCdfkCMwr3rz7WoJYJaf/Cp3LzwAYss=
10981096
knative.dev/hack/schema v0.0.0-20251013111017-49bc1be5f373/go.mod h1:KkibP1IazICP5ClxwN5D26LDSygsqbYnVGuGFTsHNOQ=
1099-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede h1:ADQEXMQlfbjBjicJdou8R5WjPHm0/5FyyV58RQ9eYPU=
1100-
knative.dev/pkg v0.0.0-20251007184713-a624c759bede/go.mod h1:pNETfvzYq5MmPTi+XGGIjjgvQSYvu4pxxLF1muKunhs=
1101-
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1 h1:MTcj2ddLJCQrUdciKTE57ORKHD0YRxFUESTJKtzQxi8=
1102-
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1/go.mod h1:5HykoQclzr1XbI4M8QXukYnlhBTN/d/IlhqZc8ZgE1A=
1097+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4 h1:KYrU0CyeN/2sdKNb66HUoNpM3MNl5Ve/0OKelNj0P9k=
1098+
knative.dev/pkg v0.0.0-20251014184739-27b61c2839a4/go.mod h1:n1b0vmxRZzuKraBLBG0Pyf7BB//8bxwmgBy3sFj/taE=
1099+
knative.dev/reconciler-test v0.0.0-20251013135621-8d0cfe5c369e h1:jMSuETpxHyU4BJ4H36OIUGXaHc7vbeoyHKMrTFKIw5Y=
1100+
knative.dev/reconciler-test v0.0.0-20251013135621-8d0cfe5c369e/go.mod h1:CMMua8G5IoW+BuBhqTYQKtKexoZewG/8eOfa6S5qF8I=
11031101
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
11041102
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
11051103
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/github.com/grafana/regexp/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/grafana/regexp/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/github.com/grafana/regexp/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)