go.mod: google/certificate-transparency-go v1.1.4, etcd v3.5.6 #3097
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.
go.mod: github.com/google/certificate-transparency-go v1.1.4
This removes 650K+ lines dependencies that were unused and (most of them)
only there for testing in upstream (tools.go etc, for force dependencies, joy!)
go.mod: go.etcd.io/etcd/server/v3 v3.5.6
Updating this after we updated github.com/google/certificate-transparency-go
to prevent unneeded code-churn of dependencies that have now been removed.
No significant changes in vendored code, but removes the unmaintained
and deprecated github.com/form3tech-oss/jwt-go dependency from the tree.
full diff etcd-io/etcd@server/v3.5.5...server/v3.5.6
go.mod: github.com/sirupsen/logrus v1.9.0
Mostly to align with the other projects.
go.mod: github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
Fixes a potential panic.
full diff: fernet/fernet-go@9eac43b...9f70042
full diff: rcrowley/go-metrics@3113b84...cf1acfc