Imports
- github.com/goccy/go-json
- github.com/gofiber/fiber/v2
- github.com/gofiber/fiber/v2/middleware/cors
- github.com/gofiber/fiber/v2/middleware/logger
- github.com/gofiber/fiber/v2/middleware/recover
- github.com/gofiber/fiber/v2/middleware/session
- github.com/gofiber/storage/redis
- github.com/golang-jwt/jwt/v4
- github.com/spf13/viper
- github.com/valyala/fasthttp
- go.mongodb.org/mongo-driver/mongo
- gorm.io/gorm
Imports in module “github.com/thn-lee/01-task-management-api”
- github.com/thn-lee/01-task-management-api/internal/datasources
- github.com/thn-lee/01-task-management-api/internal/handlers
- github.com/thn-lee/01-task-management-api/pkg/logs
- github.com/thn-lee/01-task-management-api/pkg/models
- github.com/thn-lee/01-task-management-api/pkg/tasks/handler
- github.com/thn-lee/01-task-management-api/pkg/tasks/repository
- github.com/thn-lee/01-task-management-api/pkg/tasks/usecase
- github.com/thn-lee/01-task-management-api/pkg/utils