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

deps: update crypto dependency for macOS support #522

Merged
merged 1 commit into from May 20, 2022

Commits on May 17, 2022

  1. deps: update crypto dependency for macOS support

    Not sure if this is M1 specific or just newer versions of macOS altogether,
    but hclfmt cannot be installed with the transitive dependency on
    `golang.org/x/sys@v0.0.0-20190502175342-a43fa875dd82`
    caused by the dependency on `golang.org/x/crypto`.
    
    Update the crypto library so that a newer version of sys gets pulled in,
    which compiles fine.
    shoenig committed May 17, 2022
    Copy the full SHA
    8927e75 View commit details
    Browse the repository at this point in the history