From bd2bef2ead3e535d64a233fa1a772fee9041519a Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Mon, 26 May 2014 16:20:33 +0000 Subject: Fix import lines so other people using go get works. --- obfs4proxy/obfs4proxy.go | 2 +- obfs4proxy/pt_extras.go | 2 +- 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 -- cgit v1.2.3