forcepush this away if i fail

This commit is contained in:
Soph :3 2025-11-24 20:34:02 +02:00
parent 02044c60b4
commit d1f1aae0d3
4 changed files with 277 additions and 156 deletions

21
go.mod
View file

@ -1,8 +1,27 @@
module github.com/jonas-koeritz/actioncam
go 1.16
go 1.23.0
toolchain go1.24.3
require (
github.com/bluenviron/gortsplib/v4 v4.16.2 // or current v4
github.com/icza/bitio v1.0.0
github.com/pion/rtp v1.8.21 // or any recent v1
github.com/spf13/cobra v1.1.3
)
require (
github.com/bluenviron/mediacommon/v2 v2.4.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pion/logging v0.2.3 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.15 // indirect
github.com/pion/sdp/v3 v3.0.15 // indirect
github.com/pion/srtp/v3 v3.0.6 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)