diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
| commit | 29e244c48222278c2f255ff2adf45e3af7c9f895 (patch) | |
| tree | afa11818de1d8115eee1777f7bfc70757f218ac7 /go.mod | |
| parent | 102bf0c522c94d36f8363c38711621fe5ad18555 (diff) | |
| download | lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.tar.gz lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.zip | |
export: internal/export (Markdown/Text/ReadingsPDF via pure-Go go-pdf/fpdf + embedded DejaVu Sans, covers pl/la/gr); cli --md/--pdf/--out; web /export + download links; v0.22.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.24.0 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 ) |
