From 82f0939e8078bb0bf72b3f0b2268316045e1c330 Mon Sep 17 00:00:00 2001 From: Claudio Costa Date: Fri, 9 Feb 2024 12:19:45 -0600 Subject: [PATCH] Bump calls-recorder to latest (#631) --- go.mod | 2 +- go.sum | 4 ++-- plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 1b8609ade..5f872c766 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/gorilla/websocket v1.5.1 github.com/jmoiron/sqlx v1.3.5 github.com/mattermost/calls-offloader v0.6.0 - github.com/mattermost/calls-recorder v0.6.2 + github.com/mattermost/calls-recorder v0.6.4 github.com/mattermost/calls-transcriber v0.1.8 github.com/mattermost/logr/v2 v2.0.21 github.com/mattermost/mattermost-plugin-calls/server/public v0.0.3 diff --git a/go.sum b/go.sum index 18a1e1866..6019009ee 100644 --- a/go.sum +++ b/go.sum @@ -299,8 +299,8 @@ github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mattermost/calls-offloader v0.6.0 h1:0DlkX9gR9Eiw7Dv3Z+W7DuBzOgMD9aBEnGkAVIOKS74= github.com/mattermost/calls-offloader v0.6.0/go.mod h1:/xyDQiBZ0XNKNC/ALGp7pkGNApfC6v94CD7tPWGcFvM= -github.com/mattermost/calls-recorder v0.6.2 h1:tTEoSkXJ9UEfoW7Lr9YQW3YtsHoQ0ycGeStyQrm/5aw= -github.com/mattermost/calls-recorder v0.6.2/go.mod h1:v/52mE+wIXGJE7ZflpAkoyGd56hbVgC9ZuEBBaRd8KU= +github.com/mattermost/calls-recorder v0.6.4 h1:LCS7a8Q4eGUbZmBkgARTwNLOUyJyxkDfrIpx/Gv26Uo= +github.com/mattermost/calls-recorder v0.6.4/go.mod h1:v/52mE+wIXGJE7ZflpAkoyGd56hbVgC9ZuEBBaRd8KU= github.com/mattermost/calls-transcriber v0.1.8 h1:vwmxHxRHuuuo4wyf+ZfvDj5n2TNpebQO43Qy6u+BAQY= github.com/mattermost/calls-transcriber v0.1.8/go.mod h1:G9NBa2ZUzzAM1Eap2YvGyZnvoBy/H2uVUNKGuIHZMMc= github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 h1:Khvh6waxG1cHc4Cz5ef9n3XVCxRWpAKUtqg9PJl5+y8= diff --git a/plugin.json b/plugin.json index f67b21549..5e6b1a56b 100644 --- a/plugin.json +++ b/plugin.json @@ -233,7 +233,7 @@ "props": { "min_rtcd_version": "v0.12.0", "min_offloader_version": "v0.6.0", - "calls_recorder_version": "v0.6.3", + "calls_recorder_version": "v0.6.4", "calls_transcriber_version": "v0.1.8" } }