summaryrefslogtreecommitdiff
path: root/transports/scramblesuit/handshake_uniformdh.go
diff options
context:
space:
mode:
authorBrandon Wiley <brandon@blanu.net>2016-03-21 11:56:20 -0500
committerBrandon Wiley <brandon@blanu.net>2016-03-21 11:56:20 -0500
commitab8a51214a2d3d3fa8e3d7c45163ad373ebf2ba7 (patch)
tree3ec27e6671cfc8b9ba5b80e1a6b45d194656e35f /transports/scramblesuit/handshake_uniformdh.go
parentd5e153b4878603d2d5afbe4b442dcaa9e1d24627 (diff)
Updated import paths
Diffstat (limited to 'transports/scramblesuit/handshake_uniformdh.go')
-rw-r--r--transports/scramblesuit/handshake_uniformdh.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/transports/scramblesuit/handshake_uniformdh.go b/transports/scramblesuit/handshake_uniformdh.go
index 4b77e5a..1a577e8 100644
--- a/transports/scramblesuit/handshake_uniformdh.go
+++ b/transports/scramblesuit/handshake_uniformdh.go
@@ -36,8 +36,8 @@ import (
"strconv"
"time"
- "git.torproject.org/pluggable-transports/obfs4.git/common/csrand"
- "git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh"
+ "github.com/OperatorFoundation/obfs4/common/csrand"
+ "github.com/OperatorFoundation/obfs4/common/uniformdh"
)
const (