This commit is contained in:
Bel LaPointe
2026-02-03 16:56:42 -07:00
parent 01a699186e
commit 72a976bdd0
9 changed files with 377 additions and 0 deletions

23
go.mod Normal file
View File

@@ -0,0 +1,23 @@
module red-apter
go 1.24.0
toolchain go1.24.12
require (
github.com/lib/pq v1.11.1
modernc.org/sqlite v1.44.3
)
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
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/sys v0.37.0 // indirect
modernc.org/libc v1.67.6 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)