From 8a3eb4b30965975951a92dde8f68ce17cb08ac8e Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Wed, 25 Jun 2014 16:03:18 +0000 Subject: Change the import paths to point to the tp.o repository. --- framing/framing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framing') diff --git a/framing/framing.go b/framing/framing.go index c053c4c..725a762 100644 --- a/framing/framing.go +++ b/framing/framing.go @@ -69,8 +69,8 @@ import ( "code.google.com/p/go.crypto/nacl/secretbox" - "github.com/yawning/obfs4/csrand" - "github.com/yawning/obfs4/drbg" + "git.torproject.org/pluggable-transports/obfs4.git/csrand" + "git.torproject.org/pluggable-transports/obfs4.git/drbg" ) const ( -- cgit v1.2.3