Imports
- github.com/Masterminds/squirrel
- github.com/fatih/color
- github.com/go-chi/chi/v5
- github.com/go-chi/chi/v5/middleware
- github.com/go-chi/cors
- github.com/go-redis/cache/v9
- github.com/gorilla/csrf
- github.com/grpc-ecosystem/go-grpc-middleware/logging/zap
- github.com/grpc-ecosystem/go-grpc-middleware/recovery
- github.com/grpc-ecosystem/go-grpc-middleware/tags
- github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/selector
- github.com/grpc-ecosystem/go-grpc-prometheus
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/hashicorp/cap/jwt
- github.com/prometheus/client_golang/prometheus/promhttp
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
- go.opentelemetry.io/contrib/instrumentation/runtime
- go.opentelemetry.io/contrib/propagators/autoprop
- go.opentelemetry.io/otel
- go.opentelemetry.io/otel/sdk/metric
- go.opentelemetry.io/otel/sdk/trace
- go.uber.org/zap
- go.uber.org/zap/zapcore
- google.golang.org/grpc
- google.golang.org/grpc/codes
- google.golang.org/grpc/credentials
- google.golang.org/grpc/health
- google.golang.org/grpc/health/grpc_health_v1
- google.golang.org/grpc/keepalive
- google.golang.org/grpc/reflection
- google.golang.org/grpc/status
Imports in module “go.flipt.io/flipt”
- go.flipt.io/flipt/internal/cache
- go.flipt.io/flipt/internal/cache/memory
- go.flipt.io/flipt/internal/cache/redis
- go.flipt.io/flipt/internal/cleanup
- go.flipt.io/flipt/internal/config
- go.flipt.io/flipt/internal/containers
- go.flipt.io/flipt/internal/gateway
- go.flipt.io/flipt/internal/info
- go.flipt.io/flipt/internal/metrics
- go.flipt.io/flipt/internal/server
- go.flipt.io/flipt/internal/server/analytics
- go.flipt.io/flipt/internal/server/analytics/clickhouse
- go.flipt.io/flipt/internal/server/analytics/prometheus
- go.flipt.io/flipt/internal/server/audit
- go.flipt.io/flipt/internal/server/audit/kafka
- go.flipt.io/flipt/internal/server/audit/log
- go.flipt.io/flipt/internal/server/audit/template
- go.flipt.io/flipt/internal/server/audit/webhook
- go.flipt.io/flipt/internal/server/authn
- go.flipt.io/flipt/internal/server/authn/method
- go.flipt.io/flipt/internal/server/authn/method/github
- go.flipt.io/flipt/internal/server/authn/method/kubernetes
- go.flipt.io/flipt/internal/server/authn/method/oidc
- go.flipt.io/flipt/internal/server/authn/method/token
- go.flipt.io/flipt/internal/server/authn/middleware/grpc
- go.flipt.io/flipt/internal/server/authn/middleware/http
- go.flipt.io/flipt/internal/server/authn/public
- go.flipt.io/flipt/internal/server/authz
- go.flipt.io/flipt/internal/server/authz/engine/bundle
- go.flipt.io/flipt/internal/server/authz/engine/rego
- go.flipt.io/flipt/internal/server/authz/middleware/grpc
- go.flipt.io/flipt/internal/server/evaluation
- go.flipt.io/flipt/internal/server/evaluation/data
- go.flipt.io/flipt/internal/server/metadata
- go.flipt.io/flipt/internal/server/middleware/grpc
- go.flipt.io/flipt/internal/server/middleware/http
- go.flipt.io/flipt/internal/server/ofrep
- go.flipt.io/flipt/internal/storage
- go.flipt.io/flipt/internal/storage/authn
- go.flipt.io/flipt/internal/storage/authn/cache
- go.flipt.io/flipt/internal/storage/authn/memory
- go.flipt.io/flipt/internal/storage/authn/sql
- go.flipt.io/flipt/internal/storage/cache
- go.flipt.io/flipt/internal/storage/fs/store
- go.flipt.io/flipt/internal/storage/oplock/sql
- go.flipt.io/flipt/internal/storage/sql
- go.flipt.io/flipt/internal/storage/sql/mysql
- go.flipt.io/flipt/internal/storage/sql/postgres
- go.flipt.io/flipt/internal/storage/sql/sqlite
- go.flipt.io/flipt/internal/tracing
- go.flipt.io/flipt/rpc/flipt
- go.flipt.io/flipt/rpc/flipt/analytics
- go.flipt.io/flipt/rpc/flipt/auth
- go.flipt.io/flipt/rpc/flipt/evaluation
- go.flipt.io/flipt/rpc/flipt/meta
- go.flipt.io/flipt/rpc/flipt/ofrep
- go.flipt.io/flipt/ui