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

ISSUE-380: 99designs/keyring dependency causes build warnings on macOS Catalina #111

Closed
sijie opened this issue Oct 19, 2020 · 0 comments
Closed

Comments

@sijie
Copy link
Member

sijie commented Oct 19, 2020

Original Issue: apache#380


github.com/apache/pulsar-client-go/oauth2/store depends on 99designs/keyring v1.1.5, which in turn depends on an older version of github.com/keybase/go-keychain, which throws deprecation warning error messages when building on MacOS. v1.1.6 includes a fix for this, though it uses a replace directive to point to a fork of go-keychain, which itself is somewhat out of date:
99designs/keyring#66

Consider updating to v1.1.6 and keeping this bug open to track the dependency. When it no longer requires a replace directive, it is probably fine to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant