@@ -12,8 +12,8 @@ require (
12
12
github.com/go-logr/logr v1.4.2
13
13
github.com/go-task/task/v3 v3.41.0
14
14
github.com/joho/godotenv v1.5.1
15
- github.com/livekit/protocol v1.32.1
16
- github.com/livekit/server-sdk-go/v2 v2.4.2
15
+ github.com/livekit/protocol v1.33.1-0.20250207105756-81a3dfbd2aca
16
+ github.com/livekit/server-sdk-go/v2 v2.4.3-0.20250206112024-0e16924f9906
17
17
github.com/pion/rtcp v1.2.15
18
18
github.com/pion/rtp v1.8.11
19
19
github.com/pion/webrtc/v4 v4.0.8
@@ -25,7 +25,7 @@ require (
25
25
go.uber.org/atomic v1.11.0
26
26
golang.org/x/sync v0.11.0
27
27
golang.org/x/time v0.10.0
28
- google.golang.org/protobuf v1.36.4
28
+ google.golang.org/protobuf v1.36.5
29
29
gopkg.in/yaml.v3 v3.0.1
30
30
)
31
31
@@ -36,7 +36,7 @@ require (
36
36
dario.cat/mergo v1.0.0 // indirect
37
37
github.com/Ladicle/tabwriter v1.0.0 // indirect
38
38
github.com/Masterminds/semver/v3 v3.3.1 // indirect
39
- github.com/Microsoft/go-winio v0.6.1 // indirect
39
+ github.com/Microsoft/go-winio v0.6.2 // indirect
40
40
github.com/ProtonMail/go-crypto v1.1.3 // indirect
41
41
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
42
42
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
@@ -86,7 +86,7 @@ require (
86
86
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
87
87
github.com/livekit/mageutil v0.0.0-20230125210925-54e8a70427c1 // indirect
88
88
github.com/livekit/mediatransportutil v0.0.0-20241220010243-a2bdee945564 // indirect
89
- github.com/livekit/psrpc v0.6.1-0.20241018124827-1efff3d113a8 // indirect
89
+ github.com/livekit/psrpc v0.6.1-0.20250205181828-a0beed2e4126 // indirect
90
90
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
91
91
github.com/magefile/mage v1.15.0 // indirect
92
92
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -132,15 +132,13 @@ require (
132
132
go.uber.org/zap v1.27.0 // indirect
133
133
go.uber.org/zap/exp v0.3.0 // indirect
134
134
golang.org/x/crypto v0.32.0 // indirect
135
- golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
136
- golang.org/x/mod v0.22.0 // indirect
135
+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
137
136
golang.org/x/net v0.34.0 // indirect
138
- golang.org/x/sys v0.29 .0 // indirect
137
+ golang.org/x/sys v0.30 .0 // indirect
139
138
golang.org/x/term v0.28.0 // indirect
140
139
golang.org/x/text v0.21.0 // indirect
141
- golang.org/x/tools v0.29.0 // indirect
142
140
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
143
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
141
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
144
142
google.golang.org/grpc v1.70.0 // indirect
145
143
gopkg.in/warnings.v0 v0.1.2 // indirect
146
144
mvdan.cc/sh/v3 v3.10.0 // indirect
0 commit comments