add lib/pq

This commit is contained in:
nkanaev
2026-06-13 14:45:58 +01:00
parent 78a45c8533
commit eef482d81d
49 changed files with 10100 additions and 0 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ toolchain go1.23.5
require (
fyne.io/systray v1.12.0
github.com/lib/pq v1.12.3
github.com/mattn/go-sqlite3 v1.14.24
golang.org/x/net v0.38.0
golang.org/x/sys v0.31.0