stocker icon indicating copy to clipboard operation
stocker copied to clipboard

Issue building from source.

Open adamdecaf opened this issue 10 years ago • 4 comments

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

adamdecaf avatar Mar 02 '15 21:03 adamdecaf

I also decided to try and give stocker a go and ran into this. Any idea whats up with this @buth?

daniellockard avatar Mar 24 '15 18:03 daniellockard

Will look into it! Missed this issue somehow.

buth avatar Mar 24 '15 18:03 buth

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.

daniellockard avatar Mar 24 '15 19:03 daniellockard

@buth any update on this?

daniellockard avatar Apr 08 '15 18:04 daniellockard