@@ -4,13 +4,13 @@ go 1.23.2
4
4
5
5
replace github.com/go-gst/go-gst => github.com/livekit/go-gst v0.2.34-0.20250213212803-e8b19bcbb3e9
6
6
7
- toolchain go1.23.6
7
+ toolchain go1.24.3
8
8
9
9
require (
10
- github.com/Eyevinn/mp4ff v0.47 .0
10
+ github.com/Eyevinn/mp4ff v0.48 .0
11
11
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66
12
12
github.com/frostbyte73/core v0.1.1
13
- github.com/go-gst/go-glib v1.4.1-0.20241209142714-f53cebf18559
13
+ github.com/go-gst/go-glib v1.4.1-0.20250303082535-35ebad1471fd
14
14
github.com/go-gst/go-gst v1.4.0
15
15
github.com/gorilla/mux v1.8.1
16
16
github.com/livekit/go-rtmp v0.0.0-20230829211117-1c4f5a5c81ed
@@ -19,28 +19,28 @@ require (
19
19
github.com/livekit/protocol v1.37.2-0.20250506041305-86628c07da5e
20
20
github.com/livekit/psrpc v0.6.1-0.20250205181828-a0beed2e4126
21
21
github.com/livekit/server-sdk-go/v2 v2.4.2
22
- github.com/pion/dtls/v3 v3.0.4
22
+ github.com/pion/dtls/v3 v3.0.6
23
23
github.com/pion/interceptor v0.1.37
24
24
github.com/pion/rtcp v1.2.15
25
- github.com/pion/rtp v1.8.11
26
- github.com/pion/sdp/v3 v3.0.10
27
- github.com/pion/webrtc/v4 v4.0.8
28
- github.com/prometheus/client_golang v1.20.5
25
+ github.com/pion/rtp v1.8.15
26
+ github.com/pion/sdp/v3 v3.0.11
27
+ github.com/pion/webrtc/v4 v4.1.0
28
+ github.com/prometheus/client_golang v1.22.0
29
29
github.com/sirupsen/logrus v1.9.3
30
30
github.com/stretchr/testify v1.10.0
31
31
github.com/urfave/cli/v2 v2.27.6
32
32
github.com/yutopp/go-flv v0.3.1
33
33
go.uber.org/atomic v1.11.0
34
- golang.org/x/image v0.24 .0
35
- google.golang.org/grpc v1.70 .0
36
- google.golang.org/protobuf v1.36.5
34
+ golang.org/x/image v0.27 .0
35
+ google.golang.org/grpc v1.72 .0
36
+ google.golang.org/protobuf v1.36.6
37
37
gopkg.in/yaml.v3 v3.0.1
38
38
)
39
39
40
40
require (
41
41
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 // indirect
42
42
buf.build/go/protoyaml v0.3.1 // indirect
43
- cel.dev/expr v0.19 .0 // indirect
43
+ cel.dev/expr v0.20 .0 // indirect
44
44
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
45
45
github.com/benbjohnson/clock v1.3.5 // indirect
46
46
github.com/beorn7/perks v1.0.1 // indirect
@@ -63,7 +63,7 @@ require (
63
63
github.com/hashicorp/errwrap v1.1.0 // indirect
64
64
github.com/hashicorp/go-multierror v1.1.0 // indirect
65
65
github.com/jxskiss/base62 v1.1.0 // indirect
66
- github.com/klauspost/compress v1.17.11 // indirect
66
+ github.com/klauspost/compress v1.18.0 // indirect
67
67
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
68
68
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
69
69
github.com/mackerelio/go-osstat v0.2.5 // indirect
@@ -74,19 +74,19 @@ require (
74
74
github.com/nats-io/nkeys v0.4.9 // indirect
75
75
github.com/nats-io/nuid v1.0.1 // indirect
76
76
github.com/pion/datachannel v1.5.10 // indirect
77
- github.com/pion/ice/v4 v4.0.5 // indirect
77
+ github.com/pion/ice/v4 v4.0.10 // indirect
78
78
github.com/pion/logging v0.2.3 // indirect
79
79
github.com/pion/mdns/v2 v2.0.7 // indirect
80
80
github.com/pion/randutil v0.1.0 // indirect
81
- github.com/pion/sctp v1.8.35 // indirect
81
+ github.com/pion/sctp v1.8.39 // indirect
82
82
github.com/pion/srtp/v3 v3.0.4 // indirect
83
83
github.com/pion/stun/v3 v3.0.0 // indirect
84
84
github.com/pion/transport/v3 v3.0.7 // indirect
85
85
github.com/pion/turn/v4 v4.0.0 // indirect
86
86
github.com/pkg/errors v0.9.1 // indirect
87
87
github.com/pmezard/go-difflib v1.0.0 // indirect
88
88
github.com/prometheus/client_model v0.6.1 // indirect
89
- github.com/prometheus/common v0.55 .0 // indirect
89
+ github.com/prometheus/common v0.62 .0 // indirect
90
90
github.com/prometheus/procfs v0.15.1 // indirect
91
91
github.com/puzpuzpuz/xsync/v3 v3.5.0 // indirect
92
92
github.com/redis/go-redis/v9 v9.7.0 // indirect
@@ -102,10 +102,10 @@ require (
102
102
go.uber.org/zap/exp v0.3.0 // indirect
103
103
golang.org/x/crypto v0.35.0 // indirect
104
104
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
105
- golang.org/x/net v0.34 .0 // indirect
106
- golang.org/x/sync v0.11 .0 // indirect
105
+ golang.org/x/net v0.35 .0 // indirect
106
+ golang.org/x/sync v0.14 .0 // indirect
107
107
golang.org/x/sys v0.30.0 // indirect
108
- golang.org/x/text v0.22 .0 // indirect
109
- google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
110
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
108
+ golang.org/x/text v0.25 .0 // indirect
109
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
110
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
111
111
)
0 commit comments