2020-10-21 19:54:40 +00:00
|
|
|
module github.com/Secured-Finance/dione
|
2020-08-02 09:53:38 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-11-04 17:46:35 +00:00
|
|
|
github.com/Secured-Finance/go-libp2p-pex v1.0.1
|
2020-11-30 21:38:54 +00:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.7
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/allegro/bigcache v1.2.1 // indirect
|
|
|
|
github.com/aristanetworks/goarista v0.0.0-20200224203130-895b4c57c44d // indirect
|
2020-11-04 17:05:43 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/cespare/cp v1.1.1 // indirect
|
|
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
|
2020-11-13 14:04:10 +00:00
|
|
|
github.com/dgrr/fastws v1.0.0
|
2020-10-23 13:35:30 +00:00
|
|
|
github.com/drand/drand v1.2.1
|
|
|
|
github.com/drand/kyber v1.1.5
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/elastic/gosigar v0.10.5 // indirect
|
2020-08-03 20:01:38 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2020-12-02 14:03:39 +00:00
|
|
|
github.com/filecoin-project/go-address v0.0.5-0.20201103152444-f2023ef3f5bb
|
|
|
|
github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03
|
|
|
|
github.com/filecoin-project/go-state-types v0.0.0-20201102161440-c8033295a1fc
|
|
|
|
github.com/filecoin-project/lotus v1.2.1
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
2020-11-18 19:53:52 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.2.0
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
|
2020-11-23 16:53:44 +00:00
|
|
|
github.com/go-kit/kit v0.10.0
|
2020-11-04 17:05:43 +00:00
|
|
|
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
|
2020-11-18 19:53:52 +00:00
|
|
|
github.com/gobwas/ws v1.0.4 // indirect
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf // indirect
|
|
|
|
github.com/google/gopacket v1.1.18 // indirect
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/ipfs/go-datastore v0.4.5 // indirect
|
|
|
|
github.com/ipfs/go-ds-badger2 v0.1.1-0.20200708190120-187fc06f714e // indirect
|
|
|
|
github.com/ipfs/go-ipld-format v0.2.0 // indirect
|
2020-11-23 16:53:44 +00:00
|
|
|
github.com/ipfs/go-log v1.0.4
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4 // indirect
|
2020-10-31 03:48:15 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/lib/pq v1.7.0 // indirect
|
2020-12-02 14:03:39 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.12.0
|
|
|
|
github.com/libp2p/go-libp2p-core v0.7.0
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/libp2p/go-libp2p-noise v0.1.2 // indirect
|
2020-12-02 14:03:39 +00:00
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.4.0
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.9.0
|
2020-10-28 17:35:56 +00:00
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
2020-11-27 16:16:08 +00:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
2020-11-18 19:53:52 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
2020-10-23 13:35:30 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
2020-11-27 16:16:08 +00:00
|
|
|
github.com/polydawn/refmt v0.0.0-20190809202753-05966cbd336a // indirect
|
2020-10-23 13:35:30 +00:00
|
|
|
github.com/raulk/clock v1.1.0
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
|
|
|
github.com/rs/cors v1.7.0 // indirect
|
2020-11-13 14:04:10 +00:00
|
|
|
github.com/shengdoushi/base58 v1.0.0
|
2020-11-04 17:46:35 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
2020-08-03 20:01:38 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
|
2020-10-21 20:36:05 +00:00
|
|
|
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
|
|
|
|
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
|
2020-10-23 13:35:30 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
|
2020-11-13 14:04:10 +00:00
|
|
|
github.com/valyala/fasthttp v1.17.0
|
2020-11-12 14:18:30 +00:00
|
|
|
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a // indirect
|
|
|
|
github.com/whyrusleeping/cbor-gen v0.0.0-20200826160007-0b9f6c5fb163
|
2020-08-04 18:19:42 +00:00
|
|
|
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
|
2020-10-28 17:35:56 +00:00
|
|
|
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542
|
2020-11-27 18:47:58 +00:00
|
|
|
go.uber.org/fx v1.13.1 // indirect
|
2020-12-02 14:03:39 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2020-10-21 20:36:05 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2020-11-12 14:18:30 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200827010519-17fd2f27a9e3 // indirect
|
2020-10-23 13:35:30 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2020-11-12 14:18:30 +00:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-10-21 20:36:05 +00:00
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
|
|
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 // indirect
|
|
|
|
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
|
|
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
2020-11-18 19:53:52 +00:00
|
|
|
nhooyr.io/websocket v1.8.6 // indirect
|
2020-08-02 09:53:38 +00:00
|
|
|
)
|