Skip to content

Commit

Permalink
Bump recording services (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Mar 8, 2023
1 parent cb53b09 commit 9d316e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (

require (
github.com/Masterminds/semver v1.5.0
github.com/mattermost/calls-offloader v0.1.3
github.com/mattermost/calls-offloader v0.2.1
github.com/mattermost/logr/v2 v2.0.15
github.com/mattermost/mattermost-plugin-api v0.1.1
github.com/mattermost/rtcd v0.8.1-0.20230126170226-df8105fc2cf7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
github.com/marstr/guid v1.1.0/go.mod h1:74gB1z2wpxxInTG6yaqA7KrtM0NZ+RbrcqDvYHefzho=
github.com/mattermost/calls-offloader v0.1.3 h1:jrSF5wWYU887odGKvayGrk+NVep6RvUnN+J4NYb1Wvo=
github.com/mattermost/calls-offloader v0.1.3/go.mod h1:gI5cKGBiXXVCN1w8m/p7E5RqTpRp2BpFxF7+E6HZoms=
github.com/mattermost/calls-offloader v0.2.1 h1:wfhr42lXgWTJy3h/9EewthNg83TTt9M0dycWSreYS1M=
github.com/mattermost/calls-offloader v0.2.1/go.mod h1:eJJvs1U6eU+QYDI+YVGRl92w4ACngx68XxigySPnNyU=
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 h1:Khvh6waxG1cHc4Cz5ef9n3XVCxRWpAKUtqg9PJl5+y8=
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404/go.mod h1:RyS7FDNQlzF1PsjbJWHRI35exqaKGSO9qD4iv8QjE34=
github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d h1:/RJ/UV7M5c7L2TQ0KNm4yZxxFvC1nvRz/gY/Daa35aI=
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
},
"props": {
"min_rtcd_version": "v0.9.0",
"calls_recorder_version": "v0.2.3"
"calls_recorder_version": "v0.2.4"
}
}

0 comments on commit 9d316e1

Please sign in to comment.