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/drbg/hash_drbg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/drbg') diff --git a/common/drbg/hash_drbg.go b/common/drbg/hash_drbg.go index 7feb9e8..cc4e8b9 100644 --- a/common/drbg/hash_drbg.go +++ b/common/drbg/hash_drbg.go @@ -37,7 +37,7 @@ import ( "github.com/dchest/siphash" - "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" + "github.com/OperatorFoundation/obfs4/common/csrand" ) // Size is the length of the HashDrbg output. -- cgit v1.2.3