diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-14 20:03:13 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-14 20:03:13 +0000 |
commit | 071f78733aaa8a6546c9267d14381be9c0af0333 (patch) | |
tree | a4ddd1e39c8d7a001eb23909a265fdff71a547d3 /mix.exs | |
parent | dfd031c26adb78fbbbf44943a81ef506fbbd1324 (diff) | |
download | pleroma-071f78733aaa8a6546c9267d14381be9c0af0333.tar.gz pleroma-071f78733aaa8a6546c9267d14381be9c0af0333.zip |
switch to pleroma/http_signatures library
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,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"}, |