dedis / prifi

PriFi, a low-latency, local-area anonymous communication network.

Home Page:https://prifi.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't build anymore due to cli.v1

lbarman opened this issue · comments

[warning] using pre-created identities. Set "try_use_real_identities" to True in real deployements.
../../go/src/gopkg.in/urfave/cli.v1/docs.go:11:2: cannot find package "github.com/cpuguy83/go-md2man/v2/md2man" in any of:
	/usr/local/go/src/github.com/cpuguy83/go-md2man/v2/md2man (from $GOROOT)
	/Users/barman/go/src/github.com/cpuguy83/go-md2man/v2/md2man (from $GOPATH)
grep -R "cli.v1" .
./sda/app/prifi.go:	"gopkg.in/urfave/cli.v1"

Working fine with me. Maybe re-launch a go get github.com/dedis/prifi/sda/app ?

I'm investigating this over in urfave/cli#901, if anyone has any more information about this issue they should check in there!

latest information here is:

@lynncyrin #213 is resolved (or rather, not reproducable), looks like a transient issue.

=> via urfave/cli#901 (comment)