diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-09-08 09:20:34 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-09-08 09:20:34 +0000 |
| commit | 045953225e04862c914b51808907cc86b11fcaf4 (patch) | |
| tree | 8f629e1572eec131651eae1a4421b6725b6f189a /mix.exs | |
| parent | 530561a091f6f82e27ef3d5011b929b00e2da964 (diff) | |
| parent | d22af29bb48e94ca21621c30d46cea42559277b7 (diff) | |
| download | pleroma-045953225e04862c914b51808907cc86b11fcaf4.tar.gz pleroma-045953225e04862c914b51808907cc86b11fcaf4.zip | |
Merge branch 'moonman/pleroma-sha512-crypt' into 'develop'
auth overhaul and legacy GS auth
See merge request pleroma/pleroma!331
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,7 +50,9 @@ defmodule Pleroma.Mixfile do {:ex_aws_s3, "~> 2.0"}, {:ex_machina, "~> 2.2", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, - {:mock, "~> 0.3.1", only: :test} + {:mock, "~> 0.3.1", only: :test}, + {:crypt, + git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"} ] end |
