mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
* added todos * started working on more responsive code * removing unused * unused * only returning arrays, using map function * added insertation functions * major cleanup * pointer * more changes * minor * removes payloads once theyre sent * we dont need the checking was a bug * no longer needs go routine * not using go routine anymore * minor changes as suggested * atomic * Update README.md
15 lines
464 B
Modula-2
15 lines
464 B
Modula-2
module github.com/status-im/mvds
|
|
|
|
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/protobuf v1.3.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
|
|
golang.org/x/tools v0.0.0-20190525145741-7be61e1b0e51
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|