Imports
- github.com/grpc-ecosystem/go-grpc-middleware
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/jackc/pgx/v4/pgxpool
- github.com/natefinch/lumberjack
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/rakyll/statik/fs
- github.com/romanfomindev/platform_common/pkg/closer
- github.com/romanfomindev/platform_common/pkg/db
- github.com/romanfomindev/platform_common/pkg/db/pg
- github.com/romanfomindev/platform_common/pkg/db/transaction
- github.com/rs/cors
- go.uber.org/zap
- go.uber.org/zap/zapcore
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
- google.golang.org/grpc/reflection
Imports in module “github.com/romanfomindev/microservices-auth”
- github.com/romanfomindev/microservices-auth/internal/config
- github.com/romanfomindev/microservices-auth/internal/config/env
- github.com/romanfomindev/microservices-auth/internal/handlers/access_v1
- github.com/romanfomindev/microservices-auth/internal/handlers/auth_v1
- github.com/romanfomindev/microservices-auth/internal/handlers/user_v1
- github.com/romanfomindev/microservices-auth/internal/interceptor
- github.com/romanfomindev/microservices-auth/internal/logger
- github.com/romanfomindev/microservices-auth/internal/metric
- github.com/romanfomindev/microservices-auth/internal/repositories
- github.com/romanfomindev/microservices-auth/internal/repositories/url_protected
- github.com/romanfomindev/microservices-auth/internal/repositories/user
- github.com/romanfomindev/microservices-auth/internal/services
- github.com/romanfomindev/microservices-auth/internal/services/access
- github.com/romanfomindev/microservices-auth/internal/services/auth
- github.com/romanfomindev/microservices-auth/internal/services/user
- github.com/romanfomindev/microservices-auth/pkg/access_v1
- github.com/romanfomindev/microservices-auth/pkg/auth_v1
- github.com/romanfomindev/microservices-auth/pkg/user_v1
- github.com/romanfomindev/microservices-auth/statik