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

Update keyring & go-keychain for macOS 11 fix #101

Merged
merged 2 commits into from
Dec 3, 2020
Merged

Commits on Dec 3, 2020

  1. Update 99designs/keyring & replace keybase/go-keychain for macOS fix

    Otherwise the build fails on macOS 11 Big Sur with:
    
    \# github.com/keybase/go-keychain
    cgo-gcc-prolog:203:11: warning: 'SecTrustedApplicationCreateFromPath' is deprecated: first deprecated in macOS 10.15 - No longer supported [-Wdeprecated-declarations]
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrustedApplication.h:59:10: note: 'SecTrustedApplicationCreateFromPath' has been explicitly marked deprecated here
    
    See also:
    99designs/keyring#56 (comment)
    99designs/keyring#66
    keybase/go-keychain#55
    99designs/aws-vault#427
    pda committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    cbee63f View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    pda committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a1034c6 View commit details
    Browse the repository at this point in the history