diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-09-27 21:59:23 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-09-27 21:59:23 +0000 |
commit | 705ea1b975779180c15d7b32d22f7fb9a11b2ed9 (patch) | |
tree | 5bb67874c8b34ad13f25055938826475f38e2301 /mix.exs | |
parent | 92d08d4113c4de09cd8d736ed1a0349745866eef (diff) | |
parent | f9380289eb251c818e87e8f0ad0a41fc8bdd90aa (diff) | |
download | pleroma-705ea1b975779180c15d7b32d22f7fb9a11b2ed9.tar.gz pleroma-705ea1b975779180c15d7b32d22f7fb9a11b2ed9.zip |
Merge branch 'remote-ip' into 'develop'
Add `remote_ip` plug
See merge request pleroma/pleroma!1608
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -159,6 +159,9 @@ defmodule Pleroma.Mixfile do {:plug_static_index_html, "~> 1.0.0"}, {:excoveralls, "~> 0.11.1", only: :test}, {:flake_id, "~> 0.1.0"}, + {:remote_ip, + git: "https://git.pleroma.social/pleroma/remote_ip.git", + ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"}, {:mox, "~> 0.5", only: :test} ] ++ oauth_deps() end |