| commit | a73c6bbfc58057a968e830ad4bfef59287a56812 | [log] [tgz] |
|---|---|---|
| author | Andrew Gerrand <adg@golang.org> | Mon Nov 10 08:50:25 2014 +1100 |
| committer | Andrew Gerrand <adg@golang.org> | Mon Nov 10 08:50:25 2014 +1100 |
| tree | 0e050bf093654bbaa0fd7fdd53b14ff5cbb45da9 | |
| parent | 1a85842c9ed153459eaf94f2ff4c4e914c54410d [diff] [blame] |
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/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) {