Imports
- github.com/grpc-ecosystem/go-grpc-middleware
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/rakyll/statik/fs
- github.com/rs/cors
- google.golang.org/grpc
- google.golang.org/grpc/credentials
- google.golang.org/grpc/credentials/insecure
- google.golang.org/grpc/reflection
Imports in module “github.com/Murat993/chat-server”
- github.com/Murat993/chat-server/internal/api/chat
- github.com/Murat993/chat-server/internal/client/db
- github.com/Murat993/chat-server/internal/client/db/pg
- github.com/Murat993/chat-server/internal/client/db/transaction
- github.com/Murat993/chat-server/internal/closer
- github.com/Murat993/chat-server/internal/config
- github.com/Murat993/chat-server/internal/config/env
- github.com/Murat993/chat-server/internal/interceptor
- github.com/Murat993/chat-server/internal/repository
- github.com/Murat993/chat-server/internal/repository/chat
- github.com/Murat993/chat-server/internal/service
- github.com/Murat993/chat-server/internal/service/chat
- github.com/Murat993/chat-server/pkg/access_v1
- github.com/Murat993/chat-server/pkg/chat_v1
- github.com/Murat993/chat-server/statik