feat(config): supports toml config files

This commit is contained in:
Anhgelus Morhtuuzh 2025-03-03 11:05:58 +01:00
parent 9ea75094de
commit 69ab8022bd
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 58 additions and 53 deletions

5
go.mod
View file

@ -2,6 +2,9 @@ module now
go 1.24
require github.com/anhgelus/golatt v0.4.0
require (
github.com/BurntSushi/toml v1.4.0
github.com/anhgelus/golatt v0.4.0
)
require github.com/gorilla/mux v1.8.1 // indirect