diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 255bdf1b186c35a45df9e53cba110eed20b98ee2..54faabdd1a7aeedfab962c6b5d5a8948246af8f5 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"
 )