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

vendor.github.com.pion.webrtc.v3.go.mod Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
module github.com/pion/webrtc/v3

go 1.13

require (
	github.com/onsi/ginkgo v1.16.5 // indirect
	github.com/onsi/gomega v1.17.0 // indirect
	github.com/pion/datachannel v1.5.2
	github.com/pion/dtls/v2 v2.1.5
	github.com/pion/ice/v2 v2.2.6
	github.com/pion/interceptor v0.1.11
	github.com/pion/logging v0.2.2
	github.com/pion/randutil v0.1.0
	github.com/pion/rtcp v1.2.9
	github.com/pion/rtp v1.7.13
	github.com/pion/sctp v1.8.2
	github.com/pion/sdp/v3 v3.0.5
	github.com/pion/srtp/v2 v2.0.9
	github.com/pion/transport v0.13.0
	github.com/sclevine/agouti v3.0.0+incompatible
	github.com/stretchr/testify v1.7.1
	golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8 // indirect
	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
)

replace github.com/pion/dtls/v2 v2.1.5 => github.com/xiaokangwang/dtls/v2 v2.0.0-20230118142434-16e5cc8ce01c




© 2015 - 2024 Weber Informatics LLC | Privacy Policy