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
|
|
|
|
2020-03-12 12:05:12 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.9
|
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-12-15 16:48:15 +00:00
|
|
|
replace github.com/nfnt/resize => github.com/status-im/resize v0.0.0-20201215164250-7c6d9f0d3088
|
|
|
|
|
2019-06-09 07:24:20 +00:00
|
|
|
require (
|
2020-11-16 18:31:34 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.0 // indirect
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2
|
2020-10-27 11:03:59 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-02-21 14:48:53 +00:00
|
|
|
github.com/deckarep/golang-set v1.7.1
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
|
2020-01-15 07:25:09 +00:00
|
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.8.0 // indirect
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
2020-03-09 07:55:58 +00:00
|
|
|
github.com/golang/mock v1.4.1
|
|
|
|
github.com/golang/protobuf v1.3.4
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
|
|
|
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
|
2020-12-21 13:00:40 +00:00
|
|
|
github.com/keighl/metabolize v0.0.0-20150915210303-97ab655d4034
|
2020-06-23 10:47:17 +00:00
|
|
|
github.com/kilic/bls12-381 v0.0.0-20200607163746-32e1441c8a9f
|
2020-01-15 07:25:09 +00:00
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
2020-03-09 07:55:58 +00:00
|
|
|
github.com/lib/pq v1.3.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
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
2020-11-16 18:31:34 +00:00
|
|
|
github.com/mat/besticon v3.12.0+incompatible
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.6 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.12.0 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.1.1
|
2020-06-23 10:47:17 +00:00
|
|
|
github.com/multiformats/go-multibase v0.0.1
|
|
|
|
github.com/multiformats/go-varint v0.0.5
|
2019-08-27 12:04:15 +00:00
|
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
|
2020-12-15 16:48:15 +00:00
|
|
|
github.com/nfnt/resize v0.0.0-00010101000000-000000000000
|
2019-10-11 05:00:46 +00:00
|
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.2 // indirect
|
2020-09-29 16:09:42 +00:00
|
|
|
github.com/oliamb/cutter v0.2.2
|
2020-07-27 18:21:37 +00:00
|
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/pborman/uuid v1.2.0
|
2020-03-09 07:55:58 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/client_golang v1.5.0
|
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
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/status-im/doubleratchet v3.0.0+incompatible
|
|
|
|
github.com/status-im/keycard-go v0.0.0-20200107115650-f38e9a19958e // indirect
|
2020-10-22 10:36:12 +00:00
|
|
|
github.com/status-im/markdown v0.0.0-20201022101546-c0cbdd5763bf
|
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-03-04 08:30:31 +00:00
|
|
|
github.com/status-im/status-go/extkeys v1.1.2
|
2019-11-14 10:15:58 +00:00
|
|
|
github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501
|
2020-03-09 07:55:58 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2020-02-21 14:48:53 +00:00
|
|
|
github.com/tsenart/tb v0.0.0-20181025101425-0d2499c8b6e9
|
2020-11-24 06:25:54 +00:00
|
|
|
github.com/vacp2p/mvds v0.0.24-0.20201124060106-26d8e94130d8
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/wealdtech/go-ens/v3 v3.3.0
|
2020-07-27 18:21:37 +00:00
|
|
|
go.uber.org/multierr v1.4.0 // indirect
|
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
|
2020-10-02 10:57:54 +00:00
|
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
2021-01-14 22:15:13 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-10-01 16:47:34 +00:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-07-27 18:21:37 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2020-02-10 16:52:43 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200211045251-2de505fc5306 // indirect
|
2020-07-27 18:21:37 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
|
|
|
google.golang.org/grpc v1.25.1 // 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
|
2020-07-27 18:21:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.6 // indirect
|
2019-06-09 07:24:20 +00:00
|
|
|
)
|