2019-07-17 22:25:42 +00:00
|
|
|
module github.com/status-im/status-protocol-go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/aristanetworks/goarista v0.0.0-20190704150520-f44d68189fd7 // indirect
|
|
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
|
|
|
github.com/ethereum/go-ethereum v1.8.27
|
2019-08-09 07:03:10 +00:00
|
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
|
|
|
|
github.com/golang-migrate/migrate/v4 v4.5.0 // indirect
|
2019-07-26 07:17:29 +00:00
|
|
|
github.com/golang/protobuf v1.3.2
|
|
|
|
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
|
2019-07-17 22:25:42 +00:00
|
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20170920224653-f799951b4ab2
|
2019-08-09 07:03:10 +00:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-07-17 22:25:42 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/rs/cors v1.6.0 // indirect
|
2019-08-09 07:03:10 +00:00
|
|
|
github.com/russolsen/ohyeah v0.0.0-20160324131710-f4938c005315 // indirect
|
|
|
|
github.com/russolsen/same v0.0.0-20160222130632-f089df61f51d // indirect
|
2019-07-17 22:25:42 +00:00
|
|
|
github.com/russolsen/transit v0.0.0-20180705123435-0794b4c4505a
|
|
|
|
github.com/status-im/doubleratchet v2.0.0+incompatible
|
|
|
|
github.com/status-im/migrate/v4 v4.3.1-status
|
|
|
|
github.com/status-im/whisper v1.4.14
|
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-07-26 07:17:29 +00:00
|
|
|
github.com/vacp2p/mvds v0.0.19
|
2019-07-17 22:25:42 +00:00
|
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/ethereum/go-ethereum v1.8.27 => github.com/status-im/go-ethereum v1.8.27-status.4
|