Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleydebruijn committed Jun 7, 2021
1 parent 4ee94f1 commit 2076fc6
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 27 deletions.
48 changes: 28 additions & 20 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,34 @@ defmodule Wabbit.Mixfile do
use Mix.Project

def project do
[app: :wabbit,
version: "0.4.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: description(),
package: package(),
source_url: "https://github.com/pma/wabbit",
deps: deps()]
[
app: :wabbit,
version: "0.5.0",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
description: description(),
package: package(),
source_url: "https://github.com/pma/wabbit",
deps: deps()
]
end

def application do
[applications: [:logger, :asn1, :public_key, :ssl, :amqp_client, :connection, :gen_stage],
mod: {Wabbit, []}]
[
applications: [:logger, :asn1, :public_key, :ssl, :amqp_client, :connection, :gen_stage],
mod: {Wabbit, []}
]
end

defp deps do
[{:gen_stage, "~> 1.0"},
{:connection, "~> 1.0"},
{:amqp_client, "~> 3.6"},
{:rabbit_common, "~> 3.6"},
{:ex_doc, "~> 0.17", only: :dev}]
[
{:gen_stage, "~> 1.1"},
{:connection, "~> 1.0"},
{:amqp_client, "~> 3.8"},
{:rabbit_common, "~> 3.8"},
{:ex_doc, "~> 0.17", only: :dev}
]
end

defp description do
Expand All @@ -33,9 +39,11 @@ defmodule Wabbit.Mixfile do
end

