Imports
- github.com/gin-contrib/cors
- github.com/gin-gonic/gin
- go.uber.org/zap
- github.com/gin-contrib/gzip
- github.com/dgraph-io/badger/v4
- github.com/redis/go-redis/v9
Imports in module “github.com/DotNetAge/sparrow”
- github.com/DotNetAge/sparrow/pkg/adapter/http/middlewares
- github.com/DotNetAge/sparrow/pkg/adapter/http/router
- github.com/DotNetAge/sparrow/pkg/auth
- github.com/DotNetAge/sparrow/pkg/config
- github.com/DotNetAge/sparrow/pkg/entity
- github.com/DotNetAge/sparrow/pkg/eventbus
- github.com/DotNetAge/sparrow/pkg/eventbus/nats
- github.com/DotNetAge/sparrow/pkg/eventbus/rabbitmq
- github.com/DotNetAge/sparrow/pkg/eventbus/redis
- github.com/DotNetAge/sparrow/pkg/logger
- github.com/DotNetAge/sparrow/pkg/messaging
- github.com/DotNetAge/sparrow/pkg/persistence/eventstore
- github.com/DotNetAge/sparrow/pkg/persistence/repo
- github.com/DotNetAge/sparrow/pkg/usecase
- github.com/DotNetAge/sparrow/pkg/utils