X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0e54f0246adf30d45551f3d466ffa0720eeb885b;hb=9e9d95ec99030b7c939d7cd4ae5ac2923ac1aac2;hp=09bc34f1a5e417a7c036224ca05448461132b7fc;hpb=82914e1e4de37747653c83644b428c1ba29428c9;p=akkoma diff --git a/mix.exs b/mix.exs index 09bc34f1a..0e54f0246 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,8 @@ defmodule Pleroma.Mixfile do {:trailing_format_plug, "~> 0.0.5" }, {:html_sanitize_ex, "~> 1.0.0"}, {:calendar, "~> 0.16.1"}, - {:con_cache, "~> 0.12.0"}, + {:cachex, "~> 2.1"}, + {:httpoison, "~> 0.11.1"}, {:ex_machina, "~> 2.0", only: :test}, {:mix_test_watch, "~> 0.2", only: :dev}] end