dc4bc/go.mod

27 lines
929 B
Modula-2
Raw Normal View History

module github.com/depools/dc4bc
2020-07-22 04:53:06 -07:00
go 1.13
require (
2020-10-05 10:07:02 -07:00
github.com/corestario/kyber v1.5.0
2020-09-29 07:07:50 -07:00
github.com/depools/kyber-bls12381 v0.0.0-20200929134032-c24859b7d890
2020-07-30 03:29:47 -07:00
github.com/golang/mock v1.4.4
2020-09-24 10:12:38 -07:00
github.com/google/go-cmp v0.2.0
github.com/google/uuid v1.1.1
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
2020-07-28 07:52:05 -07:00
github.com/looplab/fsm v0.1.0
2020-07-22 04:53:06 -07:00
github.com/makiuchi-d/gozxing v0.0.0-20190830103442-eaff64b1ceb7
2020-09-07 03:30:03 -07:00
github.com/segmentio/kafka-go v0.4.2
2020-07-22 04:53:06 -07:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2020-08-04 00:45:32 -07:00
github.com/spf13/cobra v1.0.0
2020-07-29 14:49:41 -07:00
github.com/stretchr/testify v1.6.1
2020-07-30 03:29:47 -07:00
github.com/syndtr/goleveldb v1.0.0
2020-09-02 09:02:44 -07:00
gocv.io/x/gocv v0.24.0
2020-09-17 09:31:14 -07:00
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
2020-07-30 03:29:47 -07:00
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
2020-09-24 10:12:38 -07:00
lukechampine.com/frand v1.3.0
2020-07-22 04:53:06 -07:00
)
2020-07-23 06:29:20 -07:00
2020-08-30 09:23:48 -07:00
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5