summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-05-15 15:37:31 +0000
committerlambda <lain@soykaf.club>2019-05-15 15:37:31 +0000
commit4440e23547dddc58252318282e3f417bafd6ee4c (patch)
treebcc003b66b71c9edb587be7879e0a6cd899b3e7d /mix.exs
parent18f2d2024daa682cdb02c57eeb4c08d377a9a0a9 (diff)
parent4429c1b7dae9007299c46eab8bd60573b9ff1bdb (diff)
downloadpleroma-4440e23547dddc58252318282e3f417bafd6ee4c.tar.gz
pleroma-4440e23547dddc58252318282e3f417bafd6ee4c.zip
Merge branch 'chore/extricate-http-signatures' into 'develop'
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 7cc20b274..1396d0072 100644
--- a/mix.exs
+++ b/mix.exs
@@ -104,6 +104,9 @@ defmodule Pleroma.Mixfile do
{:auto_linker,
git: "https://git.pleroma.social/pleroma/auto_linker.git",
ref: "c00c4e75b35367fa42c95ffd9b8c455bf9995829"},
+ {:http_signatures,
+ git: "https://git.pleroma.social/pleroma/http_signatures.git",
+ ref: "9789401987096ead65646b52b5a2ca6bf52fc531"},
{:pleroma_job_queue, "~> 0.2.0"},
{:telemetry, "~> 0.3"},
{:prometheus_ex, "~> 3.0"},