forked from dan/liminix
remove unused requires
This commit is contained in:
parent
1f97409474
commit
001ebdc601
@ -1,12 +1,9 @@
|
||||
(local json (require :json))
|
||||
(local http (require :fetch))
|
||||
(local { : view : join } (require :fennel))
|
||||
(local { : split : base64 : %%} (require :anoia))
|
||||
(local { : base64 : %%} (require :anoia))
|
||||
(local { : popen2 } (require :anoia.fs))
|
||||
(local ll (require :lualinux))
|
||||
|
||||
|
||||
|
||||
(local CLEVIS_DEFAULT_THP_LEN 43) ; Length of SHA-256 thumbprint.
|
||||
(local thumbprint-algs ["S256" "S1"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user