|
1 | 1 | ;; DO NOT EDIT MANUALLY - generated from project.clj via deps/lein-to-deps
|
2 |
| -{:paths ["src" "target/classes"], |
| 2 | +{:paths ["src" "resources" "target/classes"], |
3 | 3 | :deps
|
4 | 4 | {org.clojure/tools.logging
|
5 | 5 | {:mvn/version "1.1.0", :exclusions [org.clojure/clojure]},
|
6 |
| - io.netty/netty-transport-native-kqueue$osx-x86_64 |
7 |
| - #:mvn{:version "4.1.87.Final"}, |
8 |
| - io.netty.incubator/netty-incubator-transport-native-io_uring$linux-aarch_64 |
9 |
| - #:mvn{:version "0.0.16.Final"}, |
10 |
| - io.netty/netty-handler-proxy #:mvn{:version "4.1.87.Final"}, |
11 |
| - manifold/manifold #:mvn{:version "0.3.0"}, |
12 |
| - io.netty/netty-codec #:mvn{:version "4.1.87.Final"}, |
13 |
| - io.netty/netty-transport-native-epoll$linux-aarch_64 |
14 |
| - #:mvn{:version "4.1.87.Final"}, |
15 |
| - org.clj-commons/dirigiste #:mvn{:version "1.0.3"}, |
16 |
| - io.netty/netty-handler #:mvn{:version "4.1.87.Final"}, |
17 |
| - org.clj-commons/primitive-math #:mvn{:version "1.0.0"}, |
| 6 | + manifold/manifold {:mvn/version "0.3.0"}, |
| 7 | + org.clj-commons/byte-streams {:mvn/version "0.3.1"}, |
| 8 | + org.clj-commons/dirigiste {:mvn/version "1.0.3"}, |
| 9 | + org.clj-commons/primitive-math {:mvn/version "1.0.0"}, |
| 10 | + potemkin/potemkin {:mvn/version "0.4.5"}, |
| 11 | + io.netty/netty-transport {:mvn/version "4.1.87.Final"}, |
18 | 12 | io.netty/netty-transport-native-epoll$linux-x86_64
|
19 |
| - #:mvn{:version "4.1.87.Final"}, |
| 13 | + {:mvn/version "4.1.87.Final"}, |
| 14 | + io.netty/netty-transport-native-epoll$linux-aarch_64 |
| 15 | + {:mvn/version "4.1.87.Final"}, |
| 16 | + io.netty/netty-transport-native-kqueue$osx-x86_64 |
| 17 | + {:mvn/version "4.1.87.Final"}, |
20 | 18 | io.netty.incubator/netty-incubator-transport-native-io_uring$linux-x86_64
|
21 |
| - #:mvn{:version "0.0.16.Final"}, |
22 |
| - io.netty/netty-transport #:mvn{:version "4.1.87.Final"}, |
23 |
| - org.clj-commons/byte-streams #:mvn{:version "0.3.1"}, |
24 |
| - io.netty/netty-codec-http #:mvn{:version "4.1.87.Final"}, |
25 |
| - potemkin/potemkin #:mvn{:version "0.4.5"}, |
26 |
| - io.netty/netty-resolver #:mvn{:version "4.1.87.Final"}, |
27 |
| - io.netty/netty-resolver-dns #:mvn{:version "4.1.87.Final"}}, |
| 19 | + {:mvn/version "0.0.16.Final"}, |
| 20 | + io.netty.incubator/netty-incubator-transport-native-io_uring$linux-aarch_64 |
| 21 | + {:mvn/version "0.0.16.Final"}, |
| 22 | + io.netty/netty-codec {:mvn/version "4.1.87.Final"}, |
| 23 | + io.netty/netty-codec-http {:mvn/version "4.1.87.Final"}, |
| 24 | + io.netty/netty-handler {:mvn/version "4.1.87.Final"}, |
| 25 | + io.netty/netty-handler-proxy {:mvn/version "4.1.87.Final"}, |
| 26 | + io.netty/netty-resolver {:mvn/version "4.1.87.Final"}, |
| 27 | + io.netty/netty-resolver-dns {:mvn/version "4.1.87.Final"}}, |
28 | 28 | :aliases
|
29 | 29 | {:lein2deps
|
30 | 30 | {:deps
|
31 |
| - #:io.github.borkdude{lein2deps |
32 |
| - #:git{:sha |
33 |
| - "1bcf2fbbcbef611381e5e9ccdc77bec1e62ea5e5"}}, |
| 31 | + {io.github.borkdude/lein2deps |
| 32 | + {:git/sha "1bcf2fbbcbef611381e5e9ccdc77bec1e62ea5e5"}}, |
34 | 33 | :ns-default lein2deps.build,
|
35 | 34 | :lein2deps/compile-java
|
36 | 35 | {:src-dirs ["src/aleph/utils"],
|
|
0 commit comments