v0.3.6 number types refactored to 64-bit matching config types, bundled config samples updated
This commit is contained in:
6
go.mod
6
go.mod
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user