init
.gitattributes
0 → 100644
.gitignore
0 → 100644
conn.go
0 → 100644
exec.go
0 → 100644
get.go
0 → 100644
go.mod
0 → 100644
| module gitlab.x/barsukov/zdb | ||
| go 1.20 | ||
| require ( | ||
| github.com/georgysavva/scany/v2 v2.0.0 | ||
| github.com/jackc/pgx/v5 v5.3.1 | ||
| ) | ||
| require ( | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
| github.com/jackc/puddle/v2 v2.2.0 // indirect | ||
| golang.org/x/crypto v0.9.0 // indirect | ||
| golang.org/x/sync v0.2.0 // indirect | ||
| golang.org/x/text v0.9.0 // indirect | ||
| ) |
go.sum
0 → 100644
misc.go
0 → 100644
pool.go
0 → 100644
select.go
0 → 100644
Please register or sign in to comment