mirror of
https://github.com/status-im/status-go.git
synced 2025-01-27 15:05:56 +00:00
88a1d0111e
This commit adds handling of Transaction commands.
11 lines
219 B
Modula-2
11 lines
219 B
Modula-2
module github.com/libp2p/go-nat
|
|
|
|
require (
|
|
github.com/huin/goupnp v1.0.0
|
|
github.com/jackpal/gateway v1.0.5
|
|
github.com/jackpal/go-nat-pmp v1.0.1
|
|
github.com/koron/go-ssdp v0.0.0-20191105050749-2e1c40ed0b5d
|
|
)
|
|
|
|
go 1.12
|