gitlab.com/flarenetwork/coreth@v0.1.1/go.mod (about) 1 module gitlab.com/flarenetwork/coreth 2 3 go 1.15 4 5 require ( 6 github.com/VictoriaMetrics/fastcache v1.6.0 7 github.com/ava-labs/avalanchego v1.4.13-rc.0.0.20210810160007-5bac885b4998 8 github.com/btcsuite/btcd v0.21.0-beta // indirect 9 github.com/cespare/cp v0.1.0 10 github.com/davecgh/go-spew v1.1.1 11 github.com/deckarep/golang-set v1.7.1 12 github.com/ethereum/go-ethereum v1.10.7 13 github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 14 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 15 github.com/google/uuid v1.1.5 16 github.com/gorilla/rpc v1.2.0 17 github.com/gorilla/websocket v1.4.2 18 github.com/hashicorp/go-plugin v1.3.0 19 github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d 20 github.com/holiman/bloomfilter/v2 v2.0.3 21 github.com/holiman/uint256 v1.2.0 22 github.com/mattn/go-colorable v0.1.8 23 github.com/mattn/go-isatty v0.0.12 24 github.com/olekukonko/tablewriter v0.0.5 25 github.com/prometheus/tsdb v0.10.0 // indirect 26 github.com/rjeczalik/notify v0.9.2 27 github.com/spf13/cast v1.3.1 28 github.com/spf13/pflag v1.0.5 29 github.com/spf13/viper v1.7.1 30 github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 31 github.com/stretchr/testify v1.7.0 32 github.com/tyler-smith/go-bip39 v1.0.2 33 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 34 golang.org/x/text v0.3.6 35 gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 36 gopkg.in/urfave/cli.v1 v1.20.0 37 )