stocker
stocker copied to clipboard
Issue building from source.
I cloned down the project and ran make only to be greeted with this compiler error. Any advice? It looks like there's a change of libraries (since both are google go.crypto libs.
adam@Planet-X -- stocker: (master) go build
# github.com/buth/stocker/auth
auth/client.go:54: cannot use signers (type []"golang.org/x/crypto/ssh".Signer) as type []"code.google.com/p/go.crypto/ssh".Signer in argument to "code.google.com/p/go.crypto/ssh".PublicKeys
I also decided to try and give stocker a go and ran into this. Any idea whats up with this @buth?
Will look into it! Missed this issue somehow.
No problem! I at least get it to combile if I change the imports in auth/client.go to:
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"
However, tests don't pass when I do that so I'm unsure if that's the right way to do it.
@buth any update on this?