mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 06:47:47 +00:00
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module github.com/libp2p/go-libp2p-nat
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ipfs/go-log/v2 v2.0.3
|
|
github.com/libp2p/go-nat v0.1.0
|
|
)
|