diff options
Diffstat (limited to 'common/ntor')
-rw-r--r-- | common/ntor/ntor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ntor/ntor.go b/common/ntor/ntor.go index 4f6ab27..0994782 100644 --- a/common/ntor/ntor.go +++ b/common/ntor/ntor.go @@ -48,7 +48,7 @@ import ( "github.com/agl/ed25519/extra25519" - "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" + "github.com/OperatorFoundation/obfs4/common/csrand" ) const ( |