diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 12:34:57 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 12:34:57 +0200 |
| commit | 76d88856aa4ef78342d4ffe6bb533c29fe342fc0 (patch) | |
| tree | 785afcfcd045c4d252c9bad045f768214265e58c /go.mod | |
| parent | 71da73c4a8c01595118c196db5b8a37611f672ec (diff) | |
| download | lectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.tar.gz lectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.zip | |
scaffold: module, mains, Makefile, embedded corpora
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +module github.com/lukaszkasprzak/lectio + +go 1.24.0 + +require ( + github.com/charmbracelet/bubbletea v1.3.10 + github.com/charmbracelet/lipgloss v1.1.0 + github.com/pelletier/go-toml/v2 v2.4.2 +) |
