X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0e54f0246adf30d45551f3d466ffa0720eeb885b;hb=668b01da0b9f339aabedaae424023e60a38c2529;hp=09bc34f1a5e417a7c036224ca05448461132b7fc;hpb=9a8c348aed7772c9e2173163687e63943cf491fb;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