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/probdist/weighted_dist.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/probdist/weighted_dist.go') diff --git a/common/probdist/weighted_dist.go b/common/probdist/weighted_dist.go index 5f8e88e..2822ce6 100644 --- a/common/probdist/weighted_dist.go +++ b/common/probdist/weighted_dist.go @@ -37,8 +37,8 @@ import ( "math/rand" "sync" - "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" - "git.torproject.org/pluggable-transports/obfs4.git/common/drbg" + "github.com/OperatorFoundation/obfs4/common/csrand" + "github.com/OperatorFoundation/obfs4/common/drbg" ) const ( -- cgit v1.2.3