Replace Pleroma.FlakeId with flake_id hex package
This commit is contained in:
parent
1dd6d81ddf
commit
67d772dd73
24 changed files with 35 additions and 261 deletions
1
mix.exs
1
mix.exs
|
|
@ -157,6 +157,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