Imports
- github.com/aws/aws-sdk-go-v2/config
- github.com/samber/slog-zap/v2
- go.uber.org/zap
- golang.org/x/net/context
- k8s.io/client-go/rest
Imports in module “github.com/thomaspoignant/go-feature-flag”
- github.com/thomaspoignant/go-feature-flag
- github.com/thomaspoignant/go-feature-flag/cmd/relayproxy/config
- github.com/thomaspoignant/go-feature-flag/cmd/relayproxy/metric
- github.com/thomaspoignant/go-feature-flag/cmd/relayproxy/model
- github.com/thomaspoignant/go-feature-flag/exporter
- github.com/thomaspoignant/go-feature-flag/exporter/fileexporter
- github.com/thomaspoignant/go-feature-flag/exporter/gcstorageexporter
- github.com/thomaspoignant/go-feature-flag/exporter/kafkaexporter
- github.com/thomaspoignant/go-feature-flag/exporter/logsexporter
- github.com/thomaspoignant/go-feature-flag/exporter/pubsubexporter
- github.com/thomaspoignant/go-feature-flag/exporter/s3exporterv2
- github.com/thomaspoignant/go-feature-flag/exporter/sqsexporter
- github.com/thomaspoignant/go-feature-flag/exporter/webhookexporter
- github.com/thomaspoignant/go-feature-flag/notifier
- github.com/thomaspoignant/go-feature-flag/notifier/slacknotifier
- github.com/thomaspoignant/go-feature-flag/notifier/webhooknotifier
- github.com/thomaspoignant/go-feature-flag/retriever
- github.com/thomaspoignant/go-feature-flag/retriever/fileretriever
- github.com/thomaspoignant/go-feature-flag/retriever/gcstorageretriever
- github.com/thomaspoignant/go-feature-flag/retriever/githubretriever
- github.com/thomaspoignant/go-feature-flag/retriever/gitlabretriever
- github.com/thomaspoignant/go-feature-flag/retriever/httpretriever
- github.com/thomaspoignant/go-feature-flag/retriever/k8sretriever
- github.com/thomaspoignant/go-feature-flag/retriever/mongodbretriever
- github.com/thomaspoignant/go-feature-flag/retriever/redisretriever
- github.com/thomaspoignant/go-feature-flag/retriever/s3retrieverv2