Switch config to JSON

This commit is contained in:
Thales Maciel 2026-02-06 18:53:02 -03:00
parent 123dc0160b
commit b296491703
6 changed files with 127 additions and 36 deletions

1
go.mod
View file

@ -3,7 +3,6 @@ module lel
go 1.25.5
require (
github.com/BurntSushi/toml v1.6.0
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
github.com/getlantern/systray v1.2.2
)