mirror of
https://github.com/oneclickvirt/gostun.git
synced 2025-09-26 19:31:19 +08:00
17 lines
360 B
Modula-2
17 lines
360 B
Modula-2
module github.com/oneclickvirt/gostun
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/stun/v2 v2.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/pion/dtls/v2 v2.2.7 // indirect
|
|
github.com/pion/transport/v2 v2.2.1 // indirect
|
|
github.com/pion/transport/v3 v3.0.1 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
)
|