Files
dasy/go.mod
Dean Eigenmann ae2fb13f53 feature/payloads (#7)
* 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
2019-08-07 14:31:32 +02:00

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
)