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. --- replay_filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replay_filter.go') diff --git a/replay_filter.go b/replay_filter.go index cdcd728..b8f284a 100644 --- a/replay_filter.go +++ b/replay_filter.go @@ -34,7 +34,7 @@ import ( "github.com/dchest/siphash" - "github.com/yawning/obfs4/csrand" + "git.torproject.org/pluggable-transports/obfs4.git/csrand" ) // maxFilterSize is the maximum capacity of the replay filter. The busiest -- cgit v1.2.3