summaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-05-10 10:59:30 +0200
committerTim <contact@bytim.eu>2025-05-10 10:59:30 +0200
commit77594fd2b62e4ea3e6a55fed2dabcce50e618bd3 (patch)
tree5ddfa7589b5d9a46dbd40d5eea49c3e782c22d1a /deps.edn
parent79e32a55801fc53c8d60843c6676ca05cc899299 (diff)
downloadchef-77594fd2b62e4ea3e6a55fed2dabcce50e618bd3.tar.xz
chef-77594fd2b62e4ea3e6a55fed2dabcce50e618bd3.zip
Add oauth for admin interface
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps.edn b/deps.edn
index 242ce57..1b4659d 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,7 +1,9 @@
{:paths ["src" "resources"]
- :deps {http-kit/http-kit {:mvn/version "2.8.0"}
- metosin/reitit {:mvn/version "0.8.0"}
- hiccup/hiccup {:mvn/version "2.0.0-RC5"}}
+ :deps {http-kit/http-kit {:mvn/version "2.8.0"}
+ metosin/reitit {:mvn/version "0.8.0"}
+ hiccup/hiccup {:mvn/version "2.0.0-RC5"}
+ ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"}
+ lynxeyes/dotenv {:mvn/version "1.1.0"}}
:aliases
{:neil {:project {:name chef/chef
:version "0.0.1"}}