Skip to content

Commit

Permalink
[main] Upgrade to latest dependencies (#7744)
Browse files Browse the repository at this point in the history
upgrade to latest dependencies

bumping github.com/prometheus/client_model 1c92cad...d56cd79:
  > d56cd79 add exemplar to native histogram (# 80)
  > f22bbab Merge pull request # 79 from prometheus/repo_sync
  > f68ef47 Merge pull request # 78 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.32.0
  > 552c44f Update common Prometheus files
  > 93dfe21 Merge pull request # 77 from prometheus/repo_sync
  > 2aad054 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
  > 9b7b675 Merge pull request # 76 from prometheus/repo_sync
  > d150866 Update common Prometheus files
  > c26a8ee Merge pull request # 75 from vesari/add-unit
  > 734da88 Update common Prometheus files
  > 62658f5 Merge pull request # 74 from prometheus/repo_sync
  > 003f160 Add unit field to MetricFamily proto message
  > f095bcd Merge pull request # 73 from prometheus/repo_sync
  > 2ba4e15 Update common Prometheus files
  > fc673f1 Update common Prometheus files
bumping knative.dev/pkg 181596e...6b13f01:
  > 6b13f01 Bump github.com/prometheus/common from 0.48.0 to 0.49.0 (# 2980)
bumping github.com/prometheus/common bd41eb6...36d0bf9:
  > 36d0bf9 labelset: optimise String() function (# 590)
  > e8be06d LabelSet: Fix alphabetical sorting for prometheus LabelSet (# 575)
  > 52e512c http_config: Add host (# 549)
  > 699b115 Upgrade client_model to v.0.6.0 (# 589)
  > 48d2e18 Write created lines when negotiating OpenMetrics (# 504)
  > b27d4bf Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (# 585)
  > 9c61db0 Avoid off-spec openmetrics exposition when exemplars have empty labels (# 569)
  > dd8b1ec Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 (# 587)
  > 9fbe2ed Deprecate version.NewCollector (# 579)
  > eb39912 Update Go (# 588)
  > c9f742f Update common Prometheus files (# 581)
  > b98cb7c Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 (# 571)
  > bf53040 Update common Prometheus files (# 574)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Mar 6, 2024
1 parent 95996a0 commit c9de4b5
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 112 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -49,7 +49,7 @@ require (
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47
knative.dev/hack/schema v0.0.0-20240302114326-e6dedc74dc47
knative.dev/pkg v0.0.0-20240304225122-181596eba93a
knative.dev/pkg v0.0.0-20240305144923-6b13f01ae5f7
knative.dev/reconciler-test v0.0.0-20240304074532-57fea69da0a1
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -103,8 +103,8 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.49.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rickb777/plural v1.2.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Expand Up @@ -375,16 +375,16 @@ github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=
github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI=
github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos=
github.com/prometheus/client_model v0.6.0/go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8=
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
github.com/prometheus/common v0.35.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=
github.com/prometheus/common v0.48.0/go.mod h1:0/KsvlIEfPQCQ5I2iNSAWKPZziNCvRs5EC6ILDTlAPc=
github.com/prometheus/common v0.49.0 h1:ToNTdK4zSnPVJmh698mGFkDor9wBI/iGaJy5dbH1EgI=
github.com/prometheus/common v0.49.0/go.mod h1:Kxm+EULxRbUkjGU6WFsQqo3ORzB4tyKvlWFOE9mB2sE=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
Expand Down Expand Up @@ -882,8 +882,8 @@ knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47 h1:ob3nmyZw8vJbvnHQdnDTG/5RD
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/hack/schema v0.0.0-20240302114326-e6dedc74dc47 h1:K9QI7n+t72ER5XZkS4axbgpzvHtvOAKb07XvPPIzsZU=
knative.dev/hack/schema v0.0.0-20240302114326-e6dedc74dc47/go.mod h1:3pWwBLnTZSM9psSgCAvhKOHIPTzqfEMlWRpDu6IYhK0=
knative.dev/pkg v0.0.0-20240304225122-181596eba93a h1:lCEYv0sQlfTYJBixS03hbmp7B6AqUWvkPukgHgCZ4ls=
knative.dev/pkg v0.0.0-20240304225122-181596eba93a/go.mod h1:6fwZeDXPn36bu7kVMcgZrL9o5pZnaPa9BNwjlWdkFOc=
knative.dev/pkg v0.0.0-20240305144923-6b13f01ae5f7 h1:/HywUbVbk1SmZqjnL0Xs8pL6nGB2JKWPnqu4cuEtImY=
knative.dev/pkg v0.0.0-20240305144923-6b13f01ae5f7/go.mod h1:U/BhJJ4aJjqRdQiQ3lt7zFuoO81hCuIiOPDkKdoUzZc=
knative.dev/reconciler-test v0.0.0-20240304074532-57fea69da0a1 h1:09pM9hWutV8Dg+KXrI1bty4QyiKFwENHDPxX4ZyMGqE=
knative.dev/reconciler-test v0.0.0-20240304074532-57fea69da0a1/go.mod h1:pCtswRXYebpNuMjsvvshg348F4WIir5dXI7GvQEHWlE=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
Expand Down

0 comments on commit c9de4b5

Please sign in to comment.