Properly depend on backplane-server and ip-utils
This commit is contained in:
+10
-3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user