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.
srs/trunk/3rdparty/signaling/go.mod

9 lines
146 B
Modula-2

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
)