From ebd4f97350f1d9a923f8c3617e74d2ed4142a471 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 15 Nov 2014 19:04:32 +0100 Subject: [PATCH] Update import path --- cmd/khepri/main.go | 2 +- key.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/khepri/main.go b/cmd/khepri/main.go index ac76859ce..823878e25 100644 --- a/cmd/khepri/main.go +++ b/cmd/khepri/main.go @@ -8,7 +8,7 @@ import ( "sort" "strings" - "code.google.com/p/go.crypto/ssh/terminal" + "golang.org/x/crypto/ssh/terminal" "github.com/fd0/khepri" "github.com/fd0/khepri/backend" diff --git a/key.go b/key.go index ad7b1e5c1..48cc2f67e 100644 --- a/key.go +++ b/key.go @@ -16,7 +16,7 @@ import ( "github.com/fd0/khepri/backend" - "code.google.com/p/go.crypto/scrypt" + "golang.org/x/crypto/scrypt" ) var (