mirror of
https://github.com/pion/ice.git
synced 2025-09-26 19:41:11 +08:00
28 lines
752 B
Modula-2
28 lines
752 B
Modula-2
module github.com/pion/ice/v4
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/pion/dtls/v3 v3.0.7
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/mdns/v2 v2.0.7
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/stun/v3 v3.0.0
|
|
github.com/pion/transport/v3 v3.0.7
|
|
github.com/pion/turn/v4 v4.1.1
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/net v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/wlynxg/anet v0.0.3 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|