module github.com/vchain-us/vcn go 1.15 require ( github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/allegro/bigcache v1.2.1 // indirect github.com/aokoli/goutils v1.1.0 // 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/codenotary/immudb v0.9.1-0.20210116234611-354c138186a5 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/envoyproxy/protoc-gen-validate v0.4.1 // indirect github.com/ethereum/go-ethereum v1.8.27 github.com/fatih/color v1.9.0 github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect github.com/gogo/protobuf v1.3.1 // indirect github.com/google/go-cmp v0.5.0 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.4 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/huin/goupnp v1.0.0 // indirect github.com/imdario/mergo v0.3.11 // indirect github.com/inconshreveable/mousetrap v1.0.0 github.com/jackpal/go-nat-pmp v1.0.2 // indirect github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 github.com/karalabe/hid v1.0.0 // indirect github.com/mattn/go-colorable v0.1.4 github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/mwitkow/go-proto-validators v0.3.2 // indirect 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/pseudomuto/protoc-gen-doc v1.3.2 // indirect github.com/rjeczalik/notify v0.9.2 // indirect github.com/rs/cors v1.7.0 // indirect github.com/schollz/progressbar/v3 v3.7.0 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.6.3 github.com/stretchr/testify v1.6.1 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 github.com/vchain-us/ledger-compliance-go v0.0.0-20210117000217-59111236283e golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 google.golang.org/grpc v1.34.0 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.4.0 launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect )