Remove submodules

This commit is contained in:
erik 2023-06-20 12:26:03 +02:00
parent 213657ce6c
commit fb63f6a6e4
3 changed files with 3 additions and 8 deletions

6
.gitmodules vendored
View file

@ -1,6 +0,0 @@
[submodule "src/main/clj/clj-tparse"]
path = src/main/clj/clj-tparse
url = git@github.com:ubindr/clj-tparse.git
[submodule "src/main/clj/ubindr/clj_tparse"]
path = src/main/clj/ubindr/clj_tparse
url = git@github.com:ubindr/clj-tparse.git

View file

@ -19,7 +19,8 @@
[cheshire/cheshire "5.11.0"] [cheshire/cheshire "5.11.0"]
[com.cognitect/transit-clj "1.0.333"] [com.cognitect/transit-clj "1.0.333"]
[lambdaisland/uri "1.13.95"] [lambdaisland/uri "1.13.95"]
[clj-turtle "0.1.3"]] [clj-turtle "0.1.3"]
[instaparse "1.4.12"]]
:main ^:skip-aot org.domaindrivenarchitecture.activity-pub-poc.core :main ^:skip-aot org.domaindrivenarchitecture.activity-pub-poc.core
:profiles {:test {:test-paths ["src/test/cljc"] :profiles {:test {:test-paths ["src/test/cljc"]
:resource-paths ["src/test/resources"] :resource-paths ["src/test/resources"]

View file

@ -1,7 +1,7 @@
(ns org.domaindrivenarchitecture.activity-pub-poc.core (ns org.domaindrivenarchitecture.activity-pub-poc.core
(:require [lambdaisland.souk.activitypub :as ap] (:require [lambdaisland.souk.activitypub :as ap]
[lambdaisland.souk.json-ld :as ld] [lambdaisland.souk.json-ld :as ld]
[ubindr.clj-tparse :as tparse] [ubindr.clj-tparse.core :as parse]
[clojure.spec.alpha :as s] [clojure.spec.alpha :as s]
[clojure.inspector :as ins] [clojure.inspector :as ins]
[hato.client :as hato] [hato.client :as hato]