Skip to content

Commit fab0c49

Browse files
upgrade to latest dependencies (#682)
bumping google.golang.org/protobuf 7e776d4...0833cf3: > 0833cf3 all: release v1.36.8 > 0af3f0f all: set Go language version to Go 1.23 > 5ccbdec types: regenerate using latest protobuf v32 release > 708d96f all: start v1.36.7-devel bumping github.com/prometheus/client_golang e4b2208...8179a56: > 8179a56 Cut v1.23.2 (# 1870) > 4142b59 Merge pull request # 1869 from prometheus/arve/upgrade-common > 4ff40f0 Cut v1.23.1 (# 1867) > 989b029 Upgrade to prometheus/common v0.66 (# 1866) bumping knative.dev/pkg 528bde3...8c9c1d3: > 8c9c1d3 [controller] fix depth metrics (# 3253) > 3ec4afe Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 (# 3252) > 455d6e9 Bump golang.org/x/sync from 0.16.0 to 0.17.0 in the golang-x group (# 3249) > efb6a4f Add threadiness in log line (# 3247) > eafac73 Bump github.com/prometheus/common from 0.65.0 to 0.66.1 (# 3250) bumping github.com/stretchr/testify 89cbdd9...2a57335: > 2a57335 Merge pull request # 1788 from brackendawson/1785-backport-1.11 > b7801fb Merge pull request # 1778 from stretchr/dependabot/github_actions/actions/checkout-5 > af8c912 Backport # 1786 to release/1.11 > a53be35 Improve captureTestingT helper > 69831f3 build(deps): bump actions/checkout from 4 to 5 > aafb604 mock: improve formatting of error message > 7218e03 improve error msg > 929a212 Merge pull request # 1758 from stretchr/dolmen/suite-faster-method-filtering > c58bc90 Merge pull request # 1764 from stretchr/dolmen/suite-refactor-stats-for-readability > bc7459e suite: faster filtering of methods (-testify.m) > 39b912b Merge pull request # 1766 from stretchr/dolmen/assert-testing-parallel-TestFileDirExists > 87101a6 suite.Run: refactor handling of stats > 7d37b5c suite: refactor methodFilter > 6c516f8 assert.CallerInfo: cleanup > 44c0281 assert/tests: improve failure reporting in Test{No,}{File,Dir}Exists > 5c94955 assert.CallerInfo: micro optimization by using LastIndexByte > 50277a8 assert/tests: simplify Test{No,}{File,Dir}Exists > b50b016 suite.Run: simplify running of Setup/TeardownSuite (# 1769) > d912549 assert/tests: enable parallel testing for Test{,No}{File,Dir}Exists > 7c2bbf9 Merge pull request # 1763 from stretchr/sketch/improve-equalvalues-coverage > 7127b60 assert.ErrorAs: simplify retrieving the type name > 5488b21 assert: improve EqualValues test coverage to 100% > 26b02e2 Merge pull request # 1761 from dolmen/refactor-isEmpty-using-reflect.Value.IsZero > 7a1b408 doc: improve godoc of top level 'testify' package > acd15f6 assert.Empty: refactor using reflect.Value.IsZero() > c519b79 assert.Empty: comprehensive doc of "Empty"-ness rules > 890082e assert.Empty: refactor isEmpty (1) > 5d95b18 Merge pull request # 1567 from stretchr/fix-dependency-cycle > 0b5b5e6 assert: add Benchmark_isEmpty > a5d5c33 Merge pull request # 1745 from ccoveille-forks/improve-tests-empty-notempty > 553e822 go.mod: add comment about how to fix dep cycle with objx > 0ff4bb4 Merge pull request # 1751 from stretchr/dolmen/suite-fix-use-of-testing-internals > 559d23a check test failure message for Empty and NotEmpty > 250eaa5 deps: fix dependency cycle with objx > 186f165 Merge pull request # 1756 from stretchr/dolmen/mock-Parallel-testing > 82767ae suite: cleanup use of 'testing' internals at runtime > 9fc264e assert: add IsNotType (# 1730) > 4f71159 assert.YAMLEq: shortcut if same strings > 8b3dc18 mock: enable parallel testing on internal testsuite > 2035e7d Merge pull request # 1739 from ccoveille-forks/asserter-gofumpt > 4eb688b assert.JSONEq: shortcut if same strings > 016e2e9 Merge pull request # 1671 from alexandear-org/chore/remove-deprecated-build-constraints > 9bcca2f Format assertions files with gofumpt > 3c1541a Improve usage of Sprintf with Same/NotSame > 296df14 Merge pull request # 1734 from stretchr/errors-asserter > 0b6039e assert: remove deprecated build constraints > c98ef6e Merge pull request # 1423 from stretchr/add-Helper-method-in-tests > 111716d Merge pull request # 1729 from siliconbrain/fix-subset-notsubset-mixed-type > c2116b4 Improve ErrorAs failure message when error is nil > 5ac6528 Merge pull request # 1716 from brackendawson/update-maintainers > d2ddb5d suite.Passed: add one more status test report (# 1706) > 8f73f15 assert.CollectT: add Helper() method > d338e95 Merge pull request # 1681 from tsioftas/tsioftas/erroris-improve > 121ddb9 clarify behavior of Subset/NotSubset when passing maps > a948a8c Merge pull request # 1674 from alexandear/refactor/simplify-with-sprintf-q > d0e0f49 Propose Christophe Colombier (ccoVeille) as approver > 83d32a3 Merge pull request # 1747 from stretchr/dolmen/assert,require-enable-parallel-testing > e2ad959 mock/tests: add method Helper() to all mock of *testing.T > 520d02e Merge pull request # 1675 from architagr/doc-update-for-error-fn > e7b1880 update error message based on suggestion > 2a9c44b fix Subset/NotSubset when calling with mixed input types (array/slice list with map subset) > 16020e8 Merge pull request # 1687 from alexandear/docs-format-go-examples > c3915e8 Merge branch 'master' into refactor/simplify-with-sprintf-q > b561f16 Correct maintainers list > 11522a0 Merge pull request # 1746 from stretchr/dolmen/fix-CI-script-shebang > 603c2a0 assert,require: enable parallel testing on (almost) all top tests > b534400 require/tests: add Helper() method to all mocks of *testing.T > f4244f1 Merge pull request # 1427 from cszczepaniak/cs/quicker_eventually > 01b9a87 Merge branch 'master' into doc-update-for-error-fn > 5ed1b90 Update assert/assertions_test.go > 3b8bd9b Merge pull request # 1614 from DevotedHealth/mauclair-call-stack-perf > 75df9d5 Update mdsf > 30f3cef Apply suggestions from code review > af716f8 CI: fix shebang in .ci.*.sh scripts > bf47cc8 assert/tests: add Helper() in all testing.T mocks > a31a53e Merge pull request # 1615 from DevotedHealth/mauclair-mock-match-sprintf > bae586f colocate never/eventually tests > d0c350a Update assert/doc.go > 19ddcbb go fmt > 1e7fb58 Merge pull request # 1709 from techfg/chore/issue-1621-update-docs > cfee234 review feedback > 33be8f9 Move to jobs.build > d57bac8 refactor: use %q to simplify fmt.Sprintf > e6575e0 Update mock.go > bf2c747 simplify tests > 0c9a9e0 Update assert/doc.go > 7434b14 Improve ErrorIs message when error is nil but an error was expected > 65f7386 Merge pull request # 1710 from greg0ire/doc-goroutine-restriction > c6ac9bb chore: update per PR feedback > 7f10816 review feedback > a9e8aed Remove mistakenly added .ci.gofmt.sh > cbf6e73 simplified renderers > ab114f8 test never when it fails quickly > 992db2b upadte doc > 5a5ac85 Merge pull request # 1062 from lambdanis/fix-fail-message-formatting > b1c9368 Improve existing docs > 098128f chore: update docs for Unset # 1621 > 176474a cleanup > dfda68b Verify formatting of code snippets in CI > 3d98e69 cleanup > e4e93dd update Never to also check the condition initially > e32ceae Update assert/doc.go > f784abc Merge pull request # 1345 from craig65535/fix-assert-erroras > 53e0c91 Merge branch 'master' into fix-fail-message-formatting > 89086b0 Document consequences of calling t.FailNow() > 28e0be5 refill stack frame buffer after it's exhausted > 3cf0926 docs: Format examples in README > 2b53603 wip > f963164 test that we succeed quickly > d5cd75a update documentation of assert package to mention that all function return a bool value > 7c367bb Merge pull request # 1684 from alexandear/refactor-replace-deprecated-ioutil > c60c3bd dereference target > 0e5b596 Fix failure message formatting for Positive and Negative asserts > 4a90eff fix > dd72533 wip > cd4dc28 respect the timeout on the initial condition check > 500cb17 Merge branch 'master' into doc-update-for-error-fn > e6a990c Merge pull request # 1688 from alexandear/docs-fix-typo > 014ae9a Replace deprecated io/ioutil with io and os > 1c717c0 Add return > 3ca01f4 Stop querying for stack frames multiple times on CallerInfo() > 68f35d2 return early in Eventually and EventuallyWithT > 0c935ad Merge branch 'master' into doc-update-for-error-fn > f8c628e docs: Fix typo in README > ccb5e7f Remove redundant returns > fc69fea Merge branch 'master' into doc-update-for-error-fn > ca6698b assert.ErrorAs: log target type > d27af4e update documentation for auto require package > 2eca2b1 update documentation for the Error function in assert or require package # 1609 bumping github.com/prometheus/common 75c3814...8975dde: > 8975dde Revert "Use go.uber.org/atomic instead of sync/atomic (# 825)" (# 838) > 08d7f66 Move to supported version of yaml parser (# 834) > 80e275e Revert "Use github.com/grafana/regexp instead of regexp" (# 835) > 4c2f9e7 Merge pull request # 832 from roidelapluie/retract > 2b1487c Merge pull request # 827 from prometheus/dependabot/go_modules/github.com/stretchr/testify-1.11.1 > e120453 Retract v1.20.3 > db38951 Merge pull request # 829 from prometheus/dependabot/go_modules/golang.org/x/net-0.43.0 > 9e19a90 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 > c7a031c Merge pull request # 830 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.8 > a1ba2a7 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 > 6b610b6 Merge pull request # 826 from prometheus/dependabot/go_modules/assets/github.com/stretchr/testify-1.11.1 > fc7cce0 build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 > 3d3db39 Enable revive rules (# 823) > b9c5f39 build(deps): bump github.com/stretchr/testify in /assets > 7937ffb Enable revive rule unused-parameter (# 824) > 6d40fe1 Use go.uber.org/atomic instead of sync/atomic (# 825) > 149efd6 Use github.com/grafana/regexp instead of regexp > ff65168 Enable gocritic linter (# 818) > a9690fa Enable the fatcontext linter (# 822) > 15ce6ee Enable unconvert linter (# 819) > b775ce4 Enable usestdlibvars linter (# 820) > e8184e3 Enable the godot linter (# 821) > efa2e6b Sync .golangci.yml with prometheus/prometheus (# 817) > 9deefba expfmt: Add NewTextParser function (# 816) > 053ba9a ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces (# 807) > fc488aa Decoder: Remove use of global name validation and add validation (# 808) > 918f899 Merge pull request # 814 from prometheus/owilliams/ghactions > 755384c Merge pull request # 810 from prometheus/dependabot/go_modules/golang.org/x/net-0.42.0 > a4976d6 ci: update upload-actions > 01383ba Merge pull request # 813 from wmcram/negotiate-typo > 5546e8b build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 > 0ad974f Merge pull request # 809 from thampiotr/fix-escape-delim-proto > 30ca184 docs: fix typo in expfmt.Negotiate > c79a891 Add `ValidationScheme` methods `IsValidMetricName` and `IsValidLabelName` (# 806) > 96a9730 Fix delimited proto not escaped correctly > 0e1982f Update common Prometheus files (# 803) > 9fd5be9 Update common Prometheus files (# 802) > d5e1c62 fix(promslog): always print time.Duration values as go duration strings (# 798) > e231fec build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (# 800) > 7f8b2a0 model.ValidationScheme: Support encoding as YAML (# 799) > 0a409d6 model: add constants for type and unit labels. (# 801) bumping golang.org/x/sync 7fad2c9...04914c2: > 04914c2 all: upgrade go directive to at least 1.24.0 [generated] Signed-off-by: Knative Automation <automation@knative.team>
1 parent ce2efd3 commit fab0c49

39 files changed

Lines changed: 886 additions & 388 deletions

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/nats-io/nkeys v0.4.11
1717
github.com/pkg/errors v0.9.1 // indirect
1818
github.com/rickb777/date v1.13.0
19-
github.com/stretchr/testify v1.10.0
19+
github.com/stretchr/testify v1.11.1
2020
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
2121
go.opentelemetry.io/otel v1.37.0
2222
go.opentelemetry.io/otel/metric v1.37.0
@@ -31,7 +31,7 @@ require (
3131
k8s.io/utils v0.0.0-20241210054802-24370beab758
3232
knative.dev/eventing v0.46.1-0.20250908062745-c9cfca897068
3333
knative.dev/hack v0.0.0-20250902153942-1499de21e119
34-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646
34+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b
3535
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378
3636
)
3737

@@ -76,9 +76,9 @@ require (
7676
github.com/nats-io/jwt/v2 v2.7.4 // indirect
7777
github.com/nats-io/nuid v1.0.1 // indirect
7878
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
79-
github.com/prometheus/client_golang v1.23.0 // indirect
79+
github.com/prometheus/client_golang v1.23.2 // indirect
8080
github.com/prometheus/client_model v0.6.2 // indirect
81-
github.com/prometheus/common v0.65.0 // indirect
81+
github.com/prometheus/common v0.66.1 // indirect
8282
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
8383
github.com/prometheus/procfs v0.17.0 // indirect
8484
github.com/rickb777/plural v1.2.1 // indirect
@@ -104,7 +104,7 @@ require (
104104
golang.org/x/mod v0.27.0 // indirect
105105
golang.org/x/net v0.43.0 // indirect
106106
golang.org/x/oauth2 v0.30.0 // indirect
107-
golang.org/x/sync v0.16.0 // indirect
107+
golang.org/x/sync v0.17.0 // indirect
108108
golang.org/x/sys v0.35.0 // indirect
109109
golang.org/x/term v0.34.0 // indirect
110110
golang.org/x/text v0.28.0 // indirect
@@ -114,7 +114,7 @@ require (
114114
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
115115
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
116116
google.golang.org/grpc v1.74.2 // indirect
117-
google.golang.org/protobuf v1.36.7 // indirect
117+
google.golang.org/protobuf v1.36.8 // indirect
118118
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
119119
gopkg.in/inf.v0 v0.9.1 // indirect
120120
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P
420420
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
421421
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
422422
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
423-
github.com/prometheus/client_golang v1.23.0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=
424-
github.com/prometheus/client_golang v1.23.0/go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE=
423+
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
424+
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
425425
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
426426
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
427427
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -430,8 +430,8 @@ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNw
430430
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
431431
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
432432
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
433-
github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE=
434-
github.com/prometheus/common v0.65.0/go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8=
433+
github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs=
434+
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
435435
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f h1:QQB6SuvGZjK8kdc2YaLJpYhV8fxauOsjE6jgcL6YJ8Q=
436436
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
437437
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
@@ -481,8 +481,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
481481
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
482482
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
483483
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
484-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
485-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
484+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
485+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
486486
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
487487
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
488488
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
@@ -692,8 +692,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ
692692
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
693693
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
694694
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
695-
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
696-
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
695+
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
696+
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
697697
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
698698
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
699699
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -1014,8 +1014,8 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
10141014
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
10151015
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
10161016
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
1017-
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=
1018-
google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
1017+
google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc=
1018+
google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU=
10191019
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
10201020
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
10211021
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
@@ -1074,8 +1074,8 @@ knative.dev/eventing v0.46.1-0.20250908062745-c9cfca897068 h1:Qa8Kqsh7m5WCfUdrPC
10741074
knative.dev/eventing v0.46.1-0.20250908062745-c9cfca897068/go.mod h1:Cbonqnx7nVDpS7bbjZxm7ouDecCfdk2Xx5m2P7EAuj4=
10751075
knative.dev/hack v0.0.0-20250902153942-1499de21e119 h1:NbQvjnFK1tL489LN0qAybWy0E17Jpziwcv/XIHwfp6M=
10761076
knative.dev/hack v0.0.0-20250902153942-1499de21e119/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
1077-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646 h1:90qlepWL0OJjPN8bkwX7CiyUwMGcGi++mslcbfIKNfQ=
1078-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646/go.mod h1:ROyn4KNeXnoDS85bZkA7wiVpZgqZCukoh8u6xrDZyHo=
1077+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b h1:Gscoeovr8XvQffYg6l2d7V8M5FuaJg34Hjg8e9sg21Y=
1078+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b/go.mod h1:OLfYBCgDhdEpaC2TEixU3e7byMEQmke/MHP3xsR7Gmo=
10791079
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378 h1:mvnOMv1zs+beLfah6FpY1+bz/V68bBzwrVla8NvfTho=
10801080
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378/go.mod h1:tIDUu91ZDNmIIZGzRoX4gXzIZdbo5INPTFLzX9wwQfI=
10811081
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

vendor/github.com/prometheus/client_golang/prometheus/desc.go

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

vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.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/prometheus/client_golang/prometheus/labels.go

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

vendor/github.com/prometheus/common/expfmt/decode.go

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

vendor/github.com/prometheus/common/expfmt/encode.go

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

vendor/github.com/prometheus/common/expfmt/expfmt.go

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

vendor/github.com/prometheus/common/expfmt/fuzz.go

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

vendor/github.com/prometheus/common/expfmt/openmetrics_create.go

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

0 commit comments

Comments
 (0)