Imports
- github.com/go-playground/validator
- github.com/grpc-ecosystem/go-grpc-middleware
- github.com/grpc-ecosystem/go-grpc-middleware/recovery
- github.com/grpc-ecosystem/go-grpc-middleware/tags
- github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing
- github.com/grpc-ecosystem/go-grpc-prometheus
- github.com/heptiolabs/healthcheck
- github.com/jackc/pgx/v4/pgxpool
- github.com/labstack/echo/v4
- github.com/labstack/echo/v4/middleware
- github.com/opentracing/opentracing-go
- github.com/pkg/errors
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/segmentio/kafka-go
- google.golang.org/grpc
- google.golang.org/grpc/keepalive
- google.golang.org/grpc/reflection
Imports in module “github.com/ce-final-project/backend_rest_api”
- github.com/ce-final-project/backend_rest_api/account_service/config
- github.com/ce-final-project/backend_rest_api/account_service/internal/account/delivery/grpc
- github.com/ce-final-project/backend_rest_api/account_service/internal/account/delivery/kafka
- github.com/ce-final-project/backend_rest_api/account_service/internal/account/repository
- github.com/ce-final-project/backend_rest_api/account_service/internal/account/service
- github.com/ce-final-project/backend_rest_api/account_service/internal/metrics
- github.com/ce-final-project/backend_rest_api/account_service/proto/account
- github.com/ce-final-project/backend_rest_api/pkg/constants
- github.com/ce-final-project/backend_rest_api/pkg/interceptors
- github.com/ce-final-project/backend_rest_api/pkg/kafka
- github.com/ce-final-project/backend_rest_api/pkg/logger
- github.com/ce-final-project/backend_rest_api/pkg/postgres
- github.com/ce-final-project/backend_rest_api/pkg/tracing