summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-05-26 16:20:33 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-05-26 16:20:33 +0000
commitbd2bef2ead3e535d64a233fa1a772fee9041519a (patch)
tree8d44eec3407dec55560e51d13c0bf7fc262ce5f1
parentb579f6f4d4390997573af7d05bf83dc16d533479 (diff)
Fix import lines so other people using go get works.
-rw-r--r--obfs4proxy/obfs4proxy.go2
-rw-r--r--obfs4proxy/pt_extras.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index a2c3109..b0519ba 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -60,7 +60,7 @@ import (
"sync"
"syscall"
- "git.torproject.org/pluggable-transports/goptlib"
+ "git.torproject.org/pluggable-transports/goptlib.git"
"github.com/yawning/obfs4"
"github.com/yawning/obfs4/ntor"
)
diff --git a/obfs4proxy/pt_extras.go b/obfs4proxy/pt_extras.go
index 4a77734..124f076 100644
--- a/obfs4proxy/pt_extras.go
+++ b/obfs4proxy/pt_extras.go
@@ -35,7 +35,7 @@ import (
"os"
"strconv"
- "git.torproject.org/pluggable-transports/goptlib"
+ "git.torproject.org/pluggable-transports/goptlib.git"
)
// This file contains things that probably should be in goptlib but are not