diff options
Diffstat (limited to 'transports/obfs4/handshake_ntor_test.go')
-rw-r--r-- | transports/obfs4/handshake_ntor_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/transports/obfs4/handshake_ntor_test.go b/transports/obfs4/handshake_ntor_test.go index b575093..04afcef 100644 --- a/transports/obfs4/handshake_ntor_test.go +++ b/transports/obfs4/handshake_ntor_test.go @@ -31,8 +31,8 @@ import ( "bytes" "testing" - "git.torproject.org/pluggable-transports/obfs4.git/common/ntor" - "git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter" + "github.com/OperatorFoundation/obfs4/common/ntor" + "github.com/OperatorFoundation/obfs4/common/replayfilter" ) func TestHandshakeNtorClient(t *testing.T) { |