Change config format to yaml; add replicators

This commit is contained in:
Ben Johnson
2020-12-18 13:21:29 -07:00
parent 85e97cd6ac
commit a4e66eb8d8
6 changed files with 107 additions and 20 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.15
require (
github.com/mattn/go-sqlite3 v1.14.5
github.com/pelletier/go-toml v1.8.1
gopkg.in/yaml.v2 v2.4.0
)