Closed mtompkins closed 3 years ago
Thanks @mtompkins for reporting!
I think I have identified what has happened:
1) Looks like dependencies for hydroxide recently changes: https://github.com/emersion/hydroxide/commit/0df2e43d8ddfedc09183b5b5fc02ccfa2a2dc422#diff-f5c9a39fac1719f2a73593994b931d8a874449548e8a3753e1be46e761e503ea
2) Another dependency github.com/emersion/go-bcrypt
(as well as github.com/howeyc/gopass
) require imports that are no longer provided by golang.org/x/crypto/bcrypt
: see https://github.com/emersion/go-bcrypt/blob/6e724a1baa633595ee7629cc82f284f8a5fcb10a/bcrypt.go#L18
github.com/ProtonMail/go-crypto/bcrypt
, at least as best as I can sus atm.EDIT: yes, looks like this is a result of the commit above: see https://builds.sr.ht/~emersion/job/480522
Can you report on the main repository? For now, let's keep this open in case others run into a similar build issue.
Resolved upstream
It looks like it might be from the
emersion/hydroxide/
source, however as I'm not a Go guy sharing the current status ...