chore: update backend dependencies

This commit is contained in:
Sam 2023-04-04 04:11:03 +02:00
parent 3e901ae10f
commit d17b43d2a7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
16 changed files with 294 additions and 279 deletions

View file

@ -6,7 +6,7 @@ import (
"time"
dbpkg "codeberg.org/u1f320/pronouns.cc/backend/db"
"github.com/georgysavva/scany/pgxscan"
"github.com/georgysavva/scany/v2/pgxscan"
"github.com/joho/godotenv"
"github.com/rs/xid"
"github.com/urfave/cli/v2"