|
|
|
@ -59,7 +59,7 @@ require ( |
|
|
|
|
golang.org/x/time v0.3.0 |
|
|
|
|
golang.org/x/tools v0.14.0 // indirect |
|
|
|
|
google.golang.org/grpc v1.55.0 |
|
|
|
|
google.golang.org/protobuf v1.31.0 |
|
|
|
|
google.golang.org/protobuf v1.33.0 |
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c |
|
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce |
|
|
|
|
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 |
|
|
|
@ -68,8 +68,8 @@ require ( |
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b |
|
|
|
|
github.com/grafana/pyroscope-go v1.0.4 |
|
|
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 |
|
|
|
|
github.com/holiman/uint256 v1.2.3 |
|
|
|
|
github.com/ledgerwatch/erigon-lib v0.0.0-20230607152933-42c9c28cac68 |
|
|
|
|
github.com/ledgerwatch/log/v3 v3.8.0 |
|
|
|
|
github.com/olekukonko/tablewriter v0.0.5 |
|
|
|
@ -148,14 +148,12 @@ require ( |
|
|
|
|
github.com/google/pprof v0.0.0-20230405160723-4a4c7d95572b // indirect |
|
|
|
|
github.com/google/uuid v1.3.0 // indirect |
|
|
|
|
github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 // indirect |
|
|
|
|
github.com/grafana/pyroscope-go/godeltaprof v0.1.4 // indirect |
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect |
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect |
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect |
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect |
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect |
|
|
|
|
github.com/holiman/big v0.0.0-20221017200358-a027dc42d04e // indirect |
|
|
|
|
github.com/holiman/uint256 v1.2.3 // indirect |
|
|
|
|
github.com/huin/goupnp v1.3.0 // indirect |
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect |
|
|
|
|
github.com/ipfs/go-cid v0.4.1 // indirect |
|
|
|
|