change .json to .ini
This commit is contained in:
parent
5660167495
commit
5294421190
5 changed files with 59 additions and 52 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue