2019-06-09 07:24:20 +00:00
|
|
|
module github.com/status-im/status-go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/NaySoftware/go-fcm v0.0.0-20190516140123-808e978ddcd2
|
|
|
|
github.com/beevik/ntp v0.2.0
|
|
|
|
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
|
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
|
|
github.com/ethereum/go-ethereum v1.8.27
|
2019-07-17 22:25:42 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.5.0 // indirect
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/golang/mock v1.2.0
|
|
|
|
github.com/lib/pq v1.0.0
|
|
|
|
github.com/libp2p/go-libp2p-core v0.0.3
|
|
|
|
github.com/multiformats/go-multiaddr v0.0.4
|
|
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20170920224653-f799951b4ab2
|
|
|
|
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
|
|
|
|
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/rendezvous v1.3.0
|
2019-07-26 07:17:29 +00:00
|
|
|
github.com/status-im/status-protocol-go v0.1.3
|
2019-06-26 16:17:41 +00:00
|
|
|
github.com/status-im/whisper v1.4.14
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2019-07-24 07:58:01 +00:00
|
|
|
go.uber.org/zap v1.10.0
|
2019-07-17 22:25:42 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2019-06-09 07:24:20 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2019-07-17 22:25:42 +00:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.29.0
|
2019-06-09 07:24:20 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|
|
|
|
|
2019-07-24 18:59:15 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.8.27 => github.com/status-im/go-ethereum v1.8.27-status.5
|
2019-06-09 07:24:20 +00:00
|
|
|
|
|
|
|
replace github.com/NaySoftware/go-fcm => github.com/status-im/go-fcm v1.0.0-status
|