Go port now up to date with C version

This commit is contained in:
2025-12-11 22:14:06 -08:00
parent ee7973b1a5
commit 963c88f679
3 changed files with 191 additions and 15 deletions

10
go.mod
View File

@@ -1,3 +1,13 @@
module muzi
go 1.25.4
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx v3.6.2+incompatible // indirect
github.com/jackc/pgx/v5 v5.7.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/text v0.31.0 // indirect
)