aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 12:34:57 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 12:34:57 +0200
commit76d88856aa4ef78342d4ffe6bb533c29fe342fc0 (patch)
tree785afcfcd045c4d252c9bad045f768214265e58c /go.mod
parent71da73c4a8c01595118c196db5b8a37611f672ec (diff)
downloadlectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.tar.gz
lectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.zip
scaffold: module, mains, Makefile, embedded corpora
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1cadefd
--- /dev/null
+++ b/go.mod
@@ -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
+)