Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions ffi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,19 @@ module github.com/darwinia-network/shadow/ffi
go 1.14

require (
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/deckarep/golang-set v1.7.1
github.com/deckarep/golang-set v1.8.0
github.com/edsrzf/mmap-go v1.0.0
github.com/ethereum/go-ethereum v1.10.4
github.com/ethereum/go-ethereum v1.10.17
github.com/fatih/color v1.7.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/golang/snappy v0.0.3
github.com/golang/snappy v0.0.4
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/holiman/uint256 v1.2.0
github.com/huandu/xstrings v1.3.2
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.3.2
github.com/mitchellh/mapstructure v1.4.1
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/panjf2000/ants v1.2.0
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/regcostajr/go-web3 v0.0.0-20180609031449-555e83b623dd
github.com/shopspring/decimal v1.2.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0
github.com/tuvistavie/securerandom v0.0.0-20140719024926-15512123a948
Expand Down
Loading