Switch config format from ini to json (drop ini dependency since json is now used for syncing)

This commit is contained in:
2025-12-17 00:36:20 -05:00
parent e2d1b8dc09
commit b591e2ef5a
11 changed files with 138 additions and 199 deletions
-1
View File
@@ -8,7 +8,6 @@ require (
github.com/rwinkhart/go-boilerplate v0.1.1-0.20251211171453-df1fb21b2366
github.com/rwinkhart/rcw v0.2.3
golang.org/x/crypto v0.45.0
gopkg.in/ini.v1 v1.67.0
)
require (