Imports
- github.com/attestantio/go-eth2-client
- github.com/attestantio/go-eth2-client/api
- github.com/attestantio/go-eth2-client/http
- github.com/attestantio/go-eth2-client/spec/phase0
- github.com/mitchellh/go-homedir
- github.com/pkg/errors
- github.com/prometheus/client_golang/prometheus
- github.com/rs/zerolog
- github.com/rs/zerolog/log
- github.com/spf13/pflag
- github.com/spf13/viper
- github.com/wealdtech/go-majordomo
- go.opentelemetry.io/otel
- go.opentelemetry.io/otel/attribute
- go.opentelemetry.io/otel/exporters/otlp/otlptrace
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
- go.opentelemetry.io/otel/propagation
- go.opentelemetry.io/otel/sdk/resource
- go.opentelemetry.io/otel/sdk/trace
- go.opentelemetry.io/otel/semconv/v1.12.0
- golang.org/x/sync/semaphore
- google.golang.org/grpc/credentials
Imports in module “github.com/wealdtech/chaind”
- github.com/wealdtech/chaind/handlers
- github.com/wealdtech/chaind/services/beaconcommittees/standard
- github.com/wealdtech/chaind/services/blocks
- github.com/wealdtech/chaind/services/blocks/standard
- github.com/wealdtech/chaind/services/chaindb
- github.com/wealdtech/chaind/services/chaindb/postgresql
- github.com/wealdtech/chaind/services/chaintime
- github.com/wealdtech/chaind/services/chaintime/standard
- github.com/wealdtech/chaind/services/eth1deposits/getlogs
- github.com/wealdtech/chaind/services/finalizer/standard
- github.com/wealdtech/chaind/services/metrics
- github.com/wealdtech/chaind/services/metrics/null
- github.com/wealdtech/chaind/services/metrics/prometheus
- github.com/wealdtech/chaind/services/proposerduties/standard
- github.com/wealdtech/chaind/services/scheduler
- github.com/wealdtech/chaind/services/scheduler/standard
- github.com/wealdtech/chaind/services/spec/standard
- github.com/wealdtech/chaind/services/summarizer
- github.com/wealdtech/chaind/services/summarizer/standard
- github.com/wealdtech/chaind/services/synccommittees/standard
- github.com/wealdtech/chaind/services/validators/standard
- github.com/wealdtech/chaind/util