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. --- obfs4proxy/obfs4proxy.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'obfs4proxy/obfs4proxy.go') diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index b456c30..c49f3d0 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -62,9 +62,9 @@ import ( "syscall" "git.torproject.org/pluggable-transports/goptlib.git" - "github.com/yawning/obfs4" - "github.com/yawning/obfs4/csrand" - "github.com/yawning/obfs4/ntor" + "git.torproject.org/pluggable-transports/obfs4.git" + "git.torproject.org/pluggable-transports/obfs4.git/csrand" + "git.torproject.org/pluggable-transports/obfs4.git/ntor" ) const ( -- cgit v1.2.3