mirror of
https://github.com/status-im/status-go.git
synced 2025-01-25 14:08:55 +00:00
88a1d0111e
This commit adds handling of Transaction commands.
15 lines
370 B
Modula-2
15 lines
370 B
Modula-2
module github.com/libp2p/go-libp2p-secio
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/libp2p/go-libp2p-core v0.2.4
|
|
github.com/libp2p/go-libp2p-testing v0.0.2
|
|
github.com/libp2p/go-msgio v0.0.4
|
|
github.com/minio/sha256-simd v0.1.1
|
|
github.com/multiformats/go-multihash v0.0.8
|
|
)
|