@@ -2,17 +2,17 @@ module github.com/livekit/livekit-cli/v2
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.1
6
6
7
7
require (
8
- github.com/BurntSushi/toml v1.4 .0
9
- github.com/charmbracelet/bubbletea v1.2.5-0.20241205214244-9306010a31ee
8
+ github.com/BurntSushi/toml v1.5 .0
9
+ github.com/charmbracelet/bubbletea v1.3.4
10
10
github.com/charmbracelet/huh v0.6.0
11
- github.com/charmbracelet/huh/spinner v0.0.0-20250204190110-031e39c29dad
12
- github.com/charmbracelet/lipgloss v1.0 .0
11
+ github.com/charmbracelet/huh/spinner v0.0.0-20250320133837-17b97fee49c1
12
+ github.com/charmbracelet/lipgloss v1.1 .0
13
13
github.com/frostbyte73/core v0.1.1
14
14
github.com/go-logr/logr v1.4.2
15
- github.com/go-task/task/v3 v3.41.0
15
+ github.com/go-task/task/v3 v3.42.1
16
16
github.com/joho/godotenv v1.5.1
17
17
github.com/livekit/protocol v1.35.1-0.20250319165056-fdacb1a293e5
18
18
github.com/livekit/server-sdk-go/v2 v2.5.1-0.20250319165849-a5f5f6eb2bde
@@ -28,7 +28,7 @@ require (
28
28
github.com/urfave/cli/v3 v3.0.0-beta1
29
29
go.uber.org/atomic v1.11.0
30
30
golang.org/x/sync v0.12.0
31
- golang.org/x/time v0.10 .0
31
+ golang.org/x/time v0.11 .0
32
32
google.golang.org/protobuf v1.36.5
33
33
gopkg.in/yaml.v3 v3.0.1
34
34
k8s.io/apimachinery v0.32.3
@@ -43,8 +43,8 @@ require (
43
43
github.com/Ladicle/tabwriter v1.0.0 // indirect
44
44
github.com/Masterminds/semver/v3 v3.3.1 // indirect
45
45
github.com/Microsoft/go-winio v0.6.2 // indirect
46
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
47
- github.com/alecthomas/chroma/v2 v2.14 .0 // indirect
46
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
47
+ github.com/alecthomas/chroma/v2 v2.15 .0 // indirect
48
48
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
49
49
github.com/atotto/clipboard v0.1.4 // indirect
50
50
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -55,10 +55,12 @@ require (
55
55
github.com/cespare/xxhash/v2 v2.3.0 // indirect
56
56
github.com/chainguard-dev/git-urls v1.0.2 // indirect
57
57
github.com/charmbracelet/bubbles v0.20.0 // indirect
58
+ github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
58
59
github.com/charmbracelet/x/ansi v0.8.0 // indirect
60
+ github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
59
61
github.com/charmbracelet/x/exp/strings v0.0.0-20240809174237-9ab0ca04ce0c // indirect
60
62
github.com/charmbracelet/x/term v0.2.1 // indirect
61
- github.com/cloudflare/circl v1.3.7 // indirect
63
+ github.com/cloudflare/circl v1.6.0 // indirect
62
64
github.com/containerd/console v1.0.4 // indirect
63
65
github.com/containerd/containerd/api v1.8.0 // indirect
64
66
github.com/containerd/containerd/v2 v2.0.3 // indirect
@@ -69,15 +71,15 @@ require (
69
71
github.com/containerd/platforms v1.0.0-rc.1 // indirect
70
72
github.com/containerd/ttrpc v1.2.7 // indirect
71
73
github.com/containerd/typeurl/v2 v2.2.3 // indirect
72
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
74
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
73
75
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
74
76
github.com/dennwc/iters v1.0.1 // indirect
75
77
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
76
78
github.com/distribution/reference v0.6.0 // indirect
77
- github.com/dlclark/regexp2 v1.11.0 // indirect
79
+ github.com/dlclark/regexp2 v1.11.4 // indirect
78
80
github.com/dominikbraun/graph v0.23.0 // indirect
79
81
github.com/dustin/go-humanize v1.0.1 // indirect
80
- github.com/elliotchance/orderedmap/v2 v2.7 .0 // indirect
82
+ github.com/elliotchance/orderedmap/v3 v3.1 .0 // indirect
81
83
github.com/emirpasic/gods v1.18.1 // indirect
82
84
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
83
85
github.com/fatih/color v1.18.0 // indirect
@@ -86,19 +88,19 @@ require (
86
88
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
87
89
github.com/gammazero/deque v1.0.0 // indirect
88
90
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
89
- github.com/go-git/go-billy/v5 v5.6.1 // indirect
90
- github.com/go-git/go-git/v5 v5.13.1 // indirect
91
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
92
+ github.com/go-git/go-git/v5 v5.14.0 // indirect
91
93
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
92
94
github.com/go-logr/stdr v1.2.2 // indirect
93
95
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
94
96
github.com/go-task/template v0.1.0 // indirect
95
97
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
96
98
github.com/gofrs/flock v0.12.1 // indirect
97
99
github.com/gogo/protobuf v1.3.2 // indirect
98
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
100
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
99
101
github.com/golang/protobuf v1.5.4 // indirect
100
102
github.com/google/cel-go v0.24.1 // indirect
101
- github.com/google/go-cmp v0.6 .0 // indirect
103
+ github.com/google/go-cmp v0.7 .0 // indirect
102
104
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
103
105
github.com/google/uuid v1.6.0 // indirect
104
106
github.com/gorilla/websocket v1.5.3 // indirect
@@ -131,7 +133,7 @@ require (
131
133
github.com/morikuni/aec v1.0.0 // indirect
132
134
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
133
135
github.com/muesli/cancelreader v0.2.2 // indirect
134
- github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
136
+ github.com/muesli/termenv v0.16.0 // indirect
135
137
github.com/nats-io/nats.go v1.39.1 // indirect
136
138
github.com/nats-io/nkeys v0.4.10 // indirect
137
139
github.com/nats-io/nuid v1.0.1 // indirect
@@ -150,7 +152,7 @@ require (
150
152
github.com/pion/stun/v3 v3.0.0 // indirect
151
153
github.com/pion/transport/v3 v3.0.7 // indirect
152
154
github.com/pion/turn/v4 v4.0.0 // indirect
153
- github.com/pjbgf/sha1cd v0.3.0 // indirect
155
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
154
156
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
155
157
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
156
158
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
@@ -162,8 +164,8 @@ require (
162
164
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
163
165
github.com/shibumi/go-pathspec v1.3.0 // indirect
164
166
github.com/sirupsen/logrus v1.9.3 // indirect
165
- github.com/skeema/knownhosts v1.3.0 // indirect
166
- github.com/spf13/pflag v1.0.5 // indirect
167
+ github.com/skeema/knownhosts v1.3.1 // indirect
168
+ github.com/spf13/pflag v1.0.6 // indirect
167
169
github.com/stoewer/go-strcase v1.3.0 // indirect
168
170
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a // indirect
169
171
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 // indirect
@@ -172,6 +174,7 @@ require (
172
174
github.com/wlynxg/anet v0.0.5 // indirect
173
175
github.com/x448/float16 v0.8.4 // indirect
174
176
github.com/xanzy/ssh-agent v0.3.3 // indirect
177
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
175
178
github.com/zeebo/xxh3 v1.0.2 // indirect
176
179
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
177
180
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
@@ -197,5 +200,5 @@ require (
197
200
google.golang.org/grpc v1.71.0 // indirect
198
201
gopkg.in/inf.v0 v0.9.1 // indirect
199
202
gopkg.in/warnings.v0 v0.1.2 // indirect
200
- mvdan.cc/sh/v3 v3.10 .0 // indirect
203
+ mvdan.cc/sh/v3 v3.11 .0 // indirect
201
204
)
0 commit comments