module github.com/CortexFoundation/CortexTheseus go 1.15 require ( github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba github.com/CortexFoundation/inference v1.0.2-0.20201224021922-b0ffbeb3641a github.com/CortexFoundation/torrentfs v1.0.23-0.20210107061014-4ce882e6c1af github.com/VictoriaMetrics/fastcache v1.5.8-0.20200305212624-8835719dc76c github.com/aristanetworks/goarista v0.0.0-20200513152637-638451432ae4 github.com/arsham/figurine v1.0.1 github.com/aws/aws-sdk-go v1.31.0 github.com/btcsuite/btcd v0.20.1-beta github.com/cespare/cp v1.1.1 github.com/charmbracelet/bubbletea v0.12.1 github.com/cloudflare/cloudflare-go v0.11.7 github.com/davecgh/go-spew v1.1.1 github.com/docker/docker v1.13.1 github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498 github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 github.com/go-stack/stack v1.8.0 github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 github.com/google/gofuzz v1.0.0 github.com/gorilla/websocket v1.4.2 github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d github.com/holiman/uint256 v1.1.1 github.com/huin/goupnp v1.0.0 github.com/influxdata/influxdb v1.8.0 github.com/jackpal/go-nat-pmp v1.0.2 github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e github.com/julienschmidt/httprouter v1.3.0 github.com/lucasb-eyer/go-colorful v1.0.3 github.com/mattn/go-colorable v0.1.7 github.com/mattn/go-isatty v0.0.13-0.20200128103942-cb30d6282491 github.com/muesli/reflow v0.2.0 github.com/muesli/termenv v0.7.4 github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416 github.com/olekukonko/tablewriter v0.0.5-0.20200416053754-163badb3bac6 github.com/pborman/uuid v1.2.0 github.com/peterh/liner v1.2.0 github.com/rakyll/statik v0.1.7 github.com/rjeczalik/notify v0.9.2 github.com/rs/cors v1.7.0 github.com/shirou/gopsutil v3.20.12-0.20201210134652-afe0c04c5d5a+incompatible github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 github.com/stretchr/testify v1.6.1 github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca github.com/ucwong/color v1.10.1-0.20200624105241-fba1e010fe1e github.com/ucwong/golang-set v1.8.1-0.20200419153428-d7b0b1ac2d43 github.com/ucwong/tsdb v0.10.4-0.20200518132041-df9cb51f3a80 github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d golang.org/x/text v0.3.4-0.20200826142016-a8b467125457 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 gopkg.in/urfave/cli.v1 v1.20.0 )