Replace github.com/tmc/keyring with github.com/dougEfresh/keyring#460
Replace github.com/tmc/keyring with github.com/dougEfresh/keyring#460dougEfresh wants to merge 1 commit intogo-jira:masterfrom
Conversation
|
I do have an open PR to tmc: |
|
This seems like a trivial change, let's wait and see the response.. |
georgettica
left a comment
There was a problem hiding this comment.
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