@@ -2,21 +2,21 @@ module github.com/livekit/livekit-cli/v2
2
2
3
3
go 1.24.4
4
4
5
- toolchain go1.25.0
5
+ toolchain go1.25.1
6
6
7
7
require (
8
8
github.com/BurntSushi/toml v1.5.0
9
9
github.com/Masterminds/semver/v3 v3.4.0
10
- github.com/charmbracelet/huh v0.7.1-0.20250818142555-c41a69ba6443
11
- github.com/charmbracelet/huh/spinner v0.0.0-20250818142555-c41a69ba6443
10
+ github.com/charmbracelet/huh v0.7.1-0.20250922092005-ac0ddb02289d
11
+ github.com/charmbracelet/huh/spinner v0.0.0-20250922092005-ac0ddb02289d
12
12
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
13
13
github.com/frostbyte73/core v0.1.1
14
14
github.com/go-logr/logr v1.4.3
15
- github.com/go-task/task/v3 v3.44.1
15
+ github.com/go-task/task/v3 v3.45.4
16
16
github.com/joho/godotenv v1.5.1
17
17
github.com/livekit/protocol v1.41.0
18
18
github.com/livekit/server-sdk-go/v2 v2.11.3
19
- github.com/moby/buildkit v0.23.2
19
+ github.com/moby/buildkit v0.24.0
20
20
github.com/moby/patternmatcher v0.6.0
21
21
github.com/pion/rtcp v1.2.15
22
22
github.com/pion/rtp v1.8.21
@@ -28,11 +28,11 @@ require (
28
28
github.com/twitchtv/twirp v8.1.3+incompatible
29
29
github.com/urfave/cli/v3 v3.4.1
30
30
go.uber.org/atomic v1.11.0
31
- golang.org/x/sync v0.16 .0
32
- golang.org/x/time v0.12 .0
33
- google.golang.org/protobuf v1.36.8
31
+ golang.org/x/sync v0.17 .0
32
+ golang.org/x/time v0.13 .0
33
+ google.golang.org/protobuf v1.36.9
34
34
gopkg.in/yaml.v3 v3.0.1
35
- k8s.io/apimachinery v0.33.4
35
+ k8s.io/apimachinery v0.34.1
36
36
)
37
37
38
38
require (
@@ -44,7 +44,7 @@ require (
44
44
github.com/Ladicle/tabwriter v1.0.0 // indirect
45
45
github.com/Microsoft/go-winio v0.6.2 // indirect
46
46
github.com/ProtonMail/go-crypto v1.3.0 // indirect
47
- github.com/alecthomas/chroma/v2 v2.19 .0 // indirect
47
+ github.com/alecthomas/chroma/v2 v2.20 .0 // indirect
48
48
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
49
49
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
50
50
github.com/atotto/clipboard v0.1.4 // indirect
@@ -56,16 +56,16 @@ require (
56
56
github.com/cespare/xxhash/v2 v2.3.0 // indirect
57
57
github.com/chainguard-dev/git-urls v1.0.2 // indirect
58
58
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
59
- github.com/charmbracelet/bubbletea v1.3.6 // indirect
59
+ github.com/charmbracelet/bubbletea v1.3.9 // indirect
60
60
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
61
- github.com/charmbracelet/x/ansi v0.9.3 // indirect
61
+ github.com/charmbracelet/x/ansi v0.10.1 // indirect
62
62
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
63
63
github.com/charmbracelet/x/exp/strings v0.0.0-20240809174237-9ab0ca04ce0c // indirect
64
64
github.com/charmbracelet/x/term v0.2.1 // indirect
65
65
github.com/cloudflare/circl v1.6.1 // indirect
66
66
github.com/containerd/console v1.0.5 // indirect
67
67
github.com/containerd/containerd/api v1.9.0 // indirect
68
- github.com/containerd/containerd/v2 v2.1.3 // indirect
68
+ github.com/containerd/containerd/v2 v2.1.4 // indirect
69
69
github.com/containerd/continuity v0.4.5 // indirect
70
70
github.com/containerd/errdefs v1.0.0 // indirect
71
71
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -87,7 +87,7 @@ require (
87
87
github.com/fatih/color v1.18.0 // indirect
88
88
github.com/felixge/httpsnoop v1.0.4 // indirect
89
89
github.com/fsnotify/fsnotify v1.9.0 // indirect
90
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
90
+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
91
91
github.com/gammazero/deque v1.1.0 // indirect
92
92
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
93
93
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -107,16 +107,15 @@ require (
107
107
github.com/google/uuid v1.6.0 // indirect
108
108
github.com/gorilla/websocket v1.5.3 // indirect
109
109
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
110
- github.com/hashicorp/errwrap v1.1.0 // indirect
111
110
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
112
- github.com/hashicorp/go-multierror v1.1.1 // indirect
113
111
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
114
112
github.com/in-toto/in-toto-golang v0.9.0 // indirect
115
113
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
116
114
github.com/jxskiss/base62 v1.1.0 // indirect
117
115
github.com/kevinburke/ssh_config v1.2.0 // indirect
118
116
github.com/klauspost/compress v1.18.0 // indirect
119
117
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
118
+ github.com/klauspost/pgzip v1.2.6 // indirect
120
119
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
121
120
github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731 // indirect
122
121
github.com/livekit/mediatransportutil v0.0.0-20250825135402-7bc31f107ade // indirect
@@ -142,6 +141,7 @@ require (
142
141
github.com/opencontainers/go-digest v1.0.0 // indirect
143
142
github.com/opencontainers/image-spec v1.1.1 // indirect
144
143
github.com/opencontainers/runc v1.2.3 // indirect
144
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
145
145
github.com/pion/datachannel v1.5.10 // indirect
146
146
github.com/pion/dtls/v3 v3.0.7 // indirect
147
147
github.com/pion/ice/v4 v4.0.10 // indirect
@@ -177,14 +177,16 @@ require (
177
177
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
178
178
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
179
179
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab // indirect
180
+ github.com/u-root/u-root v0.14.1-0.20250807200646-5e7721023dc7 // indirect
181
+ github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
180
182
github.com/wlynxg/anet v0.0.5 // indirect
181
183
github.com/x448/float16 v0.8.4 // indirect
182
184
github.com/xanzy/ssh-agent v0.3.3 // indirect
183
185
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
184
186
github.com/zeebo/xxh3 v1.0.2 // indirect
185
187
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
186
188
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
187
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56 .0 // indirect
189
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60 .0 // indirect
188
190
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
189
191
go.opentelemetry.io/otel v1.37.0 // indirect
190
192
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
@@ -199,13 +201,15 @@ require (
199
201
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
200
202
golang.org/x/mod v0.27.0 // indirect
201
203
golang.org/x/net v0.43.0 // indirect
202
- golang.org/x/sys v0.35 .0 // indirect
203
- golang.org/x/term v0.34 .0 // indirect
204
+ golang.org/x/sys v0.36 .0 // indirect
205
+ golang.org/x/term v0.35 .0 // indirect
204
206
golang.org/x/text v0.28.0 // indirect
205
207
google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect
206
208
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
207
209
google.golang.org/grpc v1.75.0 // indirect
208
210
gopkg.in/inf.v0 v0.9.1 // indirect
209
211
gopkg.in/warnings.v0 v0.1.2 // indirect
212
+ mvdan.cc/sh/moreinterp v0.0.0-20250915182820-b717ad599e17 // indirect
210
213
mvdan.cc/sh/v3 v3.12.0 // indirect
214
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
211
215
)
0 commit comments