25 lines
946 B
Modula-2
25 lines
946 B
Modula-2
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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
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-20200408040146-ea54a3c99b9b // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20200408120641-fbb3ad325eb7 // 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
|
|
)
|