blob: de599c37c44c6553e96544112303cd8960d275af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/pion/turn/v2
go 1.13
require (
github.com/pion/logging v0.2.2
github.com/pion/randutil v0.1.0
github.com/pion/stun v0.3.5
github.com/pion/transport v0.10.1
github.com/stretchr/testify v1.6.1
)
|