diff options
author | Yawning Angel <yawning@torproject.org> | 2014-06-25 16:03:18 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2014-06-25 16:03:18 +0000 |
commit | 8a3eb4b30965975951a92dde8f68ce17cb08ac8e (patch) | |
tree | 50b37d53633f46009984b95ee9c188aeaf922684 /weighted_dist_test.go | |
parent | 0fa8adc7526e8f91593baa27af2d827fd9b5bcc1 (diff) |
Change the import paths to point to the tp.o repository.
Diffstat (limited to 'weighted_dist_test.go')
-rw-r--r-- | weighted_dist_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weighted_dist_test.go b/weighted_dist_test.go index 14fecec..16b93c4 100644 --- a/weighted_dist_test.go +++ b/weighted_dist_test.go @@ -31,7 +31,7 @@ import ( "fmt" "testing" - "github.com/yawning/obfs4/drbg" + "git.torproject.org/pluggable-transports/obfs4.git/drbg" ) const debug = false |