mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
Update Pow (#35)
This commit is contained in:
parent
679962248d
commit
79e25bfd6b
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
mix.exs
|
@ -45,7 +45,7 @@ defmodule Philomena.MixProject do
|
|||
{:plug_cowboy, "~> 2.0"},
|
||||
{:phoenix_slime, "~> 0.12.0"},
|
||||
{:ecto_network, "~> 1.1"},
|
||||
{:pow, github: "danschultzer/pow", ref: "set-global-lock"},
|
||||
{:pow, github: "danschultzer/pow"},
|
||||
{:bcrypt_elixir, "~> 2.0"},
|
||||
{:pot, "~> 0.10.1"},
|
||||
{:secure_compare, "~> 0.1.0"},
|
||||
|
|
2
mix.lock
2
mix.lock
|
@ -51,7 +51,7 @@
|
|||
"porcelain": {:git, "https://github.com/walkr/porcelain.git", "4a497495beb8cab7af0d47ae50f720d31a13f039", [ref: "4a49749"]},
|
||||
"postgrex": {:hex, :postgrex, "0.15.3", "5806baa8a19a68c4d07c7a624ccdb9b57e89cbc573f1b98099e3741214746ae4", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "4737ce62a31747b4c63c12b20c62307e51bb4fcd730ca0c32c280991e0606c90"},
|
||||
"pot": {:hex, :pot, "0.10.2", "9895c83bcff8cd22d9f5bc79dfc88a188176b261b618ad70d93faf5c5ca36e67", [:rebar3], [], "hexpm", "ac589a8e296b7802681e93cd0a436faec117ea63e9916709c628df31e17e91e2"},
|
||||
"pow": {:git, "https://github.com/danschultzer/pow.git", "0cb51eb3ddbd8ce749b295e7ec3442f3634472c0", [ref: "set-global-lock"]},
|
||||
"pow": {:git, "https://github.com/danschultzer/pow.git", "a6697b62b94461b3dfe3a288efbd81377ff9b099", []},
|
||||
"qrcode": {:hex, :qrcode, "0.1.5", "551271830515c150f34568345b060c625deb0e6691db2a01b0a6de3aafc93886", [:mix], [], "hexpm", "a266b7fb7be0d3b713912055dde3575927eca920e5d604ded45cd534f6b7a447"},
|
||||
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm", "451d8527787df716d99dc36162fca05934915db0b6141bbdac2ea8d3c7afc7d7"},
|
||||
"redix": {:hex, :redix, "0.10.4", "b87c1728e02dd8bad0e8ed2a97c4855d9677dfcefb293800fdb1ca726278ea27", [:mix], [{:castore, "~> 0.1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "cdf44832b01286f594846d8858866b4ee006c056b027d15557e17b0df9203584"},
|
||||
|
|
Loading…
Reference in a new issue