Skip to content

Commit

Permalink
Example: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tony612 committed Aug 20, 2017
1 parent d7e8e61 commit 5befbb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/helloworld/mix.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%{"chatterbox": {:git, "https://github.com/tony612/chatterbox.git", "f94ad1790cfaab103785c1f78571497e9145d8da", [branch: "my-fix"]},
"cowboy": {:git, "https://github.com/tony612/cowboy.git", "4af17688619a9382e7f0f2493005931a2c7003a8", [branch: "my-fix"]},
"cowboy": {:git, "https://github.com/tony612/cowboy.git", "d047a94f7c2f94118f924724a62ce90f1cac4282", [branch: "my-fix"]},
"cowlib": {:git, "https://github.com/ninenines/cowlib", "11e07d3c2b164d06ad35188d83ad70e7501396db", [ref: "2.0.0-rc.1"]},
"dialyxir": {:hex, :dialyxir, "0.5.1", "b331b091720fd93e878137add264bac4f644e1ddae07a70bf7062c7862c4b952", [:mix], []},
"goldrush": {:git, "https://github.com/basho/goldrush.git", "8f1b715d36b650ec1e1f5612c00e28af6ab0de82", [tag: "0.1.9"]},
"grpc": {:git, "https://github.com/tony612/grpc-elixir.git", "77de30d13c845e6ac283e83844834066427c6615", []},
"grpc": {:git, "https://github.com/tony612/grpc-elixir.git", "d7e8e61861ec518ca7aa1ad05c78686a248cdad1", []},
"hpack": {:git, "https://github.com/joedevivo/hpack.git", "6b58b6231e9b6ab83096715120578976f72f4f7c", [tag: "0.2.3"]},
"lager": {:git, "https://github.com/basho/lager.git", "81eaef0ce98fdbf64ab95665e3bc2ec4b24c7dac", [tag: "3.2.4"]},
"protobuf": {:hex, :protobuf, "0.3.1", "0bedf46d33c37145c3d4c46edba43d3e70d9438dda6d03e5856d65fd776c1411", [:mix], []},
Expand Down
4 changes: 2 additions & 2 deletions examples/route_guide/mix.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%{"chatterbox": {:git, "https://github.com/tony612/chatterbox.git", "f94ad1790cfaab103785c1f78571497e9145d8da", [branch: "my-fix"]},
"cowboy": {:git, "https://github.com/tony612/cowboy.git", "4af17688619a9382e7f0f2493005931a2c7003a8", [branch: "my-fix"]},
"cowboy": {:git, "https://github.com/tony612/cowboy.git", "d047a94f7c2f94118f924724a62ce90f1cac4282", [branch: "my-fix"]},
"cowlib": {:git, "https://github.com/ninenines/cowlib", "11e07d3c2b164d06ad35188d83ad70e7501396db", [ref: "2.0.0-rc.1"]},
"dialyxir": {:hex, :dialyxir, "0.5.1", "b331b091720fd93e878137add264bac4f644e1ddae07a70bf7062c7862c4b952", [:mix], []},
"goldrush": {:git, "https://github.com/basho/goldrush.git", "8f1b715d36b650ec1e1f5612c00e28af6ab0de82", [tag: "0.1.9"]},
"grpc": {:git, "https://github.com/tony612/grpc-elixir.git", "7212f9bc5c413ba32fd5d5e5a4796808dd2bbe55", []},
"grpc": {:git, "https://github.com/tony612/grpc-elixir.git", "d7e8e61861ec518ca7aa1ad05c78686a248cdad1", []},
"hpack": {:git, "https://github.com/joedevivo/hpack.git", "6b58b6231e9b6ab83096715120578976f72f4f7c", [tag: "0.2.3"]},
"lager": {:git, "https://github.com/basho/lager.git", "81eaef0ce98fdbf64ab95665e3bc2ec4b24c7dac", [tag: "3.2.4"]},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], []},
Expand Down

0 comments on commit 5befbb2

Please sign in to comment.