github.com/theQRL/go-zond@v0.1.1/go.mod (about) 1 module github.com/theQRL/go-zond 2 3 go 1.20 4 5 require ( 6 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0 7 github.com/Microsoft/go-winio v0.6.1 8 github.com/VictoriaMetrics/fastcache v1.6.0 9 github.com/aws/aws-sdk-go-v2 v1.2.0 10 github.com/aws/aws-sdk-go-v2/config v1.1.1 11 github.com/aws/aws-sdk-go-v2/credentials v1.1.1 12 github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1 13 github.com/btcsuite/btcd/btcec/v2 v2.2.0 14 github.com/cespare/cp v0.1.0 15 github.com/cloudflare/cloudflare-go v0.14.0 16 github.com/cockroachdb/pebble v0.0.0-20230906160148-46873a6a7a06 17 github.com/consensys/gnark-crypto v0.10.0 18 github.com/crate-crypto/go-kzg-4844 v0.3.0 19 github.com/davecgh/go-spew v1.1.1 20 github.com/deckarep/golang-set/v2 v2.1.0 21 github.com/docker/docker v24.0.5+incompatible 22 github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 23 github.com/ethereum/c-kzg-4844 v0.3.1 24 github.com/fatih/color v1.7.0 25 github.com/fjl/gencodec v0.0.0-20230517082657-f9840df7b83e 26 github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 27 github.com/fsnotify/fsnotify v1.6.0 28 github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff 29 github.com/gballet/go-verkle v0.0.0-20230607174250-df487255f46b 30 github.com/go-stack/stack v1.8.1 31 github.com/gofrs/flock v0.8.1 32 github.com/golang-jwt/jwt/v4 v4.3.0 33 github.com/golang/protobuf v1.5.2 34 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb 35 github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa 36 github.com/google/uuid v1.3.0 37 github.com/gorilla/websocket v1.4.2 38 github.com/graph-gophers/graphql-go v1.3.0 39 github.com/hashicorp/go-bexpr v0.1.10 40 github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 41 github.com/holiman/bloomfilter/v2 v2.0.3 42 github.com/holiman/uint256 v1.2.3 43 github.com/huin/goupnp v1.3.0 44 github.com/influxdata/influxdb-client-go/v2 v2.4.0 45 github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c 46 github.com/jackpal/go-nat-pmp v1.0.2 47 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 48 github.com/julienschmidt/httprouter v1.3.0 49 github.com/karalabe/usb v0.0.3-0.20230711191512-61db3e06439c 50 github.com/kylelemons/godebug v1.1.0 51 github.com/mattn/go-colorable v0.1.13 52 github.com/mattn/go-isatty v0.0.16 53 github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416 54 github.com/olekukonko/tablewriter v0.0.5 55 github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 56 github.com/pkg/errors v0.9.1 57 github.com/protolambda/bls12-381-util v0.0.0-20220416220906-d8552aa452c7 58 github.com/prysmaticlabs/fastssz v0.0.0-20221107182844-78142813af44 59 github.com/rs/cors v1.7.0 60 github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible 61 github.com/status-im/keycard-go v0.2.0 62 github.com/stretchr/testify v1.8.1 63 github.com/supranational/blst v0.3.11 64 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 65 github.com/theQRL/go-qrllib v0.0.0-20230406170304-b7eb19c367e1 66 github.com/tyler-smith/go-bip39 v1.1.0 67 github.com/urfave/cli/v2 v2.25.7 68 go.uber.org/automaxprocs v1.5.2 69 golang.org/x/crypto v0.12.0 70 golang.org/x/exp v0.0.0-20230810033253-352e893a4cad 71 golang.org/x/sync v0.3.0 72 golang.org/x/sys v0.11.0 73 golang.org/x/text v0.12.0 74 golang.org/x/time v0.3.0 75 golang.org/x/tools v0.9.1 76 gopkg.in/natefinch/lumberjack.v2 v2.0.0 77 gopkg.in/yaml.v3 v3.0.1 78 ) 79 80 require ( 81 github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1 // indirect 82 github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3 // indirect 83 github.com/DataDog/zstd v1.4.5 // indirect 84 github.com/StackExchange/wmi v1.2.1 // indirect 85 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.2 // indirect 86 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.2 // indirect 87 github.com/aws/aws-sdk-go-v2/service/sso v1.1.1 // indirect 88 github.com/aws/aws-sdk-go-v2/service/sts v1.1.1 // indirect 89 github.com/aws/smithy-go v1.1.0 // indirect 90 github.com/beorn7/perks v1.0.1 // indirect 91 github.com/bits-and-blooms/bitset v1.5.0 // indirect 92 github.com/cespare/xxhash/v2 v2.2.0 // indirect 93 github.com/cockroachdb/errors v1.8.1 // indirect 94 github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect 95 github.com/cockroachdb/redact v1.0.8 // indirect 96 github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect 97 github.com/consensys/bavard v0.1.13 // indirect 98 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect 99 github.com/crate-crypto/go-ipa v0.0.0-20230601170251-1830d0757c80 // indirect 100 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect 101 github.com/deepmap/oapi-codegen v1.6.0 // indirect 102 github.com/dlclark/regexp2 v1.7.0 // indirect 103 github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect 104 github.com/go-ole/go-ole v1.2.5 // indirect 105 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect 106 github.com/gogo/protobuf v1.3.2 // indirect 107 github.com/google/go-cmp v0.5.9 // indirect 108 github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect 109 github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect 110 github.com/kilic/bls12-381 v0.1.0 // indirect 111 github.com/klauspost/compress v1.15.15 // indirect 112 github.com/klauspost/cpuid/v2 v2.0.9 // indirect 113 github.com/kr/pretty v0.3.0 // indirect 114 github.com/kr/text v0.2.0 // indirect 115 github.com/mattn/go-runewidth v0.0.9 // indirect 116 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect 117 github.com/minio/sha256-simd v1.0.0 // indirect 118 github.com/mitchellh/mapstructure v1.4.1 // indirect 119 github.com/mitchellh/pointerstructure v1.2.0 // indirect 120 github.com/mmcloughlin/addchain v0.4.0 // indirect 121 github.com/naoina/go-stringutil v0.1.0 // indirect 122 github.com/opentracing/opentracing-go v1.1.0 // indirect 123 github.com/pmezard/go-difflib v1.0.0 // indirect 124 github.com/prometheus/client_golang v1.12.0 // indirect 125 github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect 126 github.com/prometheus/common v0.32.1 // indirect 127 github.com/prometheus/procfs v0.7.3 // indirect 128 github.com/prysmaticlabs/gohashtree v0.0.3-alpha // indirect 129 github.com/rogpeppe/go-internal v1.6.1 // indirect 130 github.com/russross/blackfriday/v2 v2.1.0 // indirect 131 github.com/tklauser/go-sysconf v0.3.12 // indirect 132 github.com/tklauser/numcpus v0.6.1 // indirect 133 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect 134 golang.org/x/mod v0.11.0 // indirect 135 golang.org/x/net v0.10.0 // indirect 136 google.golang.org/protobuf v1.27.1 // indirect 137 gopkg.in/yaml.v2 v2.4.0 // indirect 138 gotest.tools/v3 v3.5.0 // indirect 139 rsc.io/tmplfunc v0.0.3 // indirect 140 )