All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.pion.ice.v2.go.mod Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
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.3
	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.8
	github.com/stretchr/testify v1.7.1
	golang.org/x/net v0.0.0-20220401154927-543a649e0bdd
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy