feat(config): supports toml config files
This commit is contained in:
parent
9ea75094de
commit
69ab8022bd
4 changed files with 58 additions and 53 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue