Skip to content

Commit

Permalink
Prepare 0.11.0-beta.2
Browse files Browse the repository at this point in the history
Update mix.lock files and update instructions.
  • Loading branch information
bettio committed Jan 24, 2020
1 parent 11b1a2f commit a1db2bc
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 72 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.0-beta.2] - Unreleased
## [0.11.0-beta.2] - 2020-01-24
### Added
- [pairing] Add Prometheus instrumenters and exporters.
- [realm_management] Add Prometheus instrumenters and exporters.
Expand Down Expand Up @@ -62,6 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- [appengine_api] Add timestamp field to channel events.
- Add device unregister API, allowing to reset the registration of a device.
- [trigger_engine] Trigger timestamp is now extracted from SimpleEvent and not generated.
This means that all triggers generated from the same event will have the same timestamp.

### Fixed
- [appengine_api] Fix invalid dates handling, they should not cause an internal server error.
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_appengine_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "788840d2b584e819adbbe4b135d76bb1e459d7a2", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7d3681502b19020ce503fa2a3e8bbcaab4abbbff", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "e35928d6e53c2baec163777ee2d0419adce25a02", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_data_updater_plant/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "f45dd3e03d24c828168c04c7ceff1a9fc5502d88", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7d3681502b19020ce503fa2a3e8bbcaab4abbbff", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "e35928d6e53c2baec163777ee2d0419adce25a02", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
"cowboy": {:hex, :cowboy, "2.7.0", "91ed100138a764355f43316b1d23d7ff6bdb0de4ea618cb5d8677c93a7a2f115", [:rebar3], [{:cowlib, "~> 2.8.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_housekeeping/mix.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%{
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "f45dd3e03d24c828168c04c7ceff1a9fc5502d88", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7d3681502b19020ce503fa2a3e8bbcaab4abbbff", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "e35928d6e53c2baec163777ee2d0419adce25a02", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm"},
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_housekeeping_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down
8 changes: 4 additions & 4 deletions apps/astarte_pairing/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "f45dd3e03d24c828168c04c7ceff1a9fc5502d88", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7d3681502b19020ce503fa2a3e8bbcaab4abbbff", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "e35928d6e53c2baec163777ee2d0419adce25a02", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"bcrypt_elixir": {:hex, :bcrypt_elixir, "1.1.1", "6b5560e47a02196ce5f0ab3f1d8265db79a23868c137e973b27afef928ed8006", [:make, :mix], [{:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"cfxxl": {:hex, :cfxxl, "0.3.0", "7d69bf5533ce0949b0c08ab29766375c704ac42ea4a5c26af93eeff76ff70122", [:mix], [{:httpoison, "~> 0.13", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down Expand Up @@ -41,11 +41,11 @@
"plug_crypto": {:hex, :plug_crypto, "1.0.0", "18e49317d3fa343f24620ed22795ec29d4a5e602d52d1513ccea0b07d8ea7d4d", [:mix], [], "hexpm"},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"},
"pooler": {:hex, :pooler, "1.5.3", "898cd1fa301fc42d4a8ed598ce139b71ca85b54c16ab161152b5cc5fbdcfa1a8", [:rebar3], [], "hexpm"},
"pretty_log": {:git, "https://github.com/ispirata/pretty_log.git", "1c6877b2059bb894013f93686b8c7f68a6e3a2d9", []},
"prometheus": {:hex, :prometheus, "4.4.1", "1e96073b3ed7788053768fea779cbc896ddc3bdd9ba60687f2ad50b252ac87d6", [:mix, :rebar3], [], "hexpm"},
"prometheus_ex": {:hex, :prometheus_ex, "3.0.5", "fa58cfd983487fc5ead331e9a3e0aa622c67232b3ec71710ced122c4c453a02f", [:mix], [{:prometheus, "~> 4.0", [hex: :prometheus, repo: "hexpm", optional: false]}], "hexpm"},
"prometheus_plugs": {:hex, :prometheus_plugs, "1.1.5", "25933d48f8af3a5941dd7b621c889749894d8a1082a6ff7c67cc99dec26377c5", [:mix], [{:accept, "~> 0.1", [hex: :accept, repo: "hexpm", optional: false]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}, {:prometheus_ex, "~> 1.1 or ~> 2.0 or ~> 3.0", [hex: :prometheus_ex, repo: "hexpm", optional: false]}, {:prometheus_process_collector, "~> 1.1", [hex: :prometheus_process_collector, repo: "hexpm", optional: true]}], "hexpm"},
"prometheus_process_collector": {:hex, :prometheus_process_collector, "1.4.5", "9baea93f5d8c2758dbad0de021ef74438d2f81a01d1f24f5ef0bb949a7b4191d", [:rebar3], [{:prometheus, "~> 4.0", [hex: :prometheus, repo: "hexpm", optional: false]}], "hexpm"},
"pretty_log": {:git, "https://github.com/ispirata/pretty_log.git", "1c6877b2059bb894013f93686b8c7f68a6e3a2d9", []},
"quickrand": {:hex, :quickrand, "1.7.5", "e3086a153eb13a057fc19192d05e2d4c6bb2bdbb55746a699beae9847ac17ca8", [:rebar3], [], "hexpm"},
"rabbit_common": {:hex, :rabbit_common, "3.7.15", "fd44d795b905fd55cddb126524a74ef17a3127f2224b958fb19e0979e0aa238c", [:make, :rebar3], [{:jsx, "2.9.0", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "3.6.10", [hex: :lager, repo: "hexpm", optional: false]}, {:ranch, "1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "2.5.0", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm"},
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_pairing_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "ceb1e26c3c551ae2b6ff4d4a467ffe73093112d1", []},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "9dbdc29c455f4fdbac5bb52912e87f7aa8b74be0", []},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "dd37ddd2b1bdcef0b1474be9c81d9a0efa4cda81", []},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", []},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm"},
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_realm_management/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "788840d2b584e819adbbe4b135d76bb1e459d7a2", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "7d3681502b19020ce503fa2a3e8bbcaab4abbbff", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "b38f2a0d4673d74ec90150f61200c3b124d6d1b5", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "e35928d6e53c2baec163777ee2d0419adce25a02", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "e9604be2508ec7258bce08617ea63a732e3d7170", [branch: "release-0.11"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
"cowboy": {:hex, :cowboy, "2.7.0", "91ed100138a764355f43316b1d23d7ff6bdb0de4ea618cb5d8677c93a7a2f115", [:rebar3], [{:cowlib, "~> 2.8.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down
Loading

0 comments on commit a1db2bc

Please sign in to comment.