dasy/go.mod

16 lines
469 B
Modula-2

module github.com/vacp2p/dasy
go 1.12
require (
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/vacp2p/mvds v0.0.20
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)