buffrr / letsdane

🔒 Let's DANE is an experimental way to enable the use of DANE/TLSA in browsers and other apps using a lightweight proxy.
Apache License 2.0
111 stars 11 forks source link

fix ioutil #28

Closed yagikota closed 10 months ago

yagikota commented 10 months ago

Fix use of ioutil package because it is deprecated.

yagikota commented 10 months ago

Oops, I noticed that using Go version is 1.5. ioutil package was deprecated from version 1.6.

buffrr commented 10 months ago

Thanks! You could combine this with a PR to bump the min Go version to 1.18.