Imports
- github.com/MakeNowJust/heredoc
- github.com/goto/salt/cmdx
- github.com/goto/salt/config
- github.com/goto/salt/log
- github.com/goto/salt/printer
- github.com/goto/salt/telemetry
- github.com/spf13/cobra
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
- google.golang.org/protobuf/types/known/structpb
- gopkg.in/yaml.v3
Imports in module “github.com/goto/siren”
- github.com/goto/siren/config
- github.com/goto/siren/core/alert
- github.com/goto/siren/core/log
- github.com/goto/siren/core/namespace
- github.com/goto/siren/core/notification
- github.com/goto/siren/core/provider
- github.com/goto/siren/core/receiver
- github.com/goto/siren/core/rule
- github.com/goto/siren/core/silence
- github.com/goto/siren/core/subscription
- github.com/goto/siren/core/subscriptionreceiver
- github.com/goto/siren/core/template
- github.com/goto/siren/internal/api
- github.com/goto/siren/internal/jobs
- github.com/goto/siren/internal/server
- github.com/goto/siren/internal/store/postgres
- github.com/goto/siren/pkg/errors
- github.com/goto/siren/pkg/pgc
- github.com/goto/siren/pkg/secret
- github.com/goto/siren/pkg/worker
- github.com/goto/siren/pkg/zaputil
- github.com/goto/siren/plugins/providers
- github.com/goto/siren/plugins/queues
- github.com/goto/siren/plugins/queues/inmemory
- github.com/goto/siren/plugins/queues/postgresq
- github.com/goto/siren/plugins/receivers/file
- github.com/goto/siren/plugins/receivers/httpreceiver
- github.com/goto/siren/plugins/receivers/pagerduty
- github.com/goto/siren/plugins/receivers/slack
- github.com/goto/siren/plugins/receivers/slackchannel
- github.com/goto/siren/proto/gotocompany/siren/v1beta1