Experimental changes, switched to toml instead of yaml. Hopefully everyone will like this as much as I do.

This commit is contained in:
Storm Dragon
2025-12-10 20:52:37 -05:00
parent bb80b13c36
commit dd425563ba
6 changed files with 31 additions and 18 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/kennygrant/sanitize v1.2.4
github.com/nsf/termbox-go v1.1.1
gopkg.in/yaml.v2 v2.4.0
github.com/pelletier/go-toml/v2 v2.2.4
)
require (