build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6 #6975
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update google/certificate-transparency-go from 1.1.4 to 1.1.6
Release notes: https://github.com/google/certificate-transparency-go/releases/tag/v1.1.6
Changelog: google/certificate-transparency-go@v1.1.4...v1.1.6
Update prometheus/client_golang from v1.14.0 to v1.15.1
Release notes: https://github.com/prometheus/client_golang/releases/tag/v1.15.1
Changelog: prometheus/client_golang@v1.14.0...v1.15.1
Update prometheus/client_model from v0.3.0 to v0.4.0
Release notes: https://github.com/prometheus/client_model/releases/tag/v0.4.0
Changelog: prometheus/client_model@v0.3.0...v0.4.0
Update x/sync from v0.1.0 to v0.2.0
Changelog: golang/sync@v0.1.0...v0.2.0
Minor updates to various indirect dependencies as well.
The prometheus/client_golang update changes the type of
prometheus.Desc.variableLabels
from[]string
toprometheus.ConstrainedLabels
, which changes the string representation of that field, necessitating a minor test expectations update in //rocsp/metrics_test.Fixes #4548