X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=3a605b4553d41c74ede5cd731007555f28736342;hb=27110793a7d8e3aa6434bde63a1f687424ae779c;hp=861b94ad0af1e5ad92bfef4dd8e3de875a0d7b9c;hpb=3d722dc2008ab7e5dde4b474bb038a1857a28d85;p=akkoma diff --git a/mix.exs b/mix.exs index 861b94ad0..3a605b455 100644 --- a/mix.exs +++ b/mix.exs @@ -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