28 lines
849 B
Modula-2
28 lines
849 B
Modula-2
module github.com/jonas-koeritz/actioncam
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/icza/bitio v1.0.0
|
|
github.com/spf13/cobra v1.1.3
|
|
)
|
|
|
|
require (
|
|
github.com/bluenviron/gortsplib/v5 v5.2.0 // indirect
|
|
github.com/bluenviron/mediacommon/v2 v2.5.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/pion/logging v0.2.4 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.16 // indirect
|
|
github.com/pion/rtp v1.8.25 // indirect
|
|
github.com/pion/sdp/v3 v3.0.16 // indirect
|
|
github.com/pion/srtp/v3 v3.0.8 // indirect
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
)
|