module github.com/zcash/lightwalletd go 1.12 require ( github.com/btcsuite/btcd v0.20.1-beta github.com/golang/protobuf v1.3.5 github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/pkg/errors v0.8.1 github.com/prometheus/client_golang v0.9.3 github.com/sirupsen/logrus v1.4.2 github.com/smartystreets/assertions v1.0.1 // indirect github.com/spf13/cobra v0.0.6 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 // indirect golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d // indirect google.golang.org/grpc v1.28.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/ini.v1 v1.51.0 )