tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

Missing deps - `Socket` #56

Open c4710n opened 1 year ago

c4710n commented 1 year ago

I found the DNS server is using a module Socket, but the module is not provided in this project.

Is that the package - socket on Hex.pm? If it is, why didn't we add it to deps?

Maybe, I can help to do this.

tungd commented 1 year ago

Hi @c4710n , which version are you using? We've dropped socket as a dependency on the latest version.

c4710n commented 1 year ago

The latest version - 2.4.0

I found DNS.Server is still calling Socket: