mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
7039c382bf
* update tools to enable generics support * tidy Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
283 lines
14 KiB
Modula-2
283 lines
14 KiB
Modula-2
module github.com/prysmaticlabs/prysm
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.1
|
|
github.com/MariusVanDerWijden/FuzzyVM v0.0.0-20220304110512-764253afa8c2
|
|
github.com/MariusVanDerWijden/tx-fuzz v0.0.0-20220321065247-ebb195301a27
|
|
github.com/aristanetworks/goarista v0.0.0-20200805130819-fd197cf57d96
|
|
github.com/bazelbuild/rules_go v0.23.2
|
|
github.com/d4l3k/messagediff v1.2.1
|
|
github.com/dgraph-io/ristretto v0.0.4-0.20210318174700-74754f61e018
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/emicklei/dot v0.11.0
|
|
github.com/ethereum/go-ethereum v1.10.17-0.20220323200026-535f25d65fa0
|
|
github.com/ferranbt/fastssz v0.0.0-20210905181407-59cf6761a7d5
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/golang/gddo v0.0.0-20200528160355-8d077c1d8f4c
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/google/gofuzz v1.2.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gostaticanalysis/comment v1.4.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
|
github.com/herumi/bls-eth-go-binary v0.0.0-20210917013441-d37c07cfda4e
|
|
github.com/holiman/uint256 v1.2.0
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20200424224625-be1b05b0b279
|
|
github.com/ipfs/go-log/v2 v2.5.0
|
|
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
|
|
github.com/kevinms/leakybucket-go v0.0.0-20200115003610-082473db97ca
|
|
github.com/kr/pretty v0.3.0
|
|
github.com/libp2p/go-libp2p v0.18.0
|
|
github.com/libp2p/go-libp2p-blankhost v0.3.0
|
|
github.com/libp2p/go-libp2p-core v0.14.0
|
|
github.com/libp2p/go-libp2p-noise v0.3.0
|
|
github.com/libp2p/go-libp2p-peerstore v0.6.0
|
|
github.com/libp2p/go-libp2p-pubsub v0.6.2-0.20220208072054-aeb30a2ac18e
|
|
github.com/libp2p/go-libp2p-swarm v0.10.2
|
|
github.com/libp2p/go-tcp-transport v0.5.1
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/manifoldco/promptui v0.7.0
|
|
github.com/minio/highwayhash v1.0.1
|
|
github.com/minio/sha256-simd v1.0.0
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/multiformats/go-multiaddr v0.5.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/paulbellamy/ratecounter v0.2.0
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/prom2json v1.3.0
|
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
|
|
github.com/prysmaticlabs/prombbolt v0.0.0-20210126082820-9b7adba6db7c
|
|
github.com/prysmaticlabs/protoc-gen-go-cast v0.0.0-20211014160335-757fae4f38c6
|
|
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
|
|
github.com/rs/cors v1.7.0
|
|
github.com/schollz/progressbar/v3 v3.3.4
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/supranational/blst v0.3.5
|
|
github.com/thomaso-mirodin/intmath v0.0.0-20160323211736-5dc6d854e46e
|
|
github.com/trailofbits/go-mutexasserts v0.0.0-20200708152505-19999e7d3cef
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/uudashr/gocognit v1.0.5
|
|
github.com/wealdtech/go-bytesutil v1.1.1
|
|
github.com/wealdtech/go-eth2-util v1.6.3
|
|
github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4 v1.1.3
|
|
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
go.etcd.io/bbolt v1.3.5
|
|
go.opencensus.io v0.23.0
|
|
go.uber.org/automaxprocs v1.3.0
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
|
|
golang.org/x/exp v0.0.0-20200513190911-00229845015e
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/tools v0.1.11-0.20220523181440-ccb10502d1a5
|
|
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/d4l3k/messagediff.v1 v1.2.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/client-go v0.18.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.2 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/containerd/cgroups v1.0.3 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
|
|
github.com/deckarep/golang-set v1.8.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
|
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/dop251/goja v0.0.0-20211011172007-d99e4b8cbf48 // indirect
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
|
github.com/elastic/gosigar v0.14.2 // indirect
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
github.com/francoispqt/gojay v1.2.13 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/graph-gophers/graphql-go v1.3.0 // indirect
|
|
github.com/hashicorp/go-bexpr v0.1.10 // indirect
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
|
|
github.com/holiman/goevmlab v0.0.0-20211215113238-06157bc85f7d // indirect
|
|
github.com/huin/goupnp v1.0.3-0.20220313090229-ca81a64b4204 // indirect
|
|
github.com/influxdata/influxdb v1.8.3 // indirect
|
|
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect
|
|
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
|
|
github.com/ipfs/go-cid v0.1.0 // indirect
|
|
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
|
|
github.com/ipfs/go-log v1.0.5 // indirect
|
|
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
|
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
|
|
github.com/karalabe/usb v0.0.2 // indirect
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/koron/go-ssdp v0.0.2 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
|
|
github.com/libp2p/go-cidranger v1.1.0 // indirect
|
|
github.com/libp2p/go-conn-security-multistream v0.3.0 // indirect
|
|
github.com/libp2p/go-eventbus v0.2.1 // indirect
|
|
github.com/libp2p/go-flow-metrics v0.0.3 // indirect
|
|
github.com/libp2p/go-libp2p-asn-util v0.1.0 // indirect
|
|
github.com/libp2p/go-libp2p-discovery v0.6.0 // indirect
|
|
github.com/libp2p/go-libp2p-mplex v0.6.0 // indirect
|
|
github.com/libp2p/go-libp2p-nat v0.1.0 // indirect
|
|
github.com/libp2p/go-libp2p-pnet v0.2.0 // indirect
|
|
github.com/libp2p/go-libp2p-quic-transport v0.16.1 // indirect
|
|
github.com/libp2p/go-libp2p-resource-manager v0.1.5 // indirect
|
|
github.com/libp2p/go-libp2p-testing v0.8.0 // indirect
|
|
github.com/libp2p/go-libp2p-tls v0.3.1 // indirect
|
|
github.com/libp2p/go-libp2p-transport-upgrader v0.7.1 // indirect
|
|
github.com/libp2p/go-libp2p-yamux v0.8.2 // indirect
|
|
github.com/libp2p/go-mplex v0.6.0 // indirect
|
|
github.com/libp2p/go-msgio v0.1.0 // indirect
|
|
github.com/libp2p/go-nat v0.1.0 // indirect
|
|
github.com/libp2p/go-netroute v0.2.0 // indirect
|
|
github.com/libp2p/go-openssl v0.0.7 // indirect
|
|
github.com/libp2p/go-reuseport v0.1.0 // indirect
|
|
github.com/libp2p/go-reuseport-transport v0.1.0 // indirect
|
|
github.com/libp2p/go-stream-muxer-multistream v0.4.0 // indirect
|
|
github.com/libp2p/go-ws-transport v0.6.0 // indirect
|
|
github.com/libp2p/go-yamux/v3 v3.0.2 // indirect
|
|
github.com/lucas-clemente/quic-go v0.26.0 // indirect
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
|
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
|
|
github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
|
|
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/miekg/dns v1.1.47 // indirect
|
|
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
|
|
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/mitchellh/pointerstructure v1.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/multiformats/go-base32 v0.0.4 // indirect
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
|
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
|
|
github.com/multiformats/go-multibase v0.0.3 // indirect
|
|
github.com/multiformats/go-multihash v0.1.0 // indirect
|
|
github.com/multiformats/go-multistream v0.2.2 // indirect
|
|
github.com/multiformats/go-varint v0.0.6 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/raulk/clock v1.1.0 // indirect
|
|
github.com/raulk/go-watchdog v1.2.0 // indirect
|
|
github.com/rjeczalik/notify v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.5 // indirect
|
|
github.com/tklauser/numcpus v0.2.2 // indirect
|
|
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
|
|
github.com/wealdtech/go-eth2-types/v2 v2.5.2 // indirect
|
|
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7 // indirect
|
|
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
k8s.io/apimachinery v0.18.3 // indirect
|
|
k8s.io/klog v1.0.0 // indirect
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/cespare/cp v1.1.1 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
|
|
github.com/go-logr/logr v0.2.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/peterh/liner v1.2.0 // indirect
|
|
github.com/prometheus/tsdb v0.10.0 // indirect
|
|
github.com/prysmaticlabs/gohashtree v0.0.1-alpha.0.20220303211031-f753e083138c
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
google.golang.org/api v0.34.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
k8s.io/klog/v2 v2.3.0 // indirect
|
|
k8s.io/utils v0.0.0-20200520001619-278ece378a50 // indirect
|
|
)
|
|
|
|
replace github.com/json-iterator/go => github.com/prestonvanloon/go v1.1.7-0.20190722034630-4f2e55fcf87b
|
|
|
|
// See https://github.com/prysmaticlabs/grpc-gateway/issues/2
|
|
replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20220428175429-ee99f663f83d
|
|
|
|
replace github.com/ferranbt/fastssz => github.com/prysmaticlabs/fastssz v0.0.0-20220110145812-fafb696cae88
|