Imports
- github.com/greenblat17/platform-common/pkg/closer
- github.com/greenblat17/platform-common/pkg/db
- github.com/greenblat17/platform-common/pkg/db/pg
- github.com/greenblat17/platform-common/pkg/db/transaction
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
- google.golang.org/grpc/reflection
Imports in module “github.com/greenblat17/chat-server”
- github.com/greenblat17/chat-server/internal/api/chat
- github.com/greenblat17/chat-server/internal/config
- github.com/greenblat17/chat-server/internal/config/env
- github.com/greenblat17/chat-server/internal/repository
- github.com/greenblat17/chat-server/internal/repository/audit
- github.com/greenblat17/chat-server/internal/repository/chat
- github.com/greenblat17/chat-server/internal/repository/message
- github.com/greenblat17/chat-server/internal/repository/user
- github.com/greenblat17/chat-server/internal/service
- github.com/greenblat17/chat-server/internal/service/chat
- github.com/greenblat17/chat-server/internal/service/message
- github.com/greenblat17/chat-server/pkg/chat_v1