diff --git a/cmd/ssh-chat/key.go b/cmd/ssh-chat/key.go index 0135e1b..864e1fc 100644 --- a/cmd/ssh-chat/key.go +++ b/cmd/ssh-chat/key.go @@ -7,7 +7,7 @@ import ( "io/ioutil" "os" - "code.google.com/p/gopass" + "github.com/mewbak/gopass" ) // ReadPrivateKey attempts to read your private key and possibly decrypt it if it