summaryrefslogtreecommitdiff
path: root/obfs4proxy
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2014-06-25 16:03:18 +0000
committerYawning Angel <yawning@torproject.org>2014-06-25 16:03:18 +0000
commit8a3eb4b30965975951a92dde8f68ce17cb08ac8e (patch)
tree50b37d53633f46009984b95ee9c188aeaf922684 /obfs4proxy
parent0fa8adc7526e8f91593baa27af2d827fd9b5bcc1 (diff)
Change the import paths to point to the tp.o repository.
Diffstat (limited to 'obfs4proxy')
-rw-r--r--obfs4proxy/obfs4proxy.go6
-rw-r--r--obfs4proxy/proxy_extras.go2
2 files changed, 4 insertions, 4 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index b456c30..c49f3d0 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -62,9 +62,9 @@ import (
"syscall"
"git.torproject.org/pluggable-transports/goptlib.git"
- "github.com/yawning/obfs4"
- "github.com/yawning/obfs4/csrand"
- "github.com/yawning/obfs4/ntor"
+ "git.torproject.org/pluggable-transports/obfs4.git"
+ "git.torproject.org/pluggable-transports/obfs4.git/csrand"
+ "git.torproject.org/pluggable-transports/obfs4.git/ntor"
)
const (
diff --git a/obfs4proxy/proxy_extras.go b/obfs4proxy/proxy_extras.go
index 27b638b..5ead3b8 100644
--- a/obfs4proxy/proxy_extras.go
+++ b/obfs4proxy/proxy_extras.go
@@ -32,7 +32,7 @@ import (
"code.google.com/p/go.net/proxy"
- "github.com/yawning/obfs4"
+ "git.torproject.org/pluggable-transports/obfs4.git"
)
// getProxyDialer is a trival wrapper around the go.net/proxy package to avoid