You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
537 B
21 lines
537 B
module github.com/cacggghp/vk-turn-proxy
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/cbeuw/connutil v1.0.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/pion/dtls/v3 v3.0.10
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/turn/v5 v5.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/stun/v3 v3.1.1 // indirect
|
|
github.com/pion/transport/v4 v4.0.1 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|
|
|