27 lines
1018 B
Modula-2
27 lines
1018 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.4.1
|
|
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 v1.5.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
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
|
|
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
|
|
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84 // indirect
|
|
google.golang.org/grpc v1.29.1
|
|
google.golang.org/protobuf v1.22.0
|
|
gopkg.in/ini.v1 v1.51.0
|
|
)
|