@@ -3,14 +3,14 @@ module github.com/darwinia-network/shadow/ffi
33go 1.14
44
55require (
6+ github.com/btcsuite/btcd v0.21.0-beta // indirect
67 github.com/deckarep/golang-set v1.7.1
78 github.com/edsrzf/mmap-go v1.0.0
8- github.com/ethereum/go-ethereum v1.9.15
9- github.com/fatih/color v1.3 .0
9+ github.com/ethereum/go-ethereum v1.10.2
10+ github.com/fatih/color v1.7 .0
1011 github.com/go-logfmt/logfmt v0.4.0 // indirect
11- github.com/golang/protobuf v1.3.3 // indirect
12- github.com/golang/snappy v0.0.1
13- github.com/hashicorp/golang-lru v0.5.4
12+ github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
13+ github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
1414 github.com/huandu/xstrings v1.3.2
1515 github.com/mattn/go-isatty v0.0.12 // indirect
1616 github.com/mitchellh/mapstructure v1.3.2
@@ -19,10 +19,10 @@ require (
1919 github.com/prometheus/tsdb v0.7.1 // indirect
2020 github.com/regcostajr/go-web3 v0.0.0-20180609031449-555e83b623dd
2121 github.com/shopspring/decimal v1.2.0
22- github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
22+ github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
2323 github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
2424 github.com/ttacon/libphonenumber v1.1.0
2525 github.com/tuvistavie/securerandom v0.0.0-20140719024926-15512123a948
26- golang.org/x/crypto v0.0.0-20200707235045-ab33eee955e0
27- gopkg.in/yaml.v2 v2.2.8 // indirect
26+ golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
27+ golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe // indirect
2828)
0 commit comments