Replace Pleroma.FlakeId with flake_id hex package
This commit is contained in:
parent
40c968626d
commit
b5dfe83433
25 changed files with 35 additions and 262 deletions
1
mix.exs
1
mix.exs
|
|
@ -158,6 +158,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:ex_const, "~> 0.2"},
|
||||
{:plug_static_index_html, "~> 1.0.0"},
|
||||
{:excoveralls, "~> 0.11.1", only: :test},
|
||||
{:flake_id, "~> 0.1.0"},
|
||||
{:mox, "~> 0.5", only: :test}
|
||||
] ++ oauth_deps()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue