refactor: move httpx into the internal package (#646)
This concludes the TODO list at https://github.com/ooni/probe/issues/1951
This commit is contained in:
parent
dba861d262
commit
f0181c432f
26 changed files with 24 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"net/url"
|
||||
|
||||
"github.com/ooni/probe-cli/v3/internal/engine/httpx"
|
||||
"github.com/ooni/probe-cli/v3/internal/httpx"
|
||||
)
|
||||
|
||||
type checkReportIDResponse struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue