v0.1.1 improved config, added ratelimiter (buggy), readme not fully updated
This commit is contained in:
14
go.mod
14
go.mod
@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user