aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 8 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1d8840c..d5b7cc6 100644
--- a/go.mod
+++ b/go.mod
@@ -3,23 +3,28 @@ module github.com/ava-labs/coreth
go 1.14
require (
+ github.com/apilayer/freegeoip v3.5.0+incompatible // indirect
github.com/ava-labs/gecko v0.6.1-rc.1
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/docker/docker v1.13.1 // indirect
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-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/snappy v0.0.1
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.4.2
+ github.com/graph-gophers/graphql-go v0.0.0-20200819123640-3b5ddcd884ae // indirect
github.com/hashicorp/go-plugin v1.3.0
github.com/hashicorp/golang-lru v0.5.4
+ github.com/howeyc/fsnotify v0.9.0 // indirect
+ github.com/influxdata/influxdb v1.8.2 // indirect
github.com/mattn/go-colorable v0.1.7
github.com/mattn/go-isatty v0.0.12
+ github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/olekukonko/tablewriter v0.0.4
+ github.com/oschwald/maxminddb-golang v1.7.0 // indirect
github.com/pborman/uuid v1.2.0
github.com/prometheus/tsdb v0.10.0
github.com/rjeczalik/notify v0.9.2
@@ -29,6 +34,7 @@ require (
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/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
gopkg.in/urfave/cli.v1 v1.20.0
)