Closed chrisgilmerproj closed 5 years ago
pass.go
did not exist when I wrote the PR, so I did not add support for the method. Between my writing the patch and the patch being landed, more backends were added to keyring
.@philpennock - Would you be able to fix this? Or should I take a stab at it? In the interim it just means I can't get newer versions of this code through my build pipeline.
Actually, it appears that https://github.com/99designs/keyring/pull/46 addresses the issue. I'll wait to see if that gets merged.
Appears that this was resolved when #46 merged. Thanks all for your great work.
While attempting to update my go dependencies for aws-vault and keyring I ran across this issue.
My guess is that #29 from @lox forgot to add this here and now it's a problem when loading it with go modules.