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

fix upgrading transitive coreos dependency breakage #1189

Merged
merged 3 commits into from
Jul 14, 2021

Commits on May 11, 2021

  1. fix upgrading transitive coreos dependency breakage

    The root of the problem is that the latest semver release of https://github.com/google/certificate-transparency-go is from 2018, and the etcd packages have been renamed since. For some reason the readme instructs the usage of `-u` with go get, so this upgrades that to the latest version, along with some other packages that are years out of date.
    
    more context at: etcd-io/etcd#11749
    
    resolves #1142, 
    resolves #1182
    resolves #1183
    resolves #1188
    nickysemenza committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b2552ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea2d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e582ed4 View commit details
    Browse the repository at this point in the history