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-11-22 12:58:03 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.6
|
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
|
|
|
|
|
2019-11-15 16:25:12 +00:00
|
|
|
replace github.com/gomarkdown/markdown => github.com/status-im/markdown v0.0.0-20191113114344-af599402d015
|
|
|
|
|
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-06-09 07:24:20 +00:00
|
|
|
require (
|
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-11-23 17:57:05 +00:00
|
|
|
github.com/elastic/gosigar v0.10.5 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2019-11-06 16:23:11 +00:00
|
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/golang/mock v1.3.1
|
2019-11-06 16:23:11 +00:00
|
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-11-06 16:23:11 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.4.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
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-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
|
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-23 17:57:05 +00:00
|
|
|
github.com/status-im/status-go/eth-node v0.0.0-20191126161717-86bc127b3d0a
|
|
|
|
github.com/status-im/status-go/extkeys v1.0.0
|
2019-11-21 16:19:22 +00:00
|
|
|
github.com/status-im/status-go/protocol v0.5.2
|
2019-11-14 10:15:58 +00:00
|
|
|
github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501
|
2019-11-18 10:22:23 +00:00
|
|
|
github.com/status-im/whisper v1.6.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-11-25 20:16:00 +00:00
|
|
|
go.uber.org/zap v1.13.0
|
2019-11-22 12:58:03 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
|
2019-11-23 17:57:05 +00:00
|
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
2019-11-06 16:23:11 +00:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
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
|
|
|
|
)
|