@@ -21,47 +21,59 @@ require (
2121 github.com/dop251/goja v0.0.0-20200106141417-aaec0e7bde29
2222 github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
2323 github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
24- github.com/fatih/color v1.3 .0
24+ github.com/fatih/color v1.7 .0
2525 github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
2626 github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
2727 github.com/go-ole/go-ole v1.2.1 // indirect
2828 github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
2929 github.com/go-stack/stack v1.8.0
30- github.com/golang/protobuf v1.3.2-0.20190517061210-b285ee9cfc6c
30+ github.com/golang/protobuf v1.3.2
3131 github.com/golang/snappy v0.0.1
3232 github.com/google/go-cmp v0.3.1 // indirect
33- github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
33+ github.com/gorilla/websocket v1.4.2
3434 github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
35- github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
35+ github.com/hashicorp/golang-lru v0.5.4
3636 github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3
3737 github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
38+ github.com/ipfs/go-block-format v0.0.2
39+ github.com/ipfs/go-cid v0.0.7
40+ github.com/ipfs/go-ipfs-blockstore v1.0.1
41+ github.com/ipfs/go-ipfs-ds-help v1.0.0
42+ github.com/ipfs/go-ipld-format v0.2.0
3843 github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
39- github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
44+ github.com/jmoiron/sqlx v1.2.0
45+ github.com/julienschmidt/httprouter v1.2.0
4046 github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356
41- github.com/kr/pretty v0.1.0 // indirect
4247 github.com/kylelemons/godebug v1.1.0 // indirect
43- github.com/mattn/go-colorable v0.1.0
44- github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035
48+ github.com/lib/pq v1.8.0
49+ github.com/mattn/go-colorable v0.1.1
50+ github.com/mattn/go-isatty v0.0.5
51+ github.com/multiformats/go-multihash v0.0.14
4552 github.com/naoina/go-stringutil v0.1.0 // indirect
4653 github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
4754 github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
55+ github.com/onsi/ginkgo v1.7.0
56+ github.com/onsi/gomega v1.4.3
4857 github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
4958 github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
50- github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150
59+ github.com/prometheus/client_golang v0.9.3
60+ github.com/prometheus/tsdb v0.7.1
5161 github.com/rjeczalik/notify v0.9.1
5262 github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
5363 github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect
64+ github.com/sirupsen/logrus v1.7.0
65+ github.com/spf13/viper v1.7.1
5466 github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
5567 github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
5668 github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
5769 github.com/stretchr/testify v1.4.0
5870 github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
5971 github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
6072 github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
61- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
73+ golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
6274 golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
63- golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
64- golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
75+ golang.org/x/sync v0.0.0-20190423024810-112230192c58
76+ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
6577 golang.org/x/text v0.3.2
6678 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
6779 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
0 commit comments