summaryrefslogtreecommitdiff
path: root/obfs4proxy
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-05-13 07:01:25 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-05-13 07:01:25 +0000
commit8daf42a13e3cfc92cfc68ac50bf9de2c20bcb823 (patch)
tree917264ca7e2a7217d15682d346659372ef434d25 /obfs4proxy
parentd2b2e383fdc55424d4df7516677670d2b961309b (diff)
Fix up import.
Diffstat (limited to 'obfs4proxy')
-rw-r--r--obfs4proxy/obfs4proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 255bdf1..54faabd 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -59,7 +59,7 @@ import (
"sync"
"syscall"
- "git.torproject.org/pluggable-transports/goptlib.git"
+ "git.torproject.org/pluggable-transports/goptlib"
"github.com/yawning/obfs4"
"github.com/yawning/obfs4/ntor"
)