go.crypto: use golang.org/x/... import paths

LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/167190043
diff --git a/ssh/test/agent_unix_test.go b/ssh/test/agent_unix_test.go
index b56c58c..502e24f 100644
--- a/ssh/test/agent_unix_test.go
+++ b/ssh/test/agent_unix_test.go
@@ -10,8 +10,8 @@
 	"bytes"
 	"testing"
 
-	"code.google.com/p/go.crypto/ssh"
-	"code.google.com/p/go.crypto/ssh/agent"
+	"golang.org/x/crypto/ssh"
+	"golang.org/x/crypto/ssh/agent"
 )
 
 func TestAgentForward(t *testing.T) {
diff --git a/ssh/test/cert_test.go b/ssh/test/cert_test.go
index 95a12c1..364790f 100644
--- a/ssh/test/cert_test.go
+++ b/ssh/test/cert_test.go
@@ -10,7 +10,7 @@
 	"crypto/rand"
 	"testing"
 
-	"code.google.com/p/go.crypto/ssh"
+	"golang.org/x/crypto/ssh"
 )
 
 func TestCertLogin(t *testing.T) {
diff --git a/ssh/test/session_test.go b/ssh/test/session_test.go
index d8d35a5..0b7892b 100644
--- a/ssh/test/session_test.go
+++ b/ssh/test/session_test.go
@@ -10,8 +10,8 @@
 
 import (
 	"bytes"
-	"code.google.com/p/go.crypto/ssh"
 	"errors"
+	"golang.org/x/crypto/ssh"
 	"io"
 	"strings"
 	"testing"
diff --git a/ssh/test/test_unix_test.go b/ssh/test/test_unix_test.go
index 3ac310e..f1fc50b 100644
--- a/ssh/test/test_unix_test.go
+++ b/ssh/test/test_unix_test.go
@@ -21,8 +21,8 @@
 	"testing"
 	"text/template"
 
-	"code.google.com/p/go.crypto/ssh"
-	"code.google.com/p/go.crypto/ssh/testdata"
+	"golang.org/x/crypto/ssh"
+	"golang.org/x/crypto/ssh/testdata"
 )
 
 const sshd_config = `
diff --git a/ssh/test/testdata_test.go b/ssh/test/testdata_test.go
index 7f50fbe..ae48c75 100644
--- a/ssh/test/testdata_test.go
+++ b/ssh/test/testdata_test.go
@@ -12,8 +12,8 @@
 	"crypto/rand"
 	"fmt"
 
-	"code.google.com/p/go.crypto/ssh"
-	"code.google.com/p/go.crypto/ssh/testdata"
+	"golang.org/x/crypto/ssh"
+	"golang.org/x/crypto/ssh/testdata"
 )
 
 var (