Replace Mox with Patch

This commit is contained in:
2024-03-27 22:19:32 +01:00
parent 207926ed83
commit 7b40cbedd1
11 changed files with 66 additions and 111 deletions

View File

@@ -39,7 +39,7 @@ defmodule KafkaexLagExporter.MixProject do
{:plug_cowboy, "~> 2.6.1"},
{:credo, "~> 1.7.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:mox, "~> 1.1", only: :test},
{:patch, "~> 0.13.0", only: :test},
{:brod, "~> 3.17.0"},
{:prom_ex, "~> 1.8.0"},
{:telemetry, "~> 1.2"}