mirror of
https://github.com/status-im/status-go.git
synced 2025-01-28 23:47:02 +00:00
88a1d0111e
This commit adds handling of Transaction commands.
11 lines
264 B
Modula-2
11 lines
264 B
Modula-2
module github.com/libp2p/go-libp2p-nat
|
|
|
|
require (
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec // indirect
|
|
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
|
|
github.com/libp2p/go-nat v0.0.4
|
|
)
|
|
|
|
go 1.13
|