module social-network go 1.13 require ( github.com/charmbracelet/bubbles v0.11.0 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/gofiber/cli v0.0.9 // indirect github.com/gofiber/fiber/v2 v2.34.0 github.com/gofiber/jwt/v3 v3.2.12 // indirect github.com/golang-jwt/jwt/v4 v4.4.1 // indirect github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect github.com/jackc/pgx/v5 v5.5.5 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/klauspost/compress v1.15.6 // indirect github.com/mattn/go-sqlite3 v1.14.13 // indirect github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect github.com/muesli/cancelreader v0.2.2 // indirect github.com/muesli/termenv v0.12.0 // indirect github.com/spf13/cobra v1.5.0 // indirect golang.org/x/crypto v0.22.0 // indirect golang.org/x/sync v0.7.0 // indirect gorm.io/driver/postgres v1.5.7 // indirect gorm.io/driver/sqlite v1.3.4 // indirect gorm.io/gorm v1.25.9 // indirect )