summaryrefslogtreecommitdiff
path: root/transports/obfs4/obfs4.go
diff options
context:
space:
mode:
Diffstat (limited to 'transports/obfs4/obfs4.go')
-rw-r--r--transports/obfs4/obfs4.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/transports/obfs4/obfs4.go b/transports/obfs4/obfs4.go
index 40b1406..269e1c6 100644
--- a/transports/obfs4/obfs4.go
+++ b/transports/obfs4/obfs4.go
@@ -41,12 +41,12 @@ import (
"time"
"git.torproject.org/pluggable-transports/goptlib.git"
- "git.torproject.org/pluggable-transports/obfs4.git/common/drbg"
- "git.torproject.org/pluggable-transports/obfs4.git/common/ntor"
- "git.torproject.org/pluggable-transports/obfs4.git/common/probdist"
- "git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter"
- "git.torproject.org/pluggable-transports/obfs4.git/transports/base"
- "git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing"
+ "github.com/OperatorFoundation/obfs4/common/drbg"
+ "github.com/OperatorFoundation/obfs4/common/ntor"
+ "github.com/OperatorFoundation/obfs4/common/probdist"
+ "github.com/OperatorFoundation/obfs4/common/replayfilter"
+ "github.com/OperatorFoundation/obfs4/transports/base"
+ "github.com/OperatorFoundation/obfs4/transports/obfs4/framing"
)
const (