lightwalletd/go.mod

25 lines
946 B
Modula-2
Raw Normal View History

2020-01-31 14:17:03 -08:00
module github.com/zcash/lightwalletd
go 1.12
2018-09-19 16:17:06 -07:00
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
2019-12-19 07:00:22 -08:00
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
2019-12-19 07:00:22 -08:00
github.com/smartystreets/assertions v1.0.1 // indirect
2020-03-03 13:17:15 -08:00
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
2019-12-19 07:00:22 -08:00
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
2020-04-08 17:06:18 -07:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
2019-12-19 07:00:22 -08:00
golang.org/x/text v0.3.2 // indirect
2020-04-08 17:06:18 -07:00
google.golang.org/genproto v0.0.0-20200408120641-fbb3ad325eb7 // indirect
google.golang.org/grpc v1.28.1
2019-12-19 07:00:22 -08:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.0
)