2019-07-08 09:21:21 +00:00
|
|
|
module github.com/status-im/status-protocol-go
|
|
|
|
|
2019-10-11 13:01:45 +00:00
|
|
|
go 1.13
|
2019-07-08 09:21:21 +00:00
|
|
|
|
|
|
|
require (
|
2019-11-05 17:36:37 +00:00
|
|
|
github.com/aristanetworks/goarista v0.0.0-20190704150520-f44d68189fd7 // indirect
|
2019-08-31 14:56:28 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.0.0
|
2019-10-02 10:50:03 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2019-07-17 08:45:14 +00:00
|
|
|
github.com/golang/protobuf v1.3.2
|
2019-09-30 15:11:30 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-07-26 14:38:27 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
|
2019-11-05 17:36:37 +00:00
|
|
|
github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356 // indirect
|
2019-09-16 15:05:58 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.2
|
2019-11-05 17:36:37 +00:00
|
|
|
github.com/minio/sha256-simd v0.1.1 // indirect
|
|
|
|
github.com/multiformats/go-multihash v0.0.8 // indirect
|
2019-08-21 08:31:20 +00:00
|
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
|
2019-07-08 09:21:21 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-11-05 17:36:37 +00:00
|
|
|
github.com/russolsen/ohyeah v0.0.0-20160324131710-f4938c005315 // indirect
|
|
|
|
github.com/russolsen/same v0.0.0-20160222130632-f089df61f51d // indirect
|
2019-07-08 09:21:21 +00:00
|
|
|
github.com/russolsen/transit v0.0.0-20180705123435-0794b4c4505a
|
2019-10-07 18:46:15 +00:00
|
|
|
github.com/status-im/doubleratchet v3.0.0+incompatible
|
2019-10-14 11:05:02 +00:00
|
|
|
github.com/status-im/migrate/v4 v4.6.2-status.2
|
2019-11-06 07:14:52 +00:00
|
|
|
github.com/status-im/whisper v1.5.2
|
2019-10-08 12:09:37 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-14 11:05:02 +00:00
|
|
|
github.com/vacp2p/mvds v0.0.23
|
2019-10-08 12:09:37 +00:00
|
|
|
github.com/wealdtech/go-ens/v3 v3.0.7
|
2019-07-18 13:41:48 +00:00
|
|
|
go.uber.org/zap v1.10.0
|
2019-11-05 17:36:37 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
|
|
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
|
2019-07-08 09:21:21 +00:00
|
|
|
)
|
|
|
|
|
2019-11-05 17:36:37 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.5
|