File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/livekit/livekit-cli/v2
22
33go 1.25.0
44
5- replace github.com/livekit/server-sdk-go/v2 => ../server-sdk-go
6-
75require (
86 github.com/BurntSushi/toml v1.5.0
97 github.com/Masterminds/semver/v3 v3.4.0
@@ -15,7 +13,7 @@ require (
1513 github.com/go-task/task/v3 v3.44.1
1614 github.com/joho/godotenv v1.5.1
1715 github.com/livekit/protocol v1.42.2-0.20251016024155-8cf58ff15ac6
18- github.com/livekit/server-sdk-go/v2 v2.11.4-0.20251009161714-f90dc6f3d8bb
16+ github.com/livekit/server-sdk-go/v2 v2.12.0
1917 github.com/moby/patternmatcher v0.6.0
2018 github.com/pelletier/go-toml v1.9.5
2119 github.com/pion/rtcp v1.2.15
Original file line number Diff line number Diff line change @@ -271,6 +271,8 @@ github.com/livekit/protocol v1.42.2-0.20251016024155-8cf58ff15ac6 h1:Tby1v0yn0XC
271271github.com/livekit/protocol v1.42.2-0.20251016024155-8cf58ff15ac6 /go.mod h1:vhMS30QoEyH2p34vi6X1eWkC4EMV72ZGZwQb74ajY7A =
272272github.com/livekit/psrpc v0.7.0 h1:rtfqfjYN06WJYloE/S0nmkJ/Y04x4pxLQLe8kQ4FVHU =
273273github.com/livekit/psrpc v0.7.0 /go.mod h1:AuDC5uOoEjQJEc69v4Li3t77Ocz0e0NdjQEuFfO+vfk =
274+ github.com/livekit/server-sdk-go/v2 v2.12.0 h1:2EciGwgQlyADFjhVRFJp7x9Y68GcWAZ/2T6jNZKQ9g4 =
275+ github.com/livekit/server-sdk-go/v2 v2.12.0 /go.mod h1:6EZr5pBYOJ4cT1i5YnZ/L+GOeOqx6e6fKtVgU8itXuc =
274276github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY =
275277github.com/lucasb-eyer/go-colorful v1.2.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
276278github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg =
Original file line number Diff line number Diff line change 1515package livekitcli
1616
1717const (
18- Version = "2.6.3 "
18+ Version = "2.12.0 "
1919)
You can’t perform that action at this time.
0 commit comments