Imports
- go.uber.org/zap
- golang.org/x/sync/errgroup
- google.golang.org/grpc
- gorm.io/driver/postgres
- gorm.io/gorm
Imports in module “github.com/Zohirjonn/online-store”
- github.com/Zohirjonn/online-store/src/application/grpc
- github.com/Zohirjonn/online-store/src/application/protos/store
- github.com/Zohirjonn/online-store/src/application/services
- github.com/Zohirjonn/online-store/src/domain/brand/services
- github.com/Zohirjonn/online-store/src/domain/cart/services
- github.com/Zohirjonn/online-store/src/domain/category/services
- github.com/Zohirjonn/online-store/src/domain/feedback/services
- github.com/Zohirjonn/online-store/src/domain/order/services
- github.com/Zohirjonn/online-store/src/domain/product/services
- github.com/Zohirjonn/online-store/src/domain/user/services
- github.com/Zohirjonn/online-store/src/infrastructure/config
- github.com/Zohirjonn/online-store/src/infrastructure/jwt
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/brand
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/cart
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/category
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/feedback
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/order
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/product
- github.com/Zohirjonn/online-store/src/infrastructure/repositories/user