Imports
- github.com/prometheus/client_golang/prometheus
- go.uber.org/zap
- google.golang.org/grpc
- google.golang.org/grpc/reflection
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
- github.com/go-co-op/gocron
- github.com/go-chi/chi/v5
- github.com/go-chi/chi/v5/middleware
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus
Imports in module “github.com/OutOfStack/game-library”
- github.com/OutOfStack/game-library/internal/appconf
- github.com/OutOfStack/game-library/internal/auth
- github.com/OutOfStack/game-library/internal/client/redis
- github.com/OutOfStack/game-library/internal/pkg/cache
- github.com/OutOfStack/game-library/internal/pkg/database
- github.com/OutOfStack/game-library/internal/taskprocessor
- github.com/OutOfStack/game-library/internal/client/authapi
- github.com/OutOfStack/game-library/internal/client/igdbapi
- github.com/OutOfStack/game-library/internal/client/s3
- github.com/OutOfStack/game-library/internal/client/openaiapi
- github.com/OutOfStack/game-library/internal/api
- github.com/OutOfStack/game-library/internal/api/grpc/infoapi
- github.com/OutOfStack/game-library/internal/facade
- github.com/OutOfStack/game-library/internal/model
- github.com/OutOfStack/game-library/internal/repo
- github.com/OutOfStack/game-library/internal/web
- github.com/OutOfStack/game-library/pkg/proto/infoapi/v1
- github.com/OutOfStack/game-library/internal/pkg/logging