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 ------ go.sum | 3 --- 2 files changed, 9 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 -) diff --git a/go.sum b/go.sum index 9b5113e..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +0,0 @@ -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= -- cgit v1.3