refactor: use relocated module names

database-fixes
Jef Roosens 2022-11-01 21:43:25 +01:00
parent 22fd6e395b
commit 23632be7a4
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
9 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm -W
V := $(V_PATH) -showcc -gc boehm
all: vieter

View File

@ -1,6 +1,6 @@
module build
import vieter_v.docker
import docker
import encoding.base64
import time
import os

View File

@ -3,8 +3,8 @@ module aur
import cli
import console
import client
import vieter_v.aur
import vieter_v.conf as vconf
import aur
import conf as vconf
struct Config {
address string [required]

View File

@ -1,7 +1,7 @@
module logs
import cli
import vieter_v.conf as vconf
import conf as vconf
import client
import console
import time

View File

@ -1,7 +1,7 @@
module targets
import client
import vieter_v.docker
import docker
import os
import build

View File

@ -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

View File

@ -1,7 +1,7 @@
module cron
import cli
import vieter_v.conf as vconf
import conf as vconf
struct Config {
pub:

View File

@ -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 }

View File

@ -1,7 +1,7 @@
module server
import cli
import vieter_v.conf as vconf
import conf as vconf
struct Config {
pub: