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-12-09 15:04:32 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.7
|
2019-10-04 15:21:24 +00:00
|
|
|
|
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
|
|
|
|
|
2020-01-15 07:25:09 +00:00
|
|
|
replace github.com/gomarkdown/markdown v0.0.0-20191209105822-e3ba6c6109ba => github.com/status-im/markdown v0.0.0-20191209105822-e3ba6c6109ba
|
2019-11-15 16:25:12 +00:00
|
|
|
|
2019-11-21 16:19:22 +00:00
|
|
|
replace github.com/status-im/status-go/protocol => ./protocol
|
|
|
|
|
2019-11-22 12:58:03 +00:00
|
|
|
replace github.com/status-im/status-go/extkeys => ./extkeys
|
|
|
|
|
2019-11-23 17:57:05 +00:00
|
|
|
replace github.com/status-im/status-go/eth-node => ./eth-node
|
|
|
|
|
2019-12-09 10:36:14 +00:00
|
|
|
replace github.com/status-im/status-go/whisper/v6 => ./whisper
|
2019-12-09 10:06:04 +00:00
|
|
|
|
2020-01-08 11:12:23 +00:00
|
|
|
replace github.com/status-im/status-go/waku => ./waku
|
|
|
|
|
2019-06-09 07:24:20 +00:00
|
|
|
require (
|
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2020-01-15 07:25:09 +00:00
|
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/golang/mock v1.3.1
|
2020-01-15 07:25:09 +00:00
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2020-01-10 18:59:01 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.4.2 // indirect
|
|
|
|
github.com/libp2p/go-libp2p-core v0.2.4
|
2019-10-04 15:21:24 +00:00
|
|
|
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-11-14 10:15:58 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-10-22 17:32:05 +00:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
2020-01-15 07:25:09 +00:00
|
|
|
github.com/russolsen/ohyeah v0.0.0-20160324131710-f4938c005315 // indirect
|
|
|
|
github.com/russolsen/same v0.0.0-20160222130632-f089df61f51d // indirect
|
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
|
2020-01-10 12:52:06 +00:00
|
|
|
github.com/status-im/status-go/eth-node v1.1.0
|
2020-01-10 13:03:17 +00:00
|
|
|
github.com/status-im/status-go/extkeys v1.1.0
|
2020-01-10 12:52:06 +00:00
|
|
|
github.com/status-im/status-go/protocol v1.1.0
|
2020-01-10 13:03:17 +00:00
|
|
|
github.com/status-im/status-go/waku v1.1.0
|
2020-01-10 12:52:06 +00:00
|
|
|
github.com/status-im/status-go/whisper/v6 v6.1.0
|
2019-11-14 10:15:58 +00:00
|
|
|
github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501
|
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-11-25 20:16:00 +00:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-01-08 11:12:23 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
2019-11-27 12:22:23 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200116062425-473961ec044c // indirect
|
2020-01-15 07:25:09 +00:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
2019-06-09 07:24:20 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|