summaryrefslogtreecommitdiff
path: root/transports/scramblesuit
diff options
context:
space:
mode:
Diffstat (limited to 'transports/scramblesuit')
-rw-r--r--transports/scramblesuit/base.go2
-rw-r--r--transports/scramblesuit/conn.go8
-rw-r--r--transports/scramblesuit/handshake_ticket.go2
-rw-r--r--transports/scramblesuit/handshake_uniformdh.go4
4 files changed, 8 insertions, 8 deletions
diff --git a/transports/scramblesuit/base.go b/transports/scramblesuit/base.go
index 7a71398..b6f7cb7 100644
--- a/transports/scramblesuit/base.go
+++ b/transports/scramblesuit/base.go
@@ -34,7 +34,7 @@ import (
"net"
"git.torproject.org/pluggable-transports/goptlib.git"
- "git.torproject.org/pluggable-transports/obfs4.git/transports/base"
+ "github.com/OperatorFoundation/obfs4/transports/base"
)
const transportName = "scramblesuit"
diff --git a/transports/scramblesuit/conn.go b/transports/scramblesuit/conn.go
index b8a27c7..5efd12f 100644
--- a/transports/scramblesuit/conn.go
+++ b/transports/scramblesuit/conn.go
@@ -43,10 +43,10 @@ import (
"time"
"git.torproject.org/pluggable-transports/goptlib.git"
- "git.torproject.org/pluggable-transports/obfs4.git/common/csrand"
- "git.torproject.org/pluggable-transports/obfs4.git/common/drbg"
- "git.torproject.org/pluggable-transports/obfs4.git/common/probdist"
- "git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh"
+ "github.com/OperatorFoundation/obfs4/common/csrand"
+ "github.com/OperatorFoundation/obfs4/common/drbg"
+ "github.com/OperatorFoundation/obfs4/common/probdist"
+ "github.com/OperatorFoundation/obfs4/common/uniformdh"
)
const (
diff --git a/transports/scramblesuit/handshake_ticket.go b/transports/scramblesuit/handshake_ticket.go
index ad9b4d4..c9b97cc 100644
--- a/transports/scramblesuit/handshake_ticket.go
+++ b/transports/scramblesuit/handshake_ticket.go
@@ -42,7 +42,7 @@ import (
"sync"
"time"
- "git.torproject.org/pluggable-transports/obfs4.git/common/csrand"
+ "github.com/OperatorFoundation/obfs4/common/csrand"
)
const (
diff --git a/transports/scramblesuit/handshake_uniformdh.go b/transports/scramblesuit/handshake_uniformdh.go
index 4b77e5a..1a577e8 100644
--- a/transports/scramblesuit/handshake_uniformdh.go
+++ b/transports/scramblesuit/handshake_uniformdh.go
@@ -36,8 +36,8 @@ import (
"strconv"
"time"
- "git.torproject.org/pluggable-transports/obfs4.git/common/csrand"
- "git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh"
+ "github.com/OperatorFoundation/obfs4/common/csrand"
+ "github.com/OperatorFoundation/obfs4/common/uniformdh"
)
const (