diff options
author | href <href@random.sh> | 2018-12-17 17:09:06 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-12-17 17:09:06 +0100 |
commit | b12a90491156f1b31defd7aa1b322a86867dbf2b (patch) | |
tree | 6495d0dba9f71cb3a8956368cbfa88e44b9a352d /mix.lock | |
parent | 77b5154c825e2ff5996f170c03657eaadcef4680 (diff) | |
download | pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.tar.gz pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.zip |
Integration tests for mastodon websocket
Diffstat (limited to 'mix.lock')
-rw-r--r-- | mix.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,4 +59,5 @@ "unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"}, "unsafe": {:hex, :unsafe, "1.0.0", "7c21742cd05380c7875546b023481d3a26f52df8e5dfedcb9f958f322baae305", [:mix], [], "hexpm"}, "web_push_encryption": {:hex, :web_push_encryption, "0.2.1", "d42cecf73420d9dc0053ba3299cc8c8d6ff2be2487d67ca2a57265868e4d9a98", [:mix], [{:httpoison, "~> 1.0", [hex: :httpoison, repo: "hexpm", optional: false]}, {:jose, "~> 1.8", [hex: :jose, repo: "hexpm", optional: false]}, {:poison, "~> 3.0", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"}, + "websocket_client": {:git, "https://github.com/jeremyong/websocket_client.git", "9a6f65d05ebf2725d62fb19262b21f1805a59fbf", []}, } |