refactor: use relocated module names
Some checks failed
Some checks failed
This commit is contained in:
parent
22fd6e395b
commit
23632be7a4
9 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module targets
|
||||
|
||||
import client
|
||||
import vieter_v.docker
|
||||
import docker
|
||||
import os
|
||||
import build
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
module targets
|
||||
|
||||
import cli
|
||||
import vieter_v.conf as vconf
|
||||
import conf as vconf
|
||||
import cron.expression { parse_expression }
|
||||
import client { NewTarget }
|
||||
import console
|
||||
|
|
|
|||
Reference in a new issue