refactor: version is now an internal package (#167)
Like for previous commits, just refactoring/yak shaving.
This commit is contained in:
parent
a4ae94b5ec
commit
bc85efa6e5
5 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/ooni/probe-cli/internal/log/handlers/batch"
|
||||
"github.com/ooni/probe-cli/internal/log/handlers/cli"
|
||||
"github.com/ooni/probe-cli/internal/utils"
|
||||
"github.com/ooni/probe-cli/version"
|
||||
"github.com/ooni/probe-cli/internal/version"
|
||||
)
|
||||
|
||||
// Cmd is the root command
|
||||
|
|
|
|||
Loading…
Reference in a new issue