♻️ Migrate to common spec namespace.

This commit is contained in:
Andrey Antukh 2020-01-11 20:25:50 +01:00
parent 32131c5aa7
commit c88602c7ab
33 changed files with 111 additions and 260 deletions

View file

@ -10,10 +10,10 @@
[lambdaisland.uri :refer [uri]]
[mount.core :as mount :refer [defstate]]
[promesa.core :as p]
[uxbox.common.exceptions :as ex]
[uxbox.config :as cfg]
[uxbox.core :refer [system]]
[uxbox.util.data :as data]
[uxbox.util.exceptions :as ex]
[uxbox.util.pgsql :as pg]
[vertx.core :as vx])
(:import io.vertx.core.buffer.Buffer))