summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ntor/ntor.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ntor/ntor.go b/common/ntor/ntor.go
index d123f38..f17e464 100644
--- a/common/ntor/ntor.go
+++ b/common/ntor/ntor.go
@@ -43,8 +43,8 @@ import (
"fmt"
"io"
- "code.google.com/p/go.crypto/curve25519"
- "code.google.com/p/go.crypto/hkdf"
+ "golang.org/x/crypto/curve25519"
+ "golang.org/x/crypto/hkdf"
"github.com/agl/ed25519/extra25519"