forked from szaboat/procore-elixir-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmix.lock
79 lines (79 loc) · 3.72 KB
/
mix.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%{
cachex:
{:hex, :cachex, "3.0.2", "1351caa4e26e29f7d7ec1d29b53d6013f0447630bbf382b4fb5d5bad0209f203",
[:mix],
[
{:eternal, "~> 1.2", [hex: :eternal, repo: "hexpm", optional: false]},
{:unsafe, "~> 1.0", [hex: :unsafe, repo: "hexpm", optional: false]}
], "hexpm"},
certifi:
{:hex, :certifi, "2.3.1", "d0f424232390bf47d82da8478022301c561cf6445b5b5fb6a84d49a9e76d2639",
[:rebar3], [{:parse_trans, "3.2.0", [hex: :parse_trans, repo: "hexpm", optional: false]}],
"hexpm"},
earmark:
{:hex, :earmark, "1.2.4", "99b637c62a4d65a20a9fb674b8cffb8baa771c04605a80c911c4418c69b75439",
[:mix], [], "hexpm"},
eternal:
{:hex, :eternal, "1.2.0", "e2a6b6ce3b8c248f7dc31451aefca57e3bdf0e48d73ae5043229380a67614c41",
[:mix], [], "hexpm"},
ex_doc:
{:hex, :ex_doc, "0.18.2", "993e0a95e9fbb790ac54ea58e700b45b299bd48bc44b4ae0404f28161f37a83e",
[:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
hackney:
{:hex, :hackney, "1.13.0", "24edc8cd2b28e1c652593833862435c80661834f6c9344e84b6a2255e7aeef03",
[:rebar3],
[
{:certifi, "2.3.1", [hex: :certifi, repo: "hexpm", optional: false]},
{:idna, "5.1.2", [hex: :idna, repo: "hexpm", optional: false]},
{:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]},
{:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]},
{:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}
], "hexpm"},
idna:
{:hex, :idna, "5.1.2", "e21cb58a09f0228a9e0b95eaa1217f1bcfc31a1aaa6e1fdf2f53a33f7dbd9494",
[:rebar3],
[
{:unicode_util_compat, "0.3.1",
[hex: :unicode_util_compat, repo: "hexpm", optional: false]}
], "hexpm"},
jason:
{:hex, :jason, "1.0.0", "0f7cfa9bdb23fed721ec05419bcee2b2c21a77e926bce0deda029b5adc716fe2",
[:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm"},
metrics:
{:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486",
[:rebar3], [], "hexpm"},
mime:
{:hex, :mime, "1.3.0", "5e8d45a39e95c650900d03f897fbf99ae04f60ab1daa4a34c7a20a5151b7a5fe",
[:mix], [], "hexpm"},
mimerl:
{:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88",
[:rebar3], [], "hexpm"},
parse_trans:
{:hex, :parse_trans, "3.2.0",
"2adfa4daf80c14dc36f522cf190eb5c4ee3e28008fc6394397c16f62a26258c2", [:rebar3], [], "hexpm"},
recase:
{:hex, :recase, "0.3.0", "a3a6b2bfc9a1c3047b6f37d49ea52027ea59fd256505254b8e9d63c68d09ab89",
[:mix], [], "hexpm"},
ssl_verify_fun:
{:hex, :ssl_verify_fun, "1.1.1",
"28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [],
"hexpm"},
tesla:
{:hex, :tesla, "1.0.0", "94a9059456d51266f3d40b75ff6be3d18496072ce5ffaabad03d6c00f065cfd1",
[:mix],
[
{:exjsx, ">= 3.0.0", [hex: :exjsx, repo: "hexpm", optional: true]},
{:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]},
{:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]},
{:ibrowse, "~> 4.4.0", [hex: :ibrowse, repo: "hexpm", optional: true]},
{:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: true]},
{:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]},
{:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}
], "hexpm"},
unicode_util_compat:
{:hex, :unicode_util_compat, "0.3.1",
"a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"},
unsafe:
{:hex, :unsafe, "1.0.0", "7c21742cd05380c7875546b023481d3a26f52df8e5dfedcb9f958f322baae305",
[:mix], [], "hexpm"}
}