module quake2dropzone go 1.23 require ( // Router HTTP github.com/go-chi/chi/v5 v5.0.12 // JWT github.com/golang-jwt/jwt/v5 v5.2.1 // PostgreSQL driver github.com/jackc/pgx/v5 v5.6.0 // zmienne środowiskowe z pliku .env github.com/joho/godotenv v1.5.1 // bcrypt golang.org/x/crypto v0.24.0 ) 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.1 // indirect github.com/stretchr/testify v1.8.4 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/text v0.16.0 // indirect )