From cdeda5724124ca393c87be6d01c84fe4f906d612 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Wed, 14 Jan 2015 20:43:04 +0000 Subject: Change the import path for go.crypto. The Go developers decided to move the go.crypto repository to golang.org/x/crypto, and also to transition from hg to git. The tip of tree code.google.com copy of the code is broken due to the import paths pointing at the new repository. While the change here is simple (just update the import location), this affects packagers as it now expects the updated package. Sorry for the inconveneince, I blame the Go people. --- transports/obfs4/framing/framing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transports') diff --git a/transports/obfs4/framing/framing.go b/transports/obfs4/framing/framing.go index 04e788f..879765d 100644 --- a/transports/obfs4/framing/framing.go +++ b/transports/obfs4/framing/framing.go @@ -67,7 +67,7 @@ import ( "fmt" "io" - "code.google.com/p/go.crypto/nacl/secretbox" + "golang.org/x/crypto/nacl/secretbox" "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" "git.torproject.org/pluggable-transports/obfs4.git/common/drbg" -- cgit v1.2.3