v0.1.1 improved config, added ratelimiter (buggy), readme not fully updated

This commit is contained in:
2025-07-01 14:12:20 -04:00
parent 294771653c
commit bd13103a81
11 changed files with 1329 additions and 194 deletions

14
go.mod
View File

@ -1,5 +1,15 @@
module logwisp
go 1.23.4
go 1.24.2
require github.com/BurntSushi/toml v1.5.0
toolchain go1.24.4
require (
github.com/lixenwraith/config v0.0.0-20250701170607-8515fa0543b6
golang.org/x/time v0.12.0
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
)