module api go 1.18 require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gofiber/fiber/v2 v2.32.0 github.com/gofiber/jwt/v3 v3.2.0 github.com/joho/godotenv v1.4.0 golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f gorm.io/driver/postgres v1.3.7 gorm.io/gorm v1.23.5 ) require ( github.com/andybalholm/brotli v1.0.4 // indirect github.com/golang-jwt/jwt/v4 v4.1.0 // indirect github.com/jackc/chunkreader/v2 v2.0.1 // indirect github.com/jackc/pgconn v1.12.1 // indirect github.com/jackc/pgio v1.0.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgproto3/v2 v2.3.0 // indirect github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect github.com/jackc/pgtype v1.11.0 // indirect github.com/jackc/pgx/v4 v4.16.1 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.4 // indirect github.com/klauspost/compress v1.15.0 // indirect github.com/stretchr/testify v1.7.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.35.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect golang.org/x/text v0.3.7 // indirect )