mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
4 years ago
|
module github.com/ossrs/signaling
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/ossrs/go-oryx-lib v0.0.8
|
||
|
golang.org/x/net v0.0.0-20210502030024-e5908800b52b
|
||
|
)
|