mirror of
https://github.com/vacp2p/dasy.git
synced 2026-01-08 22:37:59 -05:00
* started working on payload concept * added crypto * moved into new package, added feed * added nicer feed stuff * minor readme for now * subscribe implemented badly * doc * doc block * cleaned up a little * making a mutex * mock, empty test * test wrapper * started playing around * updated mock * formatted * updated * updated interface * updated * updated * updated mock, rewrote test stuff * todos * added tests * reuse * dont need var
16 lines
469 B
Modula-2
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
|
|
)
|