File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/go-task/task/v3 v3.44.1
1414 github.com/joho/godotenv v1.5.1
1515 github.com/livekit/protocol v1.45.0
16- github.com/livekit/server-sdk-go/v2 v2.14 .0
16+ github.com/livekit/server-sdk-go/v2 v2.15 .0
1717 github.com/mattn/go-isatty v0.0.20
1818 github.com/moby/patternmatcher v0.6.0
1919 github.com/modelcontextprotocol/go-sdk v1.4.0
Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ github.com/livekit/protocol v1.45.0 h1:e2ubU+rKYegn8f/6SGdKQKVCRfBkK1m0J0Rl5MJmn
277277github.com/livekit/protocol v1.45.0 /go.mod h1:63AUi0vQak6Y6gPqSBHLc+ExYTUwEqF/m4b2IRW1iO0 =
278278github.com/livekit/psrpc v0.7.1 h1:ms37az0QTD3UXIWuUC5D/SkmKOlRMVRsI261eBWu/Vw =
279279github.com/livekit/psrpc v0.7.1 /go.mod h1:bZ4iHFQptTkbPnB0LasvRNu/OBYXEu1NA6O5BMFo9kk =
280- github.com/livekit/server-sdk-go/v2 v2.14 .0 h1:yy7LsR1+64DHC2i4DxZe1xX4ScVq+S3CvgpvHRruEec =
281- github.com/livekit/server-sdk-go/v2 v2.14 .0 /go.mod h1:+HCKTpzV21b/jvBtu+OmWbquUxaL74kHLI9ZwKmdhKU =
280+ github.com/livekit/server-sdk-go/v2 v2.15 .0 h1:9nlzJhK6Uh6VrcL6avs3m8Xgt0893Y1cfqAVcJCXsck =
281+ github.com/livekit/server-sdk-go/v2 v2.15 .0 /go.mod h1:+HCKTpzV21b/jvBtu+OmWbquUxaL74kHLI9ZwKmdhKU =
282282github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY =
283283github.com/lucasb-eyer/go-colorful v1.2.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
284284github.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.14 .0"
18+ Version = "2.15 .0"
1919)
You can’t perform that action at this time.
0 commit comments