blob: e635596ebee3b08cd00d985a832c740b9f912c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/pion/datachannel
require (
github.com/pion/logging v0.2.2
github.com/pion/sctp v1.7.10
github.com/pion/transport v0.10.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
)
go 1.13
|