diff options
author | Determinant <[email protected]> | 2020-07-30 14:18:44 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-07-30 14:18:44 -0400 |
commit | 0444e66f640999c15496066637841efcc0433934 (patch) | |
tree | c19aec2dced2e9129c880c19c52ca0f87b3d62f6 /go.mod | |
parent | cffa0954bbdb43821d1b71d00f99fb705cecd25b (diff) | |
parent | 1f49826de2bb8bb4f5f99f69fd2beb039b1172d9 (diff) |
Merge branch 'multi-coin'
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ module github.com/ava-labs/coreth go 1.14 + +require ( + github.com/ava-labs/gecko v0.5.7 + github.com/ava-labs/go-ethereum v1.9.3 + github.com/cespare/cp v1.1.1 // indirect + github.com/davecgh/go-spew v1.1.1 + github.com/deckarep/golang-set v1.7.1 + github.com/edsrzf/mmap-go v1.0.0 + github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 + github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 + github.com/golang/snappy v0.0.1 + github.com/gorilla/websocket v1.4.2 + github.com/hashicorp/go-plugin v1.3.0 + github.com/hashicorp/golang-lru v0.5.4 + github.com/mattn/go-colorable v0.1.7 + github.com/mattn/go-isatty v0.0.12 + github.com/olekukonko/tablewriter v0.0.4 + github.com/pborman/uuid v1.2.0 + github.com/prometheus/tsdb v0.10.0 + github.com/rjeczalik/notify v0.9.2 + github.com/rs/cors v1.7.0 + github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 + github.com/tyler-smith/go-bip39 v1.0.2 + github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 + golang.org/x/text v0.3.3 + gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 + gopkg.in/urfave/cli.v1 v1.20.0 +) |