teler-sh / teler-waf

teler-waf is a Go HTTP middleware that protects local web services from OWASP Top 10 threats, known vulnerabilities, malicious actors, botnets, unwanted crawlers, and brute force attacks.
https://test.teler.sh
Apache License 2.0
340 stars 30 forks source link

tlog.app/go/loc update #207

Closed nikandfor closed 1 month ago

nikandfor commented 1 month ago

Hi,

I see you use tlog.app/go/loc library, and first of all, thank you, it's a pleasure for me someone uses my code.

Because of changes in the language the version of the library you use will not compile with go1.23 (the next release). The fix is already landed into the library, please consider updating it to the latest version, which is v0.7.0 now.

I'd happy to answer any questions if they arise. And once again, thank you for using the lib.

dwisiswant0 commented 1 month ago

Hi, thanks for the information. So, it looks like #206 is safe to merge.