[Pkg-privacy-commits] [obfs4proxy] 70/151: Fix import lines so other people using go get works.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:59:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository obfs4proxy.

commit bd2bef2ead3e535d64a233fa1a772fee9041519a
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Mon May 26 16:20:33 2014 +0000

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git



More information about the Pkg-privacy-commits mailing list