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

99designs/keyring dependency causes build warnings on macOS Catalina #380

Closed
flowchartsman opened this issue Oct 19, 2020 · 1 comment · Fixed by #404
Closed

99designs/keyring dependency causes build warnings on macOS Catalina #380

flowchartsman opened this issue Oct 19, 2020 · 1 comment · Fixed by #404

Comments

@flowchartsman
Copy link
Contributor

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
3 participants