v0.3.6 number types refactored to 64-bit matching config types, bundled config samples updated

This commit is contained in:
2025-07-19 02:23:56 -04:00
parent e88812bb09
commit 7c221b426b
29 changed files with 400 additions and 484 deletions

6
go.mod
View File

@ -3,10 +3,10 @@ module logwisp
go 1.24.5
require (
github.com/lixenwraith/config v0.0.0-20250712170030-7d38402e0497
github.com/lixenwraith/log v0.0.0-20250715004922-6d83a0eac2ac
github.com/lixenwraith/config v0.0.0-20250719015120-e02ee494d440
github.com/lixenwraith/log v0.0.0-20250719031926-25f1c8eb54fa
github.com/panjf2000/gnet/v2 v2.9.1
github.com/valyala/fasthttp v1.63.0
github.com/valyala/fasthttp v1.64.0
)
require (