package golang.org/x/crypto/ssh: unrecognized import path "golang.org/x/crypto/ssh"
I know this is something simple... What am I missing?
Thanks!
I'm working on upgrading my dependencies. I've been using: "code.google.com/p/go.crypto/ssh", but notice now that the documentation shows "golang.org/x/crypto/ssh" (https://godoc.org/golang.org/x/crypto/ssh).However, if I try "go get golang.org/x/crypto/ssh", I get:
package golang.org/x/crypto/ssh: unrecognized import path "golang.org/x/crypto/ssh"