defp package do
[files: ["lib", "mix.exs", "README.md", "LICENSE"],
maintainers: ["Paulo Almeida"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/pma/wabbit"}]
[
files: ["lib", "mix.exs", "README.md", "LICENSE"],
maintainers: ["Paulo Almeida"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/pma/wabbit"}
]
end
end
63 changes: 56 additions & 7 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,58 @@
%{
"amqp_client": {:hex, :amqp_client, "3.6.12", "dfdfe7be661feb96ece404092a47431a73797ad412959732d940f96f80290da0", [:make, :rebar3], [{:rabbit_common, "3.6.12", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "85c1b4de1cf59a44566fce77bc0619a4f6c49010e9fa27db86ed58a0ddc86589"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
"db_connection": {:hex, :db_connection, "1.0.0", "63c03e520d54886a66104d34e32397ba960db6e74b596ce221592c07d6a40d8d", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, optional: true]}, {:sbroker, "~> 1.0", [hex: :sbroker, optional: true]}]},
"earmark": {:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4", [:mix], [], "hexpm", "3b1dcad3067985dd8618c38399a8ee9c4e652d52a17a4aae7a6d6fc4fcc24856"},
"ex_doc": {:hex, :ex_doc, "0.17.0", "fdf3dc9c6cd1945afb583488de1bf8c12bd8b2ab80f2e7a0e2476a60b9e3bd8f", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm", "3170487b04545c562b21521cd0de53619b7879952018c37b0d628ac1431f26d0"},
"gen_stage": {:hex, :gen_stage, "1.0.0", "51c8ae56ff54f9a2a604ca583798c210ad245f415115453b773b621c49776df5", [:mix], [], "hexpm", "1d9fc978db5305ac54e6f5fec7adf80cd893b1000cf78271564c516aa2af7706"},
"rabbit_common": {:hex, :rabbit_common, "3.6.12", "28dfb9ce4decf64caa9d9e70977ab57af983bc2795fd9db349bfc254a8b45235", [:make, :rebar3], [], "hexpm", "c6f32723f042d220da577ba9191d5b8afd8fa6ab05d3d561a28d25fc1553cf46"},
amqp_client:
{:hex, :amqp_client, "3.8.14",
"7569517aefb47e0d1c41bca2f4768dc8a2d88487daf7819fecca0d78943f293c", [:make, :rebar3],
[{:rabbit_common, "3.8.14", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm",
"e5ba3ac18abbe34a1d990a6bcac25633dc7061ab8f8d101c7dcff97f49f4c523"},
connection:
{:hex, :connection, "1.0.4",
"a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm",
"4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
credentials_obfuscation:
{:hex, :credentials_obfuscation, "2.4.0",
"9fb57683b84899ca3546b384e59ab5d3054a9f334eba50d74c82cd0ae82dd6ca", [:rebar3], [], "hexpm",
"d28a89830e30698b075de9a4dbe683a20685c6bed1e3b7df744a0c06e6ff200a"},
db_connection:
{:hex, :db_connection, "1.0.0",
"63c03e520d54886a66104d34e32397ba960db6e74b596ce221592c07d6a40d8d", [:mix],
[
{:connection, "~> 1.0.2", [hex: :connection, optional: false]},
{:poolboy, "~> 1.5", [hex: :poolboy, optional: true]},
{:sbroker, "~> 1.0", [hex: :sbroker, optional: true]}
]},
earmark:
{:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4",
[:mix], [], "hexpm", "3b1dcad3067985dd8618c38399a8ee9c4e652d52a17a4aae7a6d6fc4fcc24856"},
ex_doc:
{:hex, :ex_doc, "0.17.0", "fdf3dc9c6cd1945afb583488de1bf8c12bd8b2ab80f2e7a0e2476a60b9e3bd8f",
[:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm",
"3170487b04545c562b21521cd0de53619b7879952018c37b0d628ac1431f26d0"},
gen_stage:
{:hex, :gen_stage, "1.1.0",
"dd0c0f8d2f3b993fdbd3d58e94abbe65380f4e78bdee3fa93d5618d7d14abe60", [:mix], [], "hexpm",
"7f2b36a6d02f7ef2ba410733b540ec423af65ec9c99f3d1083da508aca3b9305"},
goldrush:
{:hex, :goldrush, "0.1.9", "f06e5d5f1277da5c413e84d5a2924174182fb108dabb39d5ec548b27424cd106",
[:rebar3], [], "hexpm", "99cb4128cffcb3227581e5d4d803d5413fa643f4eb96523f77d9e6937d994ceb"},
jsx:
{:hex, :jsx, "2.11.0", "08154624050333919b4ac1b789667d5f4db166dc50e190c4d778d1587f102ee0",
[:rebar3], [], "hexpm", "eed26a0d04d217f9eecefffb89714452556cf90eb38f290a27a4d45b9988f8c0"},
lager:
{:hex, :lager, "3.8.2", "b180b814fd8b7082b6ca8aaf287e55a908d304cfc7a240d32f4db2d07092b7d0",
[:rebar3], [{:goldrush, "0.1.9", [hex: :goldrush, repo: "hexpm", optional: false]}], "hexpm",
"73329ce700410b423f64aafc5f94583073904899098e4461f3558ed2980462ab"},
rabbit_common:
{:hex, :rabbit_common, "3.8.14",
"cc1604891295cd82f34597f1526ac611ea7b6a0e57b3dd79b41cb4224bcc6ec5", [:make, :rebar3],
[
{:credentials_obfuscation, "2.4.0",
[hex: :credentials_obfuscation, repo: "hexpm", optional: false]},
{:jsx, "2.11.0", [hex: :jsx, repo: "hexpm", optional: false]},
{:lager, "3.8.2", [hex: :lager, repo: "hexpm", optional: false]},
{:recon, "2.5.1", [hex: :recon, repo: "hexpm", optional: false]}
], "hexpm", "27409e425413cdd3fc2c077cf08226c4a307d56b1467883f26ab3789b2e106d0"},
recon:
{:hex, :recon, "2.5.1", "430ffa60685ac1efdfb1fe4c97b8767c92d0d92e6e7c3e8621559ba77598678a",
[:mix, :rebar3], [], "hexpm",
"5721c6b6d50122d8f68cccac712caa1231f97894bab779eff5ff0f886cb44648"}
}

0 comments on commit 2076fc6

Please sign in to comment.