github.com/calmw/ethereum@v0.1.1/go.mod (about)

     1  module github.com/calmw/ethereum
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
     7  	github.com/VictoriaMetrics/fastcache v1.6.0
     8  	github.com/aws/aws-sdk-go-v2 v1.2.0
     9  	github.com/aws/aws-sdk-go-v2/config v1.1.1
    10  	github.com/aws/aws-sdk-go-v2/credentials v1.1.1
    11  	github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1
    12  	github.com/btcsuite/btcd/btcec/v2 v2.2.0
    13  	github.com/cespare/cp v0.1.0
    14  	github.com/cloudflare/cloudflare-go v0.14.0
    15  	github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
    16  	github.com/consensys/gnark-crypto v0.10.0
    17  	github.com/crate-crypto/go-kzg-4844 v0.2.0
    18  	github.com/davecgh/go-spew v1.1.1
    19  	github.com/deckarep/golang-set/v2 v2.1.0
    20  	github.com/docker/docker v1.6.2
    21  	github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7
    22  	github.com/ethereum/c-kzg-4844 v0.2.0
    23  	github.com/fatih/color v1.7.0
    24  	github.com/fjl/gencodec v0.0.0-20220412091415-8bb9e558978c
    25  	github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
    26  	github.com/fsnotify/fsnotify v1.6.0
    27  	github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
    28  	github.com/gballet/go-verkle v0.0.0-20220902153445-097bd83b7732
    29  	github.com/go-stack/stack v1.8.1
    30  	github.com/gofrs/flock v0.8.1
    31  	github.com/golang-jwt/jwt/v4 v4.3.0
    32  	github.com/golang/protobuf v1.5.2
    33  	github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
    34  	github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
    35  	github.com/google/uuid v1.3.0
    36  	github.com/gorilla/websocket v1.4.2
    37  	github.com/graph-gophers/graphql-go v1.3.0
    38  	github.com/hashicorp/go-bexpr v0.1.10
    39  	github.com/holiman/bloomfilter/v2 v2.0.3
    40  	github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c
    41  	github.com/huin/goupnp v1.0.3
    42  	github.com/influxdata/influxdb-client-go/v2 v2.4.0
    43  	github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
    44  	github.com/jackpal/go-nat-pmp v1.0.2
    45  	github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
    46  	github.com/julienschmidt/httprouter v1.3.0
    47  	github.com/karalabe/usb v0.0.2
    48  	github.com/kylelemons/godebug v1.1.0
    49  	github.com/mattn/go-colorable v0.1.13
    50  	github.com/mattn/go-isatty v0.0.16
    51  	github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
    52  	github.com/olekukonko/tablewriter v0.0.5
    53  	github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
    54  	github.com/rs/cors v1.7.0
    55  	github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
    56  	github.com/status-im/keycard-go v0.2.0
    57  	github.com/stretchr/testify v1.8.1
    58  	github.com/supranational/blst v0.3.11-0.20230406105308-e9dfc5ee724b
    59  	github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
    60  	github.com/tyler-smith/go-bip39 v1.1.0
    61  	github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
    62  	golang.org/x/crypto v0.1.0
    63  	golang.org/x/exp v0.0.0-20230206171751-46f607a40771
    64  	golang.org/x/sync v0.1.0
    65  	golang.org/x/sys v0.7.0
    66  	golang.org/x/text v0.8.0
    67  	golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
    68  	golang.org/x/tools v0.7.0
    69  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    70  	gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
    71  )
    72  
    73  require (
    74  	github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1 // indirect
    75  	github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3 // indirect
    76  	github.com/DataDog/zstd v1.5.2 // indirect
    77  	github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
    78  	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.2 // indirect
    79  	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.2 // indirect
    80  	github.com/aws/aws-sdk-go-v2/service/sso v1.1.1 // indirect
    81  	github.com/aws/aws-sdk-go-v2/service/sts v1.1.1 // indirect
    82  	github.com/aws/smithy-go v1.1.0 // indirect
    83  	github.com/beorn7/perks v1.0.1 // indirect
    84  	github.com/bits-and-blooms/bitset v1.7.0 // indirect
    85  	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    86  	github.com/cockroachdb/errors v1.9.1 // indirect
    87  	github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
    88  	github.com/cockroachdb/redact v1.1.3 // indirect
    89  	github.com/consensys/bavard v0.1.13 // indirect
    90  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    91  	github.com/crate-crypto/go-ipa v0.0.0-20220523130400-f11357ae11c7 // indirect
    92  	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
    93  	github.com/deepmap/oapi-codegen v1.8.2 // indirect
    94  	github.com/dlclark/regexp2 v1.7.0 // indirect
    95  	github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
    96  	github.com/getsentry/sentry-go v0.18.0 // indirect
    97  	github.com/go-ole/go-ole v1.2.1 // indirect
    98  	github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
    99  	github.com/gogo/protobuf v1.3.2 // indirect
   100  	github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
   101  	github.com/klauspost/compress v1.15.15 // indirect
   102  	github.com/kr/pretty v0.3.1 // indirect
   103  	github.com/kr/text v0.2.0 // indirect
   104  	github.com/mattn/go-runewidth v0.0.9 // indirect
   105  	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
   106  	github.com/mitchellh/mapstructure v1.4.1 // indirect
   107  	github.com/mitchellh/pointerstructure v1.2.0 // indirect
   108  	github.com/mmcloughlin/addchain v0.4.0 // indirect
   109  	github.com/naoina/go-stringutil v0.1.0 // indirect
   110  	github.com/opentracing/opentracing-go v1.1.0 // indirect
   111  	github.com/pkg/errors v0.9.1 // indirect
   112  	github.com/pmezard/go-difflib v1.0.0 // indirect
   113  	github.com/prometheus/client_golang v1.14.0 // indirect
   114  	github.com/prometheus/client_model v0.3.0 // indirect
   115  	github.com/prometheus/common v0.39.0 // indirect
   116  	github.com/prometheus/procfs v0.9.0 // indirect
   117  	github.com/rogpeppe/go-internal v1.9.0 // indirect
   118  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
   119  	github.com/tklauser/go-sysconf v0.3.5 // indirect
   120  	github.com/tklauser/numcpus v0.2.2 // indirect
   121  	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
   122  	golang.org/x/mod v0.9.0 // indirect
   123  	golang.org/x/net v0.8.0 // indirect
   124  	golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
   125  	google.golang.org/protobuf v1.28.1 // indirect
   126  	gopkg.in/yaml.v2 v2.4.0 // indirect
   127  	gopkg.in/yaml.v3 v3.0.1 // indirect
   128  	rsc.io/tmplfunc v0.0.3 // indirect
   129  )