summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorŁukasz <lukasz@arcofasiagroup.com>2026-07-23 12:39:51 +0200
committerŁukasz <lukasz@arcofasiagroup.com>2026-07-23 12:39:51 +0200
commitf9a71c6e5512116a678ddcd0910c22d0aae5df25 (patch)
treef4e7c902cf72dc5ff1eb396f28153b4a1f1e5262 /go.mod
parent76d88856aa4ef78342d4ffe6bb533c29fe342fc0 (diff)
downloadlectio-f9a71c6e5512116a678ddcd0910c22d0aae5df25.tar.gz
lectio-f9a71c6e5512116a678ddcd0910c22d0aae5df25.zip
chore: go mod tidy (brief step 4) — deps re-added when imported
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 0 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 1cadefd..7d5a27b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,3 @@
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
-)