github.com/theQRL/go-zond@v0.2.1/go.mod (about)

     1  module github.com/theQRL/go-zond
     2  
     3  go 1.22
     4  
     5  toolchain go1.22.0
     6  
     7  require (
     8  	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
     9  	github.com/Microsoft/go-winio v0.6.1
    10  	github.com/VictoriaMetrics/fastcache v1.6.0
    11  	github.com/aws/aws-sdk-go-v2 v1.2.0
    12  	github.com/aws/aws-sdk-go-v2/config v1.1.1
    13  	github.com/aws/aws-sdk-go-v2/credentials v1.1.1
    14  	github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1
    15  	github.com/btcsuite/btcd/btcec/v2 v2.2.0
    16  	github.com/cespare/cp v0.1.0
    17  	github.com/cloudflare/cloudflare-go v0.14.0
    18  	github.com/cockroachdb/pebble v1.1.0
    19  	github.com/consensys/gnark-crypto v0.10.0
    20  	github.com/davecgh/go-spew v1.1.1
    21  	github.com/deckarep/golang-set/v2 v2.1.0
    22  	github.com/docker/docker v24.0.5+incompatible
    23  	github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
    24  	github.com/fatih/color v1.7.0
    25  	github.com/fjl/gencodec v0.0.0-20230517082657-f9840df7b83e
    26  	github.com/fsnotify/fsnotify v1.6.0
    27  	github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
    28  	github.com/go-stack/stack v1.8.1
    29  	github.com/gofrs/flock v0.8.1
    30  	github.com/golang-jwt/jwt/v4 v4.3.0
    31  	github.com/golang/protobuf v1.5.2
    32  	github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
    33  	github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
    34  	github.com/google/uuid v1.3.0
    35  	github.com/gorilla/websocket v1.4.2
    36  	github.com/graph-gophers/graphql-go v1.3.0
    37  	github.com/hashicorp/go-bexpr v0.1.10
    38  	github.com/holiman/bloomfilter/v2 v2.0.3
    39  	github.com/holiman/uint256 v1.2.3
    40  	github.com/huin/goupnp v1.3.0
    41  	github.com/influxdata/influxdb-client-go/v2 v2.4.0
    42  	github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
    43  	github.com/jackpal/go-nat-pmp v1.0.2
    44  	github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
    45  	github.com/julienschmidt/httprouter v1.3.0
    46  	github.com/karalabe/usb v0.0.3-0.20230711191512-61db3e06439c
    47  	github.com/kylelemons/godebug v1.1.0
    48  	github.com/mattn/go-colorable v0.1.13
    49  	github.com/mattn/go-isatty v0.0.16
    50  	github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
    51  	github.com/olekukonko/tablewriter v0.0.5
    52  	github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
    53  	github.com/pkg/errors v0.9.1
    54  	github.com/prysmaticlabs/fastssz v0.0.0-20221107182844-78142813af44
    55  	github.com/rs/cors v1.7.0
    56  	github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
    57  	github.com/status-im/keycard-go v0.2.0
    58  	github.com/stretchr/testify v1.8.1
    59  	github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
    60  	github.com/theQRL/go-qrllib v0.0.0-20230406170304-b7eb19c367e1
    61  	github.com/urfave/cli/v2 v2.25.7
    62  	go.uber.org/automaxprocs v1.5.2
    63  	golang.org/x/crypto v0.12.0
    64  	golang.org/x/exp v0.0.0-20230810033253-352e893a4cad
    65  	golang.org/x/sync v0.3.0
    66  	golang.org/x/sys v0.11.0
    67  	golang.org/x/text v0.12.0
    68  	golang.org/x/time v0.3.0
    69  	golang.org/x/tools v0.9.1
    70  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    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.4.5 // indirect
    77  	github.com/StackExchange/wmi v1.2.1 // 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.5.0 // indirect
    85  	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    86  	github.com/cockroachdb/errors v1.11.1 // indirect
    87  	github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
    88  	github.com/cockroachdb/redact v1.1.5 // indirect
    89  	github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
    90  	github.com/consensys/bavard v0.1.13 // indirect
    91  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // 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.5 // indirect
    98  	github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
    99  	github.com/gogo/protobuf v1.3.2 // indirect
   100  	github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
   101  	github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
   102  	github.com/klauspost/compress v1.15.15 // indirect
   103  	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
   104  	github.com/kr/pretty v0.3.1 // indirect
   105  	github.com/kr/text v0.2.0 // indirect
   106  	github.com/mattn/go-runewidth v0.0.9 // indirect
   107  	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
   108  	github.com/minio/sha256-simd v1.0.0 // indirect
   109  	github.com/mitchellh/mapstructure v1.4.1 // indirect
   110  	github.com/mitchellh/pointerstructure v1.2.0 // indirect
   111  	github.com/mmcloughlin/addchain v0.4.0 // indirect
   112  	github.com/naoina/go-stringutil v0.1.0 // indirect
   113  	github.com/opentracing/opentracing-go v1.1.0 // indirect
   114  	github.com/pmezard/go-difflib v1.0.0 // indirect
   115  	github.com/prometheus/client_golang v1.12.0 // indirect
   116  	github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
   117  	github.com/prometheus/common v0.32.1 // indirect
   118  	github.com/prometheus/procfs v0.7.3 // indirect
   119  	github.com/prysmaticlabs/gohashtree v0.0.3-alpha // indirect
   120  	github.com/rogpeppe/go-internal v1.9.0 // indirect
   121  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
   122  	github.com/tklauser/go-sysconf v0.3.12 // indirect
   123  	github.com/tklauser/numcpus v0.6.1 // indirect
   124  	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
   125  	golang.org/x/mod v0.11.0 // indirect
   126  	golang.org/x/net v0.10.0 // indirect
   127  	golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
   128  	google.golang.org/protobuf v1.28.1 // indirect
   129  	gopkg.in/yaml.v2 v2.4.0 // indirect
   130  	gopkg.in/yaml.v3 v3.0.1 // indirect
   131  	gotest.tools/v3 v3.5.0 // indirect
   132  	rsc.io/tmplfunc v0.0.3 // indirect
   133  )