File: go.mod

package info (click to toggle)
golang-github-pion-webrtc.v3 3.1.56-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,392 kB
  • sloc: javascript: 595; sh: 28; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.5
	github.com/pion/dtls/v2 v2.2.6
	github.com/pion/ice/v2 v2.3.1
	github.com/pion/interceptor v0.1.12
	github.com/pion/logging v0.2.2
	github.com/pion/randutil v0.1.0
	github.com/pion/rtcp v1.2.10
	github.com/pion/rtp v1.7.13
	github.com/pion/sctp v1.8.6
	github.com/pion/sdp/v3 v3.0.6
	github.com/pion/srtp/v2 v2.0.12
	github.com/pion/transport/v2 v2.0.2
	github.com/sclevine/agouti v3.0.0+incompatible
	github.com/stretchr/testify v1.8.1
	golang.org/x/crypto v0.6.0 // indirect
	golang.org/x/net v0.7.0
)