Open florius0 opened 3 years ago
I have no idea what is going on there
@sirikid As far as I see HTTPoison was a dependency for https://github.com/clickhouse-elixir/clickhousex and it was replaced by https://github.com/elixir-mint/mint.
HTTPoison.start()
should be removed. There's no reason to keep it.
It seems that I found typo in
lib/clickhouse_ecto/storage.ex
.There is a call
HTTPoison.start/0
on 70 line.HTTPoison
is not listed in deps. Is that call necessary?