From f9a71c6e5512116a678ddcd0910c22d0aae5df25 Mon Sep 17 00:00:00 2001 From: Łukasz Date: Thu, 23 Jul 2026 12:39:51 +0200 Subject: chore: go mod tidy (brief step 4) — deps re-added when imported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 6 ------ 1 file changed, 6 deletions(-) (limited to 'go.mod') 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 -) -- cgit v1.3