|
module sport_rec_demo
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.30.0
|
|
github.com/spf13/cobra v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/aler9/gortsplib v0.0.0-20220829125132-e99f799c07e7 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/sdp/v3 v3.0.5 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.34.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
)
|