Imports
- github.com/go-playground/validator/v10
- github.com/go-redis/redis/v8
- github.com/golang-migrate/migrate/v4/database/postgres
- github.com/golang-migrate/migrate/v4/source/file
- 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-prometheus
- github.com/heptiolabs/healthcheck
- github.com/jmoiron/sqlx
- github.com/labstack/echo/v4
- github.com/labstack/echo/v4/middleware
- github.com/opentracing/opentracing-go
- github.com/prometheus/client_golang/prometheus/promhttp
- google.golang.org/grpc
- google.golang.org/grpc/keepalive
- google.golang.org/grpc/reflection
Imports in module “github.com/sergio-id/go-grpc-user-microservice”
- github.com/sergio-id/go-grpc-user-microservice/config
- github.com/sergio-id/go-grpc-user-microservice/internal/metrics
- github.com/sergio-id/go-grpc-user-microservice/internal/user/delivery/grpc
- github.com/sergio-id/go-grpc-user-microservice/internal/user/repository
- github.com/sergio-id/go-grpc-user-microservice/internal/user/types
- github.com/sergio-id/go-grpc-user-microservice/internal/user/usecase
- github.com/sergio-id/go-grpc-user-microservice/pkg/constants
- github.com/sergio-id/go-grpc-user-microservice/pkg/interceptors
- github.com/sergio-id/go-grpc-user-microservice/pkg/logger
- github.com/sergio-id/go-grpc-user-microservice/pkg/migrations
- github.com/sergio-id/go-grpc-user-microservice/pkg/postgres
- github.com/sergio-id/go-grpc-user-microservice/pkg/redis
- github.com/sergio-id/go-grpc-user-microservice/pkg/tracing
- github.com/sergio-id/go-grpc-user-microservice/proto