Imports
- github.com/gin-gonic/gin
- go.uber.org/zap
- gorm.io/gorm
- github.com/google/wire
- github.com/redis/go-redis/v9
Imports in module “github.com/veaquer/go_backend_template”
- github.com/veaquer/go_backend_template/internal/auth
- github.com/veaquer/go_backend_template/internal/auth/token
- github.com/veaquer/go_backend_template/internal/cache
- github.com/veaquer/go_backend_template/internal/config
- github.com/veaquer/go_backend_template/internal/db
- github.com/veaquer/go_backend_template/internal/logger
- github.com/veaquer/go_backend_template/internal/middleware
- github.com/veaquer/go_backend_template/internal/user/handler
- github.com/veaquer/go_backend_template/internal/user/repository
- github.com/veaquer/go_backend_template/internal/user/service
- github.com/veaquer/go_backend_template/internal/verification/repository
- github.com/veaquer/go_backend_template/internal/verification/service
- github.com/veaquer/go_backend_template/pkg/email