mirror of
https://github.com/xmdhs/natupnp.git
synced 2025-10-30 01:51:54 +08:00
19 lines
452 B
Modula-2
19 lines
452 B
Modula-2
module github.com/xmdhs/natupnp
|
|
|
|
go 1.20
|
|
|
|
require github.com/pion/stun v0.5.2
|
|
|
|
require github.com/libp2p/go-reuseport v0.3.0
|
|
|
|
require (
|
|
github.com/huin/goupnp v1.2.0
|
|
github.com/pion/dtls/v2 v2.2.6 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/transport/v2 v2.2.0 // indirect
|
|
github.com/pion/udp/v2 v2.0.1 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/sync v0.2.0
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
)
|