Rename gooni to probe-cli
This is the command I used:
```
rg 'github.com/openobservatory/gooni' --files-with-matches \
| xargs sed -i '' 's/github.com\/openobservatory\/gooni/github.com\/ooni\/probe-cli/g'
```
This commit is contained in:
@@ -2,7 +2,7 @@ package im
|
||||
|
||||
import (
|
||||
"github.com/measurement-kit/go-measurement-kit"
|
||||
"github.com/openobservatory/gooni/nettests"
|
||||
"github.com/ooni/probe-cli/nettests"
|
||||
)
|
||||
|
||||
// FacebookMessenger test implementation
|
||||
|
||||
@@ -2,7 +2,7 @@ package im
|
||||
|
||||
import (
|
||||
"github.com/measurement-kit/go-measurement-kit"
|
||||
"github.com/openobservatory/gooni/nettests"
|
||||
"github.com/ooni/probe-cli/nettests"
|
||||
)
|
||||
|
||||
// Telegram test implementation
|
||||
|
||||
@@ -2,7 +2,7 @@ package im
|
||||
|
||||
import (
|
||||
"github.com/measurement-kit/go-measurement-kit"
|
||||
"github.com/openobservatory/gooni/nettests"
|
||||
"github.com/ooni/probe-cli/nettests"
|
||||
)
|
||||
|
||||
// WhatsApp test implementation
|
||||
|
||||
Reference in New Issue
Block a user