From f643653344e5160dca9bcc89f90c4a28b7e66a4a Mon Sep 17 00:00:00 2001 From: Chris Gahan Date: Sat, 13 Feb 2016 06:19:11 -0500 Subject: [PATCH] Updated the URL for the 'gopass' dependency --- cmd/ssh-chat/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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