File: go.mod

package info (click to toggle)
golang-github-pion-ice.v2 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: makefile: 5
file content (18 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.2.6
	github.com/pion/logging v0.2.2
	github.com/pion/mdns v0.0.7
	github.com/pion/randutil v0.1.0
	github.com/pion/stun v0.4.0
	github.com/pion/transport/v2 v2.0.2
	github.com/pion/turn/v2 v2.1.0
	github.com/stretchr/testify v1.8.1
	golang.org/x/net v0.7.0
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)