forked from vieter-v/vieter
refactor: use relocated module names
This commit is contained in:
parent
22fd6e395b
commit
23632be7a4
9 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module cron
|
||||
|
||||
import cli
|
||||
import vieter_v.conf as vconf
|
||||
import conf as vconf
|
||||
|
||||
struct Config {
|
||||
pub:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import datatypes { MinHeap }
|
|||
import cron.expression { CronExpression, parse_expression }
|
||||
import math
|
||||
import build
|
||||
import vieter_v.docker
|
||||
import docker
|
||||
import os
|
||||
import client
|
||||
import models { Target }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue