zcashrpc/go.mod

18 lines
625 B
Modula-2
Raw Normal View History

2019-08-23 20:51:21 +00:00
module cwtch.im/zcash2cwtch
go 1.12
require (
cwtch.im/tapir v0.1.10
git.openprivacy.ca/openprivacy/libricochet-go v1.0.6
github.com/golang/protobuf v1.3.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)