ca80cfea2b
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.9 KiB
Modula-2
71 lines
2.9 KiB
Modula-2
module github.com/nspcc-dev/neo-go
|
|
|
|
require (
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/consensys/gnark-crypto v0.9.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/golang-lru v0.6.0
|
|
github.com/holiman/uint256 v1.2.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/nspcc-dev/dbft v0.0.0-20230515113611-25db6ba61d5c
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230420112658-c50ab951645a
|
|
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.9
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.13.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
|
|
github.com/twmb/murmur3 v1.1.5
|
|
github.com/urfave/cli v1.22.5
|
|
go.etcd.io/bbolt v1.3.7
|
|
go.uber.org/atomic v1.10.0
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/crypto v0.4.0
|
|
golang.org/x/term v0.5.0
|
|
golang.org/x/text v0.7.0
|
|
golang.org/x/tools v0.2.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12 // indirect
|
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/frankban/quicktest v1.14.5 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/nspcc-dev/hrw v1.0.9 // indirect
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.14.0 // indirect
|
|
github.com/nspcc-dev/neofs-crypto v0.4.0 // indirect
|
|
github.com/nspcc-dev/tzhash v1.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221227203929-1b447090c38c // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
|
|
google.golang.org/grpc v1.53.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|
|
|
|
go 1.18
|