Skip to content

Commit bb6ddf1

Browse files
upgrade to latest dependencies (#2143)
bumping golang.org/x/sync 7fad2c9...04914c2: > 04914c2 all: upgrade go directive to at least 1.24.0 [generated] bumping knative.dev/serving 6bab565...12777f6: > 12777f6 add initialize conditions to MakePA to avoid potential race conditions (# 16037) > 097de3d Change dry-run behavior (# 16008) 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 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 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 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 Signed-off-by: Knative Automation <[email protected]>
1 parent 5a4835d commit bb6ddf1

File tree

41 files changed

+893
-399
lines changed

Some content is hidden

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

41 files changed

+893
-399
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ require (
2323
knative.dev/caching v0.0.0-20250903014443-99773f99f3b6
2424
knative.dev/eventing v0.46.1-0.20250908062745-c9cfca897068
2525
knative.dev/hack v0.0.0-20250902153942-1499de21e119
26-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646
26+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b
2727
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378
28-
knative.dev/serving v0.46.1-0.20250905135143-6bab56591b55
28+
knative.dev/serving v0.46.1-0.20250908164532-12777f672fea
2929
sigs.k8s.io/yaml v1.6.0
3030
)
3131

@@ -101,17 +101,17 @@ require (
101101
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
102102
github.com/pkg/errors v0.9.1 // indirect
103103
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
104-
github.com/prometheus/client_golang v1.23.0 // indirect
104+
github.com/prometheus/client_golang v1.23.2 // indirect
105105
github.com/prometheus/client_model v0.6.2 // indirect
106-
github.com/prometheus/common v0.65.0 // indirect
106+
github.com/prometheus/common v0.66.1 // indirect
107107
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
108108
github.com/prometheus/procfs v0.17.0 // indirect
109109
github.com/rickb777/date v1.13.0 // indirect
110110
github.com/rickb777/plural v1.2.1 // indirect
111111
github.com/robfig/cron/v3 v3.0.1 // indirect
112112
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect
113113
github.com/spf13/pflag v1.0.7 // indirect
114-
github.com/stretchr/testify v1.10.0 // indirect
114+
github.com/stretchr/testify v1.11.1 // indirect
115115
github.com/tsenart/vegeta/v12 v12.12.0 // indirect
116116
github.com/valyala/bytebufferpool v1.0.0 // indirect
117117
github.com/wavesoftware/go-ensure v1.0.0 // indirect
@@ -140,7 +140,7 @@ require (
140140
go.yaml.in/yaml/v2 v2.4.2 // indirect
141141
golang.org/x/crypto v0.41.0 // indirect
142142
golang.org/x/net v0.43.0 // indirect
143-
golang.org/x/sync v0.16.0 // indirect
143+
golang.org/x/sync v0.17.0 // indirect
144144
golang.org/x/sys v0.35.0 // indirect
145145
golang.org/x/term v0.34.0 // indirect
146146
golang.org/x/text v0.28.0 // indirect
@@ -152,7 +152,7 @@ require (
152152
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
153153
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
154154
google.golang.org/grpc v1.74.2 // indirect
155-
google.golang.org/protobuf v1.36.7 // indirect
155+
google.golang.org/protobuf v1.36.8 // indirect
156156
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
157157
gopkg.in/inf.v0 v0.9.1 // indirect
158158
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqr
748748
github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
749749
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
750750
github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
751-
github.com/prometheus/client_golang v1.23.0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=
752-
github.com/prometheus/client_golang v1.23.0/go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE=
751+
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
752+
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
753753
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
754754
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
755755
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -767,8 +767,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
767767
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
768768
github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
769769
github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
770-
github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE=
771-
github.com/prometheus/common v0.65.0/go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8=
770+
github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs=
771+
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
772772
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f h1:QQB6SuvGZjK8kdc2YaLJpYhV8fxauOsjE6jgcL6YJ8Q=
773773
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
774774
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
@@ -856,8 +856,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
856856
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
857857
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
858858
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
859-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
860-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
859+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
860+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
861861
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
862862
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
863863
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
@@ -1177,8 +1177,8 @@ golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
11771177
golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
11781178
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
11791179
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
1180-
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
1181-
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
1180+
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
1181+
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
11821182
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
11831183
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
11841184
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -1608,8 +1608,8 @@ google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
16081608
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
16091609
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
16101610
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
1611-
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=
1612-
google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
1611+
google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc=
1612+
google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU=
16131613
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
16141614
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
16151615
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
@@ -1711,12 +1711,12 @@ knative.dev/hack v0.0.0-20250902153942-1499de21e119 h1:NbQvjnFK1tL489LN0qAybWy0E
17111711
knative.dev/hack v0.0.0-20250902153942-1499de21e119/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
17121712
knative.dev/networking v0.0.0-20250820015349-8f495ee80e52 h1:otZjfxLAOcn1wV9Yl8i7VZ4aDWiS2NEo2Kyg3b0a4pA=
17131713
knative.dev/networking v0.0.0-20250820015349-8f495ee80e52/go.mod h1:rEXgxXZ7rmrif823YRJgaQO89jySTDor0NNEq6tlC6Q=
1714-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646 h1:90qlepWL0OJjPN8bkwX7CiyUwMGcGi++mslcbfIKNfQ=
1715-
knative.dev/pkg v0.0.0-20250903014743-528bde37b646/go.mod h1:ROyn4KNeXnoDS85bZkA7wiVpZgqZCukoh8u6xrDZyHo=
1714+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b h1:Gscoeovr8XvQffYg6l2d7V8M5FuaJg34Hjg8e9sg21Y=
1715+
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b/go.mod h1:OLfYBCgDhdEpaC2TEixU3e7byMEQmke/MHP3xsR7Gmo=
17161716
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378 h1:mvnOMv1zs+beLfah6FpY1+bz/V68bBzwrVla8NvfTho=
17171717
knative.dev/reconciler-test v0.0.0-20250904013547-20f3cb2fc378/go.mod h1:tIDUu91ZDNmIIZGzRoX4gXzIZdbo5INPTFLzX9wwQfI=
1718-
knative.dev/serving v0.46.1-0.20250905135143-6bab56591b55 h1:8LalhZhcjcm3HjaJ2mb7WqECE9HS451UBcWSD/LQ0WI=
1719-
knative.dev/serving v0.46.1-0.20250905135143-6bab56591b55/go.mod h1:i/Y4PwFeTihf3fjCQ6zd8d8tu5c5yxwabOxysL3aGDk=
1718+
knative.dev/serving v0.46.1-0.20250908164532-12777f672fea h1:EEHSdAL0Bf9Gq8Oq3I6RtRr0zKXON3GDGpvTMDg10tQ=
1719+
knative.dev/serving v0.46.1-0.20250908164532-12777f672fea/go.mod h1:i/Y4PwFeTihf3fjCQ6zd8d8tu5c5yxwabOxysL3aGDk=
17201720
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
17211721
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
17221722
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

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)