-
Notifications
You must be signed in to change notification settings - Fork 328
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
Replace github.com/tmc/keyring with github.com/dougEfresh/keyring #460
base: master
Are you sure you want to change the base?
Conversation
I do have an open PR to tmc: |
This seems like a trivial change, let's wait and see the response.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this error is problematic, but can you take a look to see if it reproduces locally / there is a PR to fix it?
If so I will merge it before merging this
…ch uses updated github.com/godbus/dbus lib
I think a local https://github.com/nektos/act should make sure it works. |
You've also got #459 related to keyring support / changes. |
Unfortunately, https://github.com/tmc/keyring does not support Windows. In addition, the last commit to tmc/keyring was 2017, so it remains to be seen whether any one is around to merge tmc/keyring#21 . I made #459 to propose using https://github.com/zalando/go-keyring for keyring management in @dougEfresh , what are your thoughts on using zalando/go-keyring for go-jira? Then you get updated dbus support "for free" without needing to maintain a fork and I get Windows support "for free" as well. As I stated in #459 I'm happy to do the work integrating zalando/go-keyring in go-jira. I think it'll be easy. I'd also be super happy if you want to do this integration work @dougEfresh :D |
Just made #467 to use |
github.com/tmc/keyring uses an archived and outdated dbus lib: https://github.com/guelfey/go.dbus
I have forked keyring and updated to use github.com/godbus/dbus/v5
https://github.com/godbus/dbus