Skip to content

Commit 1ff6ee6

Browse files
fix(deps): update livekit deps
Generated by renovateBot
1 parent 9434daf commit 1ff6ee6

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain go1.24.3
66

77
require (
88
github.com/BurntSushi/toml v1.5.0
9+
github.com/Masterminds/semver/v3 v3.3.1
910
github.com/charmbracelet/huh v0.7.0
1011
github.com/charmbracelet/huh/spinner v0.0.0-20250602115108-fe12c0e929d3
1112
github.com/charmbracelet/lipgloss v1.1.0
@@ -14,11 +15,11 @@ require (
1415
github.com/go-task/task/v3 v3.43.3
1516
github.com/google/osv-scanner v1.9.2
1617
github.com/joho/godotenv v1.5.1
17-
github.com/livekit/protocol v1.39.4-0.20250718180328-5934235d53ec
18-
github.com/livekit/server-sdk-go/v2 v2.9.2-0.20250721202815-cc45e29e93d6
18+
github.com/livekit/protocol v1.39.4-0.20250729125216-1a9149204316
19+
github.com/livekit/server-sdk-go/v2 v2.9.2
1920
github.com/moby/buildkit v0.22.0
2021
github.com/pion/rtcp v1.2.15
21-
github.com/pion/rtp v1.8.20
22+
github.com/pion/rtp v1.8.21
2223
github.com/pion/webrtc/v4 v4.1.3
2324
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2425
github.com/pkg/errors v0.9.1
@@ -27,22 +28,21 @@ require (
2728
github.com/twitchtv/twirp v8.1.3+incompatible
2829
github.com/urfave/cli/v3 v3.3.3
2930
go.uber.org/atomic v1.11.0
30-
golang.org/x/sync v0.15.0
31+
golang.org/x/sync v0.16.0
3132
golang.org/x/time v0.11.0
3233
google.golang.org/protobuf v1.36.6
3334
gopkg.in/yaml.v3 v3.0.1
3435
k8s.io/apimachinery v0.33.1
3536
)
3637

3738
require (
38-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250625184727-c923a0c2a132.1 // indirect
39-
buf.build/go/protovalidate v0.13.1 // indirect
39+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250717185734-6c6e0d3c608e.1 // indirect
40+
buf.build/go/protovalidate v0.14.0 // indirect
4041
buf.build/go/protoyaml v0.6.0 // indirect
4142
cel.dev/expr v0.24.0 // indirect
4243
dario.cat/mergo v1.0.1 // indirect
4344
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
4445
github.com/Ladicle/tabwriter v1.0.0 // indirect
45-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
4646
github.com/Microsoft/go-winio v0.6.2 // indirect
4747
github.com/ProtonMail/go-crypto v1.1.6 // indirect
4848
github.com/alecthomas/chroma/v2 v2.16.0 // indirect
@@ -88,7 +88,7 @@ require (
8888
github.com/felixge/httpsnoop v1.0.4 // indirect
8989
github.com/fsnotify/fsnotify v1.9.0 // indirect
9090
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
91-
github.com/gammazero/deque v1.0.0 // indirect
91+
github.com/gammazero/deque v1.1.0 // indirect
9292
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9393
github.com/go-git/go-billy/v5 v5.6.2 // indirect
9494
github.com/go-git/go-git/v5 v5.16.0 // indirect
@@ -101,7 +101,7 @@ require (
101101
github.com/gogo/protobuf v1.3.2 // indirect
102102
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
103103
github.com/golang/protobuf v1.5.4 // indirect
104-
github.com/google/cel-go v0.25.0 // indirect
104+
github.com/google/cel-go v0.26.0 // indirect
105105
github.com/google/go-cmp v0.7.0 // indirect
106106
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
107107
github.com/google/uuid v1.6.0 // indirect
@@ -116,7 +116,7 @@ require (
116116
github.com/jxskiss/base62 v1.1.0 // indirect
117117
github.com/kevinburke/ssh_config v1.2.0 // indirect
118118
github.com/klauspost/compress v1.18.0 // indirect
119-
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
119+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
120120
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
121121
github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731 // indirect
122122
github.com/livekit/mediatransportutil v0.0.0-20250519131108-fb90f5acfded // indirect
@@ -152,7 +152,7 @@ require (
152152
github.com/pion/mdns/v2 v2.0.7 // indirect
153153
github.com/pion/randutil v0.1.0 // indirect
154154
github.com/pion/sctp v1.8.39 // indirect
155-
github.com/pion/sdp/v3 v3.0.14 // indirect
155+
github.com/pion/sdp/v3 v3.0.15 // indirect
156156
github.com/pion/srtp/v3 v3.0.6 // indirect
157157
github.com/pion/stun/v3 v3.0.0 // indirect
158158
github.com/pion/transport/v3 v3.0.7 // indirect
@@ -197,15 +197,15 @@ require (
197197
go.uber.org/multierr v1.11.0 // indirect
198198
go.uber.org/zap v1.27.0 // indirect
199199
go.uber.org/zap/exp v0.3.0 // indirect
200-
golang.org/x/crypto v0.39.0 // indirect
201-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
202-
golang.org/x/mod v0.25.0 // indirect
203-
golang.org/x/net v0.41.0 // indirect
204-
golang.org/x/sys v0.33.0 // indirect
205-
golang.org/x/term v0.32.0 // indirect
206-
golang.org/x/text v0.26.0 // indirect
207-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
208-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
200+
golang.org/x/crypto v0.40.0 // indirect
201+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
202+
golang.org/x/mod v0.26.0 // indirect
203+
golang.org/x/net v0.42.0 // indirect
204+
golang.org/x/sys v0.34.0 // indirect
205+
golang.org/x/term v0.33.0 // indirect
206+
golang.org/x/text v0.27.0 // indirect
207+
google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
208+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 // indirect
209209
google.golang.org/grpc v1.73.0 // indirect
210210
gopkg.in/inf.v0 v0.9.1 // indirect
211211
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)