From 6ebc893227cfac301fcc39a66cdf41ccf2264e20 Mon Sep 17 00:00:00 2001 From: Adam Helins Date: Wed, 18 Jan 2023 19:35:52 +0100 Subject: [PATCH] Prepare module exposition Base: c343aa394b009957a5ba9e7b31fa5d8b20c5589c --- module/gen/deps.edn | 2 +- module/net/deps.edn | 2 +- module/shell/deps.edn | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 module/shell/deps.edn diff --git a/module/gen/deps.edn b/module/gen/deps.edn index fc329775..bc52afc8 100644 --- a/module/gen/deps.edn +++ b/module/gen/deps.edn @@ -10,6 +10,6 @@ world.convex/convex-core {:mvn/version "0.7.9"}, world.convex/cvm {:deps/root "module/cvm", - :git/sha "83130fa0278c438b9c68238e92f8fa58af5652d5", + :git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c", :git/url "https://github.com/convex-dev/convex.cljc"}}, :paths ["src/main/clj"]} diff --git a/module/net/deps.edn b/module/net/deps.edn index 83d03a04..191eaba8 100644 --- a/module/net/deps.edn +++ b/module/net/deps.edn @@ -10,6 +10,6 @@ world.convex/convex-peer {:mvn/version "0.7.9"}, world.convex/cvm {:deps/root "module/cvm", - :git/sha "83130fa0278c438b9c68238e92f8fa58af5652d5", + :git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c", :git/url "https://github.com/convex-dev/convex.cljc"}}, :paths ["src/main/clj"]} diff --git a/module/shell/deps.edn b/module/shell/deps.edn new file mode 100644 index 00000000..1ea61838 --- /dev/null +++ b/module/shell/deps.edn @@ -0,0 +1,28 @@ +;; This is a file generated by Maestro for allowing this module to be consumed +;; by external users with Clojure CLI. +;; +;; It is accessible as a Git dependency with `:deps/root` pointing to this directory. +;; +{:deps + {babashka/fs {:mvn/version "0.1.11"}, + com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}, + com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}, + com.taoensso/timbre {:mvn/version "5.2.1"}, + criterium/criterium {:mvn/version "0.4.6"}, + org.clojure/clojure {:mvn/version "1.11.1"}, + protosens/git + {:deps/root "module/git", + :git/sha "2d41c8a", + :git/tag "stable/2022-10-13", + :git/url "https://github.com/protosens/monorepo.cljc"}, + protosens/string + {:deps/root "module/string", + :git/sha "2d41c8a", + :git/tag "stable/2022-10-13", + :git/url "https://github.com/protosens/monorepo.cljc"}, + world.convex/convex-core {:mvn/version "0.7.9"}, + world.convex/cvm + {:deps/root "module/cvm", + :git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c", + :git/url "https://github.com/convex-dev/convex.cljc"}}, + :paths ["resource/main" "src/main/clj" "src/main/cvx"]}