Imports
- github.com/grpc-ecosystem/go-grpc-middleware
- github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus
- github.com/grpc-ecosystem/go-grpc-middleware/validator
- github.com/grpc-ecosystem/go-grpc-prometheus
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/sirupsen/logrus
- google.golang.org/grpc
- google.golang.org/grpc/metadata
Imports in module “github.com/alexeyzer/product-api”
- github.com/alexeyzer/product-api/config
- github.com/alexeyzer/product-api/internal/client
- github.com/alexeyzer/product-api/internal/pkg/repository
- github.com/alexeyzer/product-api/internal/pkg/service
- github.com/alexeyzer/product-api/internal/product_serivce
- github.com/alexeyzer/product-api/pb/api/product/v1