42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module github.com/ossrs/srs-sip
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/magefile/mage v1.15.0
|
|
github.com/ossrs/go-oryx-lib v0.0.9
|
|
github.com/ossrs/srs-bench v0.0.0-20230906232735-aa029b492d0f
|
|
github.com/rs/zerolog v1.32.0
|
|
golang.org/x/net v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/emiago/sipgo v0.22.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/ghettovoice/gosip v0.0.0-20220929080231-de8ba881be83 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.3.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/icholy/digest v0.1.22 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/webrtc/v3 v3.2.9 // indirect
|
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5 // indirect
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
|
|
github.com/yapingcat/gomedia/codec v0.0.0-20220617074658-94762898dc25 // indirect
|
|
github.com/yapingcat/gomedia/mpeg2 v0.0.0-20220617074658-94762898dc25 // indirect
|
|
golang.org/x/crypto v0.9.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/term v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
)
|