emersion / hydroxide

A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
MIT License
1.64k stars 126 forks source link

Build failure #167

Closed mtompkins closed 3 years ago

mtompkins commented 3 years ago

Please note that there appears to be dependency issues on current commit/release causing build failures. I discovered this and raised an issue in the docker based build cycle Ref: harleylang/hydroxide-docker#19

...
go: downloading github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
go: downloading github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
go: downloading github.com/boltdb/bolt v1.3.1
go: downloading github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
go: downloading github.com/martinlindhe/base36 v1.1.0
go: downloading golang.org/x/text v0.3.5-0.20201125200606-c27b9fd57aec
/go/pkg/mod/github.com/emersion/go-bcrypt@v0.0.0-20170822072041-6e724a1baa63/bcrypt.go:18:2: missing go.sum entry for module providing package golang.org/x/crypto/blowfish (imported by github.com/emersion/go-bcrypt); to add:
        go get github.com/emersion/go-bcrypt@v0.0.0-20170822072041-6e724a1baa63
/go/pkg/mod/github.com/howeyc/gopass@v0.0.0-20190910152052-7cb4b85ec19c/terminal.go:21:8: missing go.sum entry for module providing package golang.org/x/crypto/ssh/terminal (imported by github.com/howeyc/gopass); to add:
        go get github.com/howeyc/gopass@v0.0.0-20190910152052-7cb4b85ec19c
The command '/bin/sh -c cd /go/src/hydroxide/cmd/hydroxide && go build . && go install . && cd' returned a non-zero code: 1