refactor: move i/e/i/tlsx in i/e/netx

This commit is contained in:
Simone Basso 2021-06-08 12:56:39 +02:00
commit 63cc692d66
7 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/ooni/probe-cli/v3/internal/engine/internal/tlsx"
"github.com/ooni/probe-cli/v3/internal/engine/netx/tlsx"
)
// Logger is the logger assumed by this package