From 56e0af3b41742876b471332aeb943a5a2ca8dfbf Mon Sep 17 00:00:00 2001 From: T Date: Mon, 4 Aug 2025 09:49:52 -0600 Subject: Generate invoice PDFs --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4c39953..056f5cc 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,11 @@ module punchcard go 1.24.4 +require ( + github.com/spf13/cobra v1.9.1 + modernc.org/sqlite v1.38.2 +) + require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/google/uuid v1.6.0 // indirect @@ -9,12 +14,10 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/ncruces/go-strftime v0.1.9 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - github.com/spf13/cobra v1.9.1 // indirect github.com/spf13/pflag v1.0.6 // indirect golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect golang.org/x/sys v0.34.0 // indirect modernc.org/libc v1.66.3 // indirect modernc.org/mathutil v1.7.1 // indirect modernc.org/memory v1.11.0 // indirect - modernc.org/sqlite v1.38.2 // indirect ) -- cgit v1.2.3