spolu / settle

Decentralized trust graph for value exchange without a blockchain

Home Page:https://settle.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trouble installing cli

michielbdejong opened this issue · comments

I installed go on ubuntu, set a $GOPATH, then tried to install; this is what I ran into:

go get -u github.com/spolu/settle/...
package github.com/spolu/settle/cli
	imports context: unrecognized import path "context" (import path does not begin with hostname)

This seems to be about https://github.com/spolu/settle/blob/master/cli/cli.go#L4. This is with go version 1.6.2, will try with a newer version.