dc4bc/go.mod

28 lines
1.1 KiB
Modula-2
Raw Permalink Normal View History

2020-11-05 01:43:54 -08:00
module github.com/lidofinance/dc4bc
2020-07-22 04:53:06 -07:00
go 1.13
require (
2020-11-01 09:59:26 -08:00
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
2020-11-10 07:19:36 -08:00
github.com/corestario/kyber v1.6.1-0.20201110123848-0eac241a9f75
2020-07-30 03:29:47 -07:00
github.com/golang/mock v1.4.4
2020-10-14 08:16:50 -07:00
github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.1.1
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
2020-07-22 04:53:06 -07:00
github.com/makiuchi-d/gozxing v0.0.0-20190830103442-eaff64b1ceb7
2020-11-01 09:59:26 -08:00
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
2020-10-14 08:16:50 -07:00
github.com/prysmaticlabs/prysm v1.0.0-alpha.29.0.20201014075528-022b6667e5d0
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-11-20 05:52:16 -08:00
github.com/spf13/viper v1.7.1
2020-07-29 14:49:41 -07:00
github.com/stretchr/testify v1.6.1
2020-10-14 08:16:50 -07:00
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
2020-09-02 09:02:44 -07:00
gocv.io/x/gocv v0.24.0
2020-11-10 04:26:59 -08:00
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2020-11-01 09:59:26 -08:00
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
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-10-14 08:16:50 -07:00
replace github.com/ethereum/go-ethereum => github.com/ethereum/go-ethereum v1.9.22