diff options
author | lambda <lain@soykaf.club> | 2019-05-15 15:37:31 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-05-15 15:37:31 +0000 |
commit | 4440e23547dddc58252318282e3f417bafd6ee4c (patch) | |
tree | bcc003b66b71c9edb587be7879e0a6cd899b3e7d /mix.exs | |
parent | 18f2d2024daa682cdb02c57eeb4c08d377a9a0a9 (diff) | |
parent | 4429c1b7dae9007299c46eab8bd60573b9ff1bdb (diff) | |
download | pleroma-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.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"}, |