Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: google/certificate-transparency-go v1.1.4, etcd v3.5.6 #3097

Merged
merged 4 commits into from Nov 23, 2022

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Nov 23, 2022

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!)

Screenshot 2022-11-23 at 16 29 30

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

  • fixes race-conditions and performance optimizations
  • guard against multiple registrations of runtime and debug stats
  • now tested against more current go versions

full diff: rcrowley/go-metrics@3113b84...cf1acfc

This removes 500K+ lines dependencies that were unused and (most of them)
only there for testing in upstream (tools.go etc, to force dependencies, joy!)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Mostly to align with the other projects.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@9aad6ba). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3097   +/-   ##
=========================================
  Coverage          ?   62.00%           
=========================================
  Files             ?      153           
  Lines             ?    24176           
  Branches          ?        0           
=========================================
  Hits              ?    14990           
  Misses            ?     7640           
  Partials          ?     1546           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Fixes a potential panic.

full diff: fernet/fernet-go@9eac43b...9f70042

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah marked this pull request as ready for review November 23, 2022 16:05
@thaJeztah thaJeztah merged commit b17f02f into moby:master Nov 23, 2022
@thaJeztah thaJeztah deleted the update_transparency_and_etcd branch November 23, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants