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.
40 lines
1.4 KiB
40 lines
1.4 KiB
module github.com/cacggghp/vk-turn-proxy
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/bogdanfinn/fhttp v0.6.8
|
|
github.com/bogdanfinn/tls-client v1.14.0
|
|
github.com/bschaatsbergen/dnsdialer v0.0.0-20251225104348-3e7610e8ea45
|
|
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.11
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/transport/v4 v4.0.1
|
|
github.com/pion/turn/v5 v5.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/bdandy/go-errors v1.2.2 // indirect
|
|
github.com/bdandy/go-socks4 v1.2.3 // indirect
|
|
github.com/bogdanfinn/quic-go-utls v1.0.9-utls // indirect
|
|
github.com/bogdanfinn/utls v1.7.7-barnius // indirect
|
|
github.com/bogdanfinn/websocket v1.5.5-barnius // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/klauspost/compress v1.18.2 // indirect
|
|
github.com/miekg/dns v1.1.69 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/stun/v3 v3.1.1 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|
|
|