diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-13 07:01:25 +0000 | 
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-13 07:01:25 +0000 | 
| commit | 8daf42a13e3cfc92cfc68ac50bf9de2c20bcb823 (patch) | |
| tree | 917264ca7e2a7217d15682d346659372ef434d25 | |
| parent | d2b2e383fdc55424d4df7516677670d2b961309b (diff) | |
Fix up import.
| -rw-r--r-- | obfs4proxy/obfs4proxy.go | 2 | 
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"  )  | 
