-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 846 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/0x524a/onvif-go
go 1.24
toolchain go1.24.5
require github.com/0x524A/rtspeek v0.0.1
require (
github.com/bluenviron/gortsplib/v4 v4.16.2 // indirect
github.com/bluenviron/mediacommon/v2 v2.4.1 // indirect
github.com/fzipp/gocyclo v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // 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/rtp v1.8.21 // 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/rs/zerolog v1.34.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)