mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
14 lines
370 B
Modula-2
14 lines
370 B
Modula-2
module github.com/pion/sctp
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/transport v0.10.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
go 1.13
|