lightwalletd/go.mod

19 lines
675 B
Modula-2
Raw Normal View History

module github.com/zcash-hackworks/lightwalletd
go 1.12
2018-09-19 16:17:06 -07:00
require (
2019-01-22 11:05:49 -08:00
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
github.com/golang/protobuf v1.2.0
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
2019-01-22 11:05:49 -08:00
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.0
2018-12-10 15:06:56 -08:00
github.com/sirupsen/logrus v1.2.0
2019-01-22 11:05:49 -08:00
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
2018-12-10 15:06:56 -08:00
google.golang.org/grpc v1.17.0
2019-01-22 11:05:49 -08:00
gopkg.in/ini.v1 v1.41.0
)