mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
[hw-4] add postgres db
This commit is contained in:
@@ -19,9 +19,9 @@ import (
|
||||
"github.com/testcontainers/testcontainers-go/wait"
|
||||
"google.golang.org/grpc"
|
||||
|
||||
lomsService "route256/cart/internal/adapter/client/loms"
|
||||
productsService "route256/cart/internal/adapter/client/products"
|
||||
"route256/cart/internal/app"
|
||||
lomsService "route256/cart/internal/clients/loms"
|
||||
productsService "route256/cart/internal/clients/products"
|
||||
"route256/cart/internal/domain/entity"
|
||||
"route256/cart/internal/domain/model"
|
||||
"route256/cart/internal/domain/repository"
|
||||
|
||||
Reference in New Issue
Block a user