module github.com/vchain-us/vcn go 1.12 require ( github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect github.com/allegro/bigcache v1.2.1 // indirect github.com/aristanetworks/goarista v0.0.0-20190409234242-46f4bc7b73ef // indirect github.com/blang/semver v3.5.1+incompatible github.com/btcsuite/btcd v0.0.0-20190410025418-9bfb2ca0346b // indirect github.com/caarlos0/spin v1.1.0 github.com/cespare/cp v1.1.1 // indirect github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect github.com/deckarep/golang-set v1.7.1 // indirect github.com/dghubble/sling v1.3.0 github.com/dustin/go-humanize v1.0.0 github.com/edsrzf/mmap-go v1.0.0 // indirect github.com/ethereum/go-ethereum v1.8.27 github.com/fatih/color v1.7.0 github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect github.com/google/go-cmp v0.3.1 github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.3 github.com/h2non/filetype v1.0.10 github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/huin/goupnp v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 github.com/jackpal/go-nat-pmp v1.0.1 // indirect github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 github.com/karalabe/hid v0.0.0-20181128192157-d815e0c1a2e2 // indirect github.com/mattn/go-colorable v0.1.2 github.com/mitchellh/go-homedir v1.1.0 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/pborman/uuid v1.2.0 // indirect github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 github.com/prometheus/prometheus v1.7.2-0.20170814170113-3101606756c5 // indirect github.com/rjeczalik/notify v0.9.2 // indirect github.com/rs/cors v1.7.0 // indirect github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.4.0 github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 github.com/tyler-smith/go-bip39 v1.0.2 golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/urfave/cli.v1 v1.20.0 // indirect gopkg.in/yaml.v2 v2.2.2 launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect ) replace gopkg.in/urfave/cli.v1 v1.20.0 => github.com/urfave/cli v1.22.1