aboutsummaryrefslogtreecommitdiff
path: root/go.sum
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.sum
parent71da73c4a8c01595118c196db5b8a37611f672ec (diff)
downloadlectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.tar.gz
lectio-76d88856aa4ef78342d4ffe6bb533c29fe342fc0.zip
scaffold: module, mains, Makefile, embedded corpora
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..9b5113e
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,3 @@
+github.com/charmbracelet/bubbletea v1.3.10/go.mod h1:ORQfo0fk8U+po9VaNvnV95UPWA1BitP1E0N6xJPlHr4=
+github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
+github.com/pelletier/go-toml/v2 v2.4.2/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=