Skip to content

Commit

Permalink
Locking final dependencies for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
operable-eng committed Feb 23, 2017
1 parent 94d31d6 commit 9b7781a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ defmodule Cog.Mixfile do
[
# Operable Code
########################################################################
{:conduit, github: "operable/conduit", branch: "v1.0.0"},
{:probe, github: "operable/probe", branch: "v1.0.0"},
{:spanner, github: "operable/spanner", branch: "v1.0.0"},
{:greenbar, github: "operable/greenbar", branch: "v1.0.0"},
{:conduit, github: "operable/conduit", tag: "1.0.0"},
{:probe, github: "operable/probe", tag: "1.0.0"},
{:spanner, github: "operable/spanner", tag: "1.0.0"},
{:greenbar, github: "operable/greenbar", tag: "1.0.0"},

# Used to model pipelines
{:gen_stage, "~> 0.10.0"},
Expand Down
12 changes: 6 additions & 6 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
"comeonin": {:hex, :comeonin, "2.5.3", "ccd70ebf465eaf4e11fc5a13fd0f5be2538b6b4975d4f7a13d571670b31da060", [:make, :mix], []},
"conduit": {:git, "https://github.com/operable/conduit.git", "b95a75945a2e21f1af23d58239f87427af4bad9a", [branch: "v1.0.0"]},
"conduit": {:git, "https://github.com/operable/conduit.git", "2aa52b357b3af9b6562b290954a913c0b639766f", [tag: "1.0.0"]},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], []},
"cowboy": {:hex, :cowboy, "1.0.4", "a324a8df9f2316c833a470d918aaf73ae894278b8aa6226ce7a9bf699388f878", [:make, :rebar], [{:cowlib, "~> 1.0.0", [hex: :cowlib, optional: false]}, {:ranch, "~> 1.0", [hex: :ranch, optional: false]}]},
"cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [:make], []},
Expand All @@ -28,8 +28,8 @@
"getopt": {:git, "https://github.com/jcomellas/getopt.git", "68fe326f2c7585eb32a5b136dffc75428a53fc02", [branch: "master"]},
"goldrush": {:hex, :goldrush, "0.1.8", "2024ba375ceea47e27ea70e14d2c483b2d8610101b4e852ef7f89163cdb6e649", [:rebar3], []},
"gproc": {:hex, :gproc, "0.5.0", "2df2d886f8f8a7b81a4b04aa17972b5965bbc5bf0100ea6d8e8ac6a0e7389afe", [:rebar], []},
"greenbar": {:git, "https://github.com/operable/greenbar.git", "f5601a056ee5439aefd72999631a29300b2d9323", [branch: "v1.0.0"]},
"greenbar_markdown": {:git, "https://github.com/operable/greenbar_markdown.git", "c01514ebfb5f2922cac6fc6a46f668e7d2700235", []},
"greenbar": {:git, "https://github.com/operable/greenbar.git", "4894c15b39854416b8a5eeea21f944f7db1a942a", [tag: "1.0.0"]},
"greenbar_markdown": {:git, "https://github.com/operable/greenbar_markdown.git", "c8a571511e9e1ca9d40a1d6ee08edf41bfd2f290", [tag: "1.0.0"]},
"hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},
"html_entities": {:hex, :html_entities, "0.3.0", "2f278ffc69c3f0cbd5996628fef37cf922fa715f3e04b9f38924c8adced3f25a", [:mix], []},
"httpoison": {:hex, :httpoison, "0.9.2", "a211a8e87403a043c41218e64df250d321f236ac57f786c6a0ccf3e9e817c819", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]},
Expand All @@ -52,17 +52,17 @@
"phoenix_html": {:hex, :phoenix_html, "2.7.0", "19e12e2044340c2e43df206a06d059677c59ea1868bd1c35165438d592cd420b", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.5", "829218c4152ba1e9848e2bf8e161fcde6b4ec679a516259442561d21fde68d0b", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}, {:phoenix, "~> 1.0 or ~> 1.2-rc", [hex: :phoenix, optional: false]}]},
"phoenix_pubsub": {:hex, :phoenix_pubsub, "1.0.1", "c10ddf6237007c804bf2b8f3c4d5b99009b42eca3a0dfac04ea2d8001186056a", [:mix], []},
"piper": {:git, "https://github.com/operable/piper.git", "d3d61429156b2eb7411407ca3679fda9c297dc28", []},
"piper": {:git, "https://github.com/operable/piper.git", "1d3ca9457dde24769c856977ad56c04227ff93e7", [tag: "1.0.0"]},
"plug": {:hex, :plug, "1.2.2", "cfbda521b54c92ab8ddffb173fbaabed8d8fc94bec07cd9bb58a84c1c501b0bd", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []},
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []},
"postgrex": {:hex, :postgrex, "0.11.2", "139755c1359d3c5c6d6e8b1ea72556d39e2746f61c6ddfb442813c91f53487e8", [:mix], [{:connection, "~> 1.0", [hex: :connection, optional: false]}, {:db_connection, "~> 1.0-rc", [hex: :db_connection, optional: false]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]},
"probe": {:git, "https://github.com/operable/probe.git", "17ac5b22343866455fbc21b122f67690938231fc", [branch: "v1.0.0"]},
"probe": {:git, "https://github.com/operable/probe.git", "83eae6a35c4c88f07f37b76f4c9c5cfe78ab6711", [tag: "1.0.0"]},
"ranch": {:hex, :ranch, "1.2.1", "a6fb992c10f2187b46ffd17ce398ddf8a54f691b81768f9ef5f461ea7e28c762", [:make], []},
"romeo": {:git, "https://github.com/operable/romeo.git", "65106b94f134a12791ec63fa284b0ce5e9358538", [branch: "iq-bodies"]},
"slack": {:git, "https://github.com/operable/Elixir-Slack.git", "4d6a3c4036ec4129e8d77e55cd1d3e62093cc001", []},
"snappy": {:git, "https://github.com/fdmanana/snappy-erlang-nif.git", "0951a1bf8e58141b3c439bebe1f2992688298631", []},
"spanner": {:git, "https://github.com/operable/spanner.git", "c88d527c38484d2ceb921d145f1337c25cf0c4e5", [branch: "v1.0.0"]},
"spanner": {:git, "https://github.com/operable/spanner.git", "bca179ecab83016e37917c65d15e4b73e10a819b", [tag: "1.0.0"]},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0", "edee20847c42e379bf91261db474ffbe373f8acb56e9079acb6038d4e0bf414f", [:make, :rebar], []},
"table_rex": {:hex, :table_rex, "0.8.3", "1c68dfc6886d6f118f5047b0449d6402ae0ac5709064789e578c2f4659f4064b", [:mix], []},
"uuid": {:hex, :uuid, "1.1.5", "96cb36d86ee82f912efea4d50464a5df606bf3f1163d6bdbb302d98474969369", [:mix], []},
Expand Down

0 comments on commit 9b7781a

Please sign in to comment.