From fd2c2431a08c4f2a17b7a8aa9edfadece67275ca Mon Sep 17 00:00:00 2001 From: Brandon Wiley Date: Thu, 31 Mar 2016 12:47:49 -0500 Subject: Changed import paths --- common/ntor/ntor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ntor') diff --git a/common/ntor/ntor.go b/common/ntor/ntor.go index 4f6ab27..0994782 100644 --- a/common/ntor/ntor.go +++ b/common/ntor/ntor.go @@ -48,7 +48,7 @@ import ( "github.com/agl/ed25519/extra25519" - "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" + "github.com/OperatorFoundation/obfs4/common/csrand" ) const ( -- cgit v1.2.3