mirror of
https://github.com/netbirdio/ice-old.git
synced 2026-05-22 17:08:24 -07:00
be69d2c2ae
Generated by renovateBot
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.5
|
|
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.1
|
|
github.com/pion/turn/v2 v2.0.8
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|