Skip to content

Commit

Permalink
Update logger_formatter_json
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 4, 2024
1 parent 7f697c4 commit 08bb24b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ defmodule AbsintheFederationExample.MixProject do
{:hackney, "~> 1.9"},
{:jason, "~> 1.2"},
{:junit_formatter, "~> 3.3", only: [:dev, :test], runtime: false},
# {:logger_formatter_json, "~> 0.7.0"},
{:logger_formatter_json, github: "cogini/logger_formatter_json"},
# {:libcluster_ecs, github: "pro-football-focus/libcluster_ecs"},
{:logger_formatter_json, "~> 0.8.0"},
# {:logger_formatter_json, github: "cogini/logger_formatter_json"},
{:mix_audit, "~> 2.0", only: [:dev, :test], runtime: false},
{:observer_cli, "~> 1.7"},
# tls_certificate_check needs to be started before opentelemetry_exporter
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"},
"jason": {:hex, :jason, "1.4.1", "af1504e35f629ddcdd6addb3513c3853991f694921b1b9368b0bd32beb9f1b63", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"},
"junit_formatter": {:hex, :junit_formatter, "3.3.1", "c729befb848f1b9571f317d2fefa648e9d4869befc4b2980daca7c1edc468e40", [:mix], [], "hexpm", "761fc5be4b4c15d8ba91a6dafde0b2c2ae6db9da7b8832a55b5a1deb524da72b"},
"logger_formatter_json": {:git, "https://github.com/cogini/logger_formatter_json.git", "1c284ff68a3c5794138005e7b22aefe196f54b1b", []},
"logger_formatter_json": {:hex, :logger_formatter_json, "0.8.1", "e03625a8e23b6ac3f7a5910d04e475f4a5836b21ac16a953e22fa8669214f656", [:rebar3], [{:thoas, "~> 1.2.0", [hex: :thoas, repo: "hexpm", optional: false]}], "hexpm", "0d6c0c7bf5af732169655e292c58f54c8cfb7bd2f5d4ebafb83a7c8595b22e8d"},
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm", "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"},
"mime": {:hex, :mime, "2.0.5", "dc34c8efd439abe6ae0343edbb8556f4d63f178594894720607772a041b04b02", [:mix], [], "hexpm", "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"},
"mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm", "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"},
Expand Down

0 comments on commit 08bb24b

Please sign in to comment.