Properly depend on backplane-server and ip-utils

This commit is contained in:
2020-11-24 11:51:03 -08:00
parent c552394e55
commit d9e13bae16
4 changed files with 24 additions and 208 deletions
+10 -3
View File
@@ -2,11 +2,20 @@
(defpackage #:backplane-dns
(:use #:cl)
(:import-from #:arrows
#:->
#:some->)
(:import-from #:alexandria
#:if-let)
(:import-from #:backplane-server
#:make-error
#:make-success
#:backplane-connect
#:with-backplane)
(:import-from #:ip-utils
#:ipv4-p
#:ipv6-p)
(:import-from #:postmodern
#:get-dao
#:select-dao
@@ -14,8 +23,6 @@
#:insert-dao
#:delete-dao
#:with-transaction)
(:import-from #:cl-json
#:decode-json-from-string
#:encode-json)
(:export #:start-listener-with-env
#:backplane-dns-listen))