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"
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: