2020-07-10 17:17:51 +03:00
|
|
|
module github.com/nspcc-dev/neofs-node
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-11-26 17:26:53 +03:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
2021-01-13 15:47:54 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-11-03 14:16:32 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2020-11-17 19:29:00 +03:00
|
|
|
github.com/klauspost/compress v1.11.3
|
2020-08-04 17:46:12 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/mr-tron/base58 v1.1.3
|
2021-05-18 11:04:01 +03:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
2020-11-17 15:26:03 +03:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-05-18 10:31:52 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.95.0
|
2021-05-19 16:50:28 +03:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.26.1
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2021-05-21 16:35:24 +03:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20210520210714-9dee13f0d556
|
2020-09-16 17:46:31 +03:00
|
|
|
github.com/nspcc-dev/tzhash v1.4.0
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/panjf2000/ants/v2 v2.3.0
|
2021-02-08 21:11:51 +03:00
|
|
|
github.com/paulmach/orb v0.2.1
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-08-04 17:46:12 +03:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-07-10 17:17:51 +03:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/spf13/viper v1.7.0
|
2020-08-21 18:01:59 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-10-28 17:49:30 +03:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-07-10 17:17:51 +03:00
|
|
|
go.uber.org/atomic v1.5.1
|
|
|
|
go.uber.org/multierr v1.4.0 // indirect
|
|
|
|
go.uber.org/zap v1.13.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
2020-10-28 17:49:30 +03:00
|
|
|
golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
|
2020-07-10 17:17:51 +03:00
|
|
|
golang.org/x/tools v0.0.0-20200123022218-593de606220b // indirect
|
|
|
|
google.golang.org/grpc v1.29.1
|
2021-02-08 21:11:51 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-07-10 17:17:51 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
// Used for debug reasons
|
2020-09-16 10:45:08 +03:00
|
|
|
// replace github.com/nspcc-dev/neofs-api-go => ../neofs-api-go
|