From 760d319b9cd27257b8207f8336ebe6b902d944e5 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 31 Mar 2026 18:34:25 +0200 Subject: Fix mod --- go.mod | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f4772e2..2fdda90 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,18 @@ require ( github.com/yuin/goldmark v1.7.4 golang.org/x/crypto v0.26.0 golang.org/x/term v0.23.0 - modernc.org/sqlite v1.47.0 + modernc.org/sqlite v1.48.0 ) -require golang.org/x/sys v0.23.0 +require golang.org/x/sys v0.42.0 // indirect + +require ( + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/ncruces/go-strftime v1.0.0 // indirect + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect + modernc.org/libc v1.70.0 // indirect + modernc.org/mathutil v1.7.1 // indirect + modernc.org/memory v1.11.0 // indirect +) -- cgit v1.3