mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 19:58:29 +00:00
19 lines
501 B
Modula-2
19 lines
501 B
Modula-2
module github.com/pion/ice/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pion/dtls/v2 v2.1.1
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/mdns v0.0.5
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pion/transport v0.13.0
|
|
github.com/pion/turn/v2 v2.0.6
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|