andyleap / go-ssb

GNU General Public License v3.0
42 stars 13 forks source link

Unable to build per README instructions #10

Closed cmars closed 6 years ago

cmars commented 6 years ago

Hi, I'm interested in playing with go-ssb for side-projects and possibly contributing. I'm getting an error when trying to go get the project:

c@nuc:~/go/ssb$ go get github.com/andyleap/go-ssb/...
package github.com/andyleap/go-ssb/cmd/gopub
        imports github.com/cryptix/secretstream: code in directory /home/c/go/ssb/src/github.com/cryptix/secretstream expects import "cryptoscope.co/go/secretstream"
andyleap commented 6 years ago

Should be fixed now, try go get -u github.com/andyleap/go-ssb/...