mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
11 lines
220 B
Modula-2
11 lines
220 B
Modula-2
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
|