mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
refactor, remove unnecessary dependencies, speed up instance check query
This commit is contained in:
parent
8fbe016cdb
commit
c1ec9e9a6b
15 changed files with 475 additions and 305 deletions
4
mix.exs
4
mix.exs
|
@ -25,9 +25,7 @@ defmodule Farside.MixProject do
|
|||
{:httpoison, "~> 1.8"},
|
||||
{:jason, "~> 1.1"},
|
||||
{:plug_attack, "~> 0.4.2"},
|
||||
{:plug_cowboy, "~> 2.0"},
|
||||
{:quantum, "~> 3.0"},
|
||||
{:redix, "~> 1.1"}
|
||||
{:plug_cowboy, "~> 2.0"}
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue