github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/go.mod (about)

     1  module github.com/nspcc-dev/neo-go
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/chzyer/readline v1.5.1
     7  	github.com/consensys/gnark v0.9.1
     8  	github.com/consensys/gnark-crypto v0.12.2-0.20231013160410-1f65e75b6dfb
     9  	github.com/davecgh/go-spew v1.1.1
    10  	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
    11  	github.com/google/uuid v1.6.0
    12  	github.com/gorilla/websocket v1.5.1
    13  	github.com/hashicorp/golang-lru/v2 v2.0.7
    14  	github.com/holiman/uint256 v1.2.4
    15  	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
    16  	github.com/mr-tron/base58 v1.2.0
    17  	github.com/nspcc-dev/dbft v0.2.0
    18  	github.com/nspcc-dev/go-ordered-json v0.0.0-20240301084351-0246b013f8b2
    19  	github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20240513071056-6e0926e59ffb
    20  	github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.11
    21  	github.com/nspcc-dev/rfc6979 v0.2.1
    22  	github.com/pierrec/lz4 v2.6.1+incompatible
    23  	github.com/pmezard/go-difflib v1.0.0
    24  	github.com/prometheus/client_golang v1.19.0
    25  	github.com/stretchr/testify v1.9.0
    26  	github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
    27  	github.com/twmb/murmur3 v1.1.8
    28  	github.com/urfave/cli v1.22.5
    29  	go.etcd.io/bbolt v1.3.9
    30  	go.uber.org/zap v1.27.0
    31  	golang.org/x/crypto v0.21.0
    32  	golang.org/x/term v0.18.0
    33  	golang.org/x/text v0.14.0
    34  	golang.org/x/tools v0.19.0
    35  	gopkg.in/yaml.v3 v3.0.1
    36  )
    37  
    38  require (
    39  	github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12 // indirect
    40  	github.com/beorn7/perks v1.0.1 // indirect
    41  	github.com/bits-and-blooms/bitset v1.8.0 // indirect
    42  	github.com/blang/semver/v4 v4.0.0 // indirect
    43  	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    44  	github.com/consensys/bavard v0.1.13 // indirect
    45  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    46  	github.com/frankban/quicktest v1.14.5 // indirect
    47  	github.com/fxamacker/cbor/v2 v2.5.0 // indirect
    48  	github.com/golang/protobuf v1.5.3 // indirect
    49  	github.com/golang/snappy v0.0.1 // indirect
    50  	github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
    51  	github.com/mattn/go-colorable v0.1.13 // indirect
    52  	github.com/mattn/go-isatty v0.0.19 // indirect
    53  	github.com/mmcloughlin/addchain v0.4.0 // indirect
    54  	github.com/nspcc-dev/hrw v1.0.9 // indirect
    55  	github.com/nspcc-dev/neofs-api-go/v2 v2.14.0 // indirect
    56  	github.com/nspcc-dev/neofs-crypto v0.4.0 // indirect
    57  	github.com/nspcc-dev/tzhash v1.7.0 // indirect
    58  	github.com/prometheus/client_model v0.5.0 // indirect
    59  	github.com/prometheus/common v0.48.0 // indirect
    60  	github.com/prometheus/procfs v0.12.0 // indirect
    61  	github.com/rs/zerolog v1.30.0 // indirect
    62  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    63  	github.com/spaolacci/murmur3 v1.1.0 // indirect
    64  	github.com/x448/float16 v0.8.4 // indirect
    65  	go.uber.org/multierr v1.10.0 // indirect
    66  	golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
    67  	golang.org/x/mod v0.16.0 // indirect
    68  	golang.org/x/net v0.23.0 // indirect
    69  	golang.org/x/sys v0.18.0 // indirect
    70  	google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
    71  	google.golang.org/grpc v1.57.1 // indirect
    72  	google.golang.org/protobuf v1.33.0 // indirect
    73  	rsc.io/tmplfunc v0.0.3 // indirect
    74  )