Closed
Description
I wanted to built stellar myself with the built via Docker option (because there are no armhf binaries) and got this
-> building daemon e70a943-dev
../../vendor/github.com/mholt/caddy/caddytls/client.go:30:2: cannot find package "github.com/xenolf/lego/acme" in any of:
/go/src/github.com/ehazlett/stellar/vendor/github.com/xenolf/lego/acme (vendor tree)
/usr/local/go/src/github.com/xenolf/lego/acme (from $GOROOT)
/go/src/github.com/xenolf/lego/acme (from $GOPATH)
make: *** [Makefile:50: daemon] Error 1
-> Built dev version e70a943 (linux/amd64)
I now manually added a go get ...
but now I get
# github.com/ehazlett/stellar/vendor/github.com/mholt/caddy/caddytls
../../vendor/github.com/mholt/caddy/caddytls/config.go:122:10: undefined: acme.KeyType
make: *** [Makefile:50: daemon] Error 2
Metadata
Metadata
Assignees
Labels
No labels