From f2b5e62e54edce872ddc5cc0cd8fc47251ed29c2 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 26 Jun 2025 19:57:30 -0400 Subject: Add sane defaults for indexing and db storage --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bef6f2c..8789075 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jpappel/atlas -go 1.24.2 +go 1.24.4 require github.com/mattn/go-sqlite3 v1.14.27 @@ -9,4 +9,7 @@ require ( golang.org/x/term v0.32.0 ) -require golang.org/x/sys v0.33.0 // indirect +require ( + github.com/adrg/xdg v0.5.3 + golang.org/x/sys v0.33.0 // indirect +) -- cgit v1.2.3