save
any.go
0 → 100644
| module gitlab.x/barsukov/zdb | ||
| module git.barsukov.pro/barsukov/zdb | ||
| go 1.20 | ||
| require ( | ||
| github.com/georgysavva/scany/v2 v2.0.0 | ||
| github.com/google/uuid v1.3.0 | ||
| github.com/jackc/pgx/v5 v5.3.1 | ||
| ) | ||
| ... | ... |
Please register or sign in to comment