aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 21:39:49 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 21:39:49 +0200
commit175aa1343ff04383a5a1a8ba166505933d9be46a (patch)
tree15c5e52a08a5484fe17747ef98e649a3ea8f076f /go.mod
parentd5d175118138249fe7d9e85d1bc65fb0b7e3a398 (diff)
downloadlectio-175aa1343ff04383a5a1a8ba166505933d9be46a.tar.gz
lectio-175aa1343ff04383a5a1a8ba166505933d9be46a.zip
config: drop go-toml and the legacy TOML migrations
The one-shot config.toml -> config.ini and books.toml -> books.ini migrations (a transition aid from the pre-INI format) are removed, along with the github.com/pelletier/go-toml/v2 dependency and the now-dead `toml:` struct tags. The live config format has been INI for many releases; anyone still on a .toml recreates it (the format is self-documenting on first run). Leaves 3 direct deps, all in active use (bubbletea, lipgloss, go-pdf/fpdf). Tests updated to write INI.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f80d413..e2ba908 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,6 @@ require (
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/go-pdf/fpdf v0.9.0
- github.com/pelletier/go-toml/v2 v2.4.2
)
require (