Files
dasy/vendor/modules.txt
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

25 lines
875 B
Plaintext

# github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17
github.com/btcsuite/btcd/btcec
# github.com/ethereum/go-ethereum v1.8.27
github.com/ethereum/go-ethereum/crypto
github.com/ethereum/go-ethereum/common
github.com/ethereum/go-ethereum/common/math
github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/ethereum/go-ethereum/rlp
github.com/ethereum/go-ethereum/common/hexutil
# github.com/golang/mock v1.3.1
github.com/golang/mock/gomock
# github.com/golang/protobuf v1.3.2
github.com/golang/protobuf/proto
# github.com/pkg/errors v0.8.1
github.com/pkg/errors
# github.com/vacp2p/mvds v0.0.20
github.com/vacp2p/mvds/protobuf
github.com/vacp2p/mvds/state
github.com/vacp2p/mvds/store
# golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/crypto/sha3
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
golang.org/x/sys/cpu
golang.org/x/sys/unix