X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=3a605b4553d41c74ede5cd731007555f28736342;hb=b2273c695ec3a84dfb7a3a83019a71cade08b8d4;hp=e8356d5647bf1d461063bc43d26700bad57be1ae;hpb=54b8e683bce13cf67f2674ea9f56b30604b28358;p=akkoma diff --git a/mix.exs b/mix.exs index e8356d564..3a605b455 100644 --- a/mix.exs +++ b/mix.exs @@ -157,8 +157,11 @@ defmodule Pleroma.Mixfile do {:ex_rated, "~> 1.3"}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, - {:relax_yaml, "~> 0.1"}, {: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