Imports
- github.com/grpc-ecosystem/go-grpc-middleware
- github.com/grpc-ecosystem/go-grpc-middleware/recovery
- github.com/grpc-ecosystem/go-grpc-prometheus
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/soheilhy/cmux
- github.com/spf13/viper
- go.uber.org/zap
- golang.org/x/sync/errgroup
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
- google.golang.org/grpc/reflection
- google.golang.org/protobuf/encoding/protojson
Imports in module “github.com/anvh2/futures-trading”
- github.com/anvh2/futures-trading/internal/cache
- github.com/anvh2/futures-trading/internal/cache/exchange
- github.com/anvh2/futures-trading/internal/cache/market
- github.com/anvh2/futures-trading/internal/channel
- github.com/anvh2/futures-trading/internal/libs/queue
- github.com/anvh2/futures-trading/internal/logger
- github.com/anvh2/futures-trading/internal/server/analyzer
- github.com/anvh2/futures-trading/internal/server/crawler
- github.com/anvh2/futures-trading/internal/server/handler
- github.com/anvh2/futures-trading/internal/server/orderer
- github.com/anvh2/futures-trading/internal/services/binance
- github.com/anvh2/futures-trading/internal/services/telegram
- github.com/anvh2/futures-trading/internal/settings
- github.com/anvh2/futures-trading/pkg/api/v1/signal