2019-06-09 07:24:20 +00:00
|
|
|
module github.com/status-im/status-go
|
|
|
|
|
2019-10-14 14:10:48 +00:00
|
|
|
go 1.13
|
2019-06-09 07:24:20 +00:00
|
|
|
|
2019-10-04 15:21:24 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.4
|
|
|
|
|
|
|
|
replace github.com/NaySoftware/go-fcm => github.com/status-im/go-fcm v1.0.0-status
|
|
|
|
|
2019-11-04 10:08:22 +00:00
|
|
|
replace github.com/Sirupsen/logrus v1.4.2 => github.com/sirupsen/logrus v1.4.2
|
|
|
|
|
|
|
|
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20190717161051-705d9623b7c1
|
|
|
|
|
2019-06-09 07:24:20 +00:00
|
|
|
require (
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/NaySoftware/go-fcm v0.0.0-00010101000000-000000000000
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-10-14 07:53:38 +00:00
|
|
|
github.com/btcsuite/btcd v0.0.0-20191011042131-c3151ef50de9
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
|
|
github.com/golang/mock v1.3.1
|
|
|
|
github.com/lib/pq v1.2.0
|
|
|
|
github.com/libp2p/go-libp2p-core v0.2.3
|
|
|
|
github.com/multiformats/go-multiaddr v0.1.1
|
2019-08-27 12:04:15 +00:00
|
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
|
2019-10-11 05:00:46 +00:00
|
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/pborman/uuid v1.2.0
|
2019-10-22 17:32:05 +00:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/russolsen/transit v0.0.0-20180705123435-0794b4c4505a
|
2019-10-14 14:10:48 +00:00
|
|
|
github.com/status-im/migrate/v4 v4.6.2-status.2
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/status-im/rendezvous v1.3.0
|
2019-11-04 10:08:22 +00:00
|
|
|
github.com/status-im/status-protocol-go v0.4.4-0.20191102185313-c99310ece510
|
2019-10-09 14:22:53 +00:00
|
|
|
github.com/status-im/whisper v1.5.1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2019-07-24 07:58:01 +00:00
|
|
|
go.uber.org/zap v1.10.0
|
2019-10-04 15:21:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191001141032-4663e185863a
|
2019-06-09 07:24:20 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2019-10-04 15:21:24 +00:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
2019-06-09 07:24:20 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|