change .json to .ini

This commit is contained in:
partisan 2024-08-08 15:03:33 +02:00
parent 5660167495
commit 5294421190
5 changed files with 59 additions and 52 deletions

5
go.mod
View file

@ -22,4 +22,7 @@ require (
golang.org/x/time v0.5.0 // indirect
)
require github.com/fsnotify/fsnotify v1.7.0 // indirect
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)