Skip to content

Commit

Permalink
Final dependency bumps (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 authored Feb 28, 2025
1 parent 04d2946 commit d01e1bd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ jobs:
CONTAINER_PROXY: playwright_tests_proxy
CONTAINER_RTCD: playwright_tests_rtcd
CONTAINER_OFFLOADER: playwright_tests_offloader
IMAGE_CALLS_OFFLOADER: mattermost/calls-offloader:v0.9.0
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.8.0
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.6.0
IMAGE_CALLS_OFFLOADER: mattermost/calls-offloader:v0.9.1
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.8.1
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.6.1
IMAGE_SERVER: mattermostdevelopment/mattermost-enterprise-edition:master
IMAGE_CURL: curlimages/curl:8.7.1
CI_NODE_INDEX: ${{ matrix.run_id }}
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ require (
github.com/grafana/pyroscope-go/godeltaprof v0.1.8
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.9
github.com/mattermost/calls-offloader v0.9.1-0.20250226201731-e01c23deba76
github.com/mattermost/calls-recorder v0.8.1-0.20250226201816-c7f3886b61bd
github.com/mattermost/calls-transcriber v0.6.1-0.20250227204433-b4b213b69a8a
github.com/mattermost/calls-offloader v0.9.1
github.com/mattermost/calls-recorder v0.8.1
github.com/mattermost/calls-transcriber v0.6.1
github.com/mattermost/logr/v2 v2.0.21
github.com/mattermost/mattermost-plugin-calls/server/public v0.0.3
github.com/mattermost/mattermost/server/public v0.1.10
github.com/mattermost/morph v1.1.0
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f
github.com/mattermost/rtcd v1.0.1
github.com/mattermost/squirrel v0.2.0
github.com/pkg/errors v0.9.1
github.com/rudderlabs/analytics-go v3.3.3+incompatible
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@ github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mattermost/calls-offloader v0.9.1-0.20250226201731-e01c23deba76 h1:/H9DE90ez6txUXLFY+PWmL69v5+mmQnpAdmzL0WlErA=
github.com/mattermost/calls-offloader v0.9.1-0.20250226201731-e01c23deba76/go.mod h1:Y7mgdpAdVY+KnwUJ4eEl0OPHGUlGTXZ579rQ3vdbDFw=
github.com/mattermost/calls-recorder v0.8.1-0.20250226201816-c7f3886b61bd h1:cKmg54Q63tPnreBKH6T0/ADLBJJ7AMr8MxlBNtLt+0Y=
github.com/mattermost/calls-recorder v0.8.1-0.20250226201816-c7f3886b61bd/go.mod h1:zDGaQSv4BNfcfEbhUXm1Cl8bDiqWNFKjQxRx+UASrUA=
github.com/mattermost/calls-transcriber v0.6.1-0.20250227204433-b4b213b69a8a h1:LEhM8rlll6faUL49ky0NR65HB2XCdZXlkBWDKY8M/LI=
github.com/mattermost/calls-transcriber v0.6.1-0.20250227204433-b4b213b69a8a/go.mod h1:c10WQIBdHBuLJ1DmlJPEU+wEl/1dUiUQmYttruhvgr0=
github.com/mattermost/calls-offloader v0.9.1 h1:tC7Yu5d4PR/dUgjmzPsXZ1F9T9Zb9lShkv0/dInPSNU=
github.com/mattermost/calls-offloader v0.9.1/go.mod h1:Y7mgdpAdVY+KnwUJ4eEl0OPHGUlGTXZ579rQ3vdbDFw=
github.com/mattermost/calls-recorder v0.8.1 h1:QWGenlKrS/8k3bzXlkTmH+NovdOhw3T8WqdUxxB/OVk=
github.com/mattermost/calls-recorder v0.8.1/go.mod h1:zDGaQSv4BNfcfEbhUXm1Cl8bDiqWNFKjQxRx+UASrUA=
github.com/mattermost/calls-transcriber v0.6.1 h1:qyK0OTahuO2P0O4EeeJ27saaqN5vi+xltgI562zOeXk=
github.com/mattermost/calls-transcriber v0.6.1/go.mod h1:c10WQIBdHBuLJ1DmlJPEU+wEl/1dUiUQmYttruhvgr0=
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 v3.0.4+incompatible h1:SOeNnz+JNR+foQ3yHkYqijb9MLPhXN2BZP/PdX23VDU=
Expand All @@ -375,8 +375,8 @@ github.com/mattermost/mattermost/server/public v0.1.10 h1:gp3XHxqj5KDkz3venimqqN
github.com/mattermost/mattermost/server/public v0.1.10/go.mod h1:hu2sIyXm024PGIGhACqmCxvp3atrwRzXGgAzCvs6zJs=
github.com/mattermost/morph v1.1.0 h1:Q9vrJbeM3s2jfweGheq12EFIzdNp9a/6IovcbvOQ6Cw=
github.com/mattermost/morph v1.1.0/go.mod h1:gD+EaqX2UMyyuzmF4PFh4r33XneQ8Nzi+0E8nXjMa3A=
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f h1:4F/rU0sEgm4F/z3ICHR03cOEYcvcyrxK77/r8Msc9DM=
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f/go.mod h1:lzVqrKPbsBjwc42eVHlWnXJA83khG2Ln2o7lZaMCOqs=
github.com/mattermost/rtcd v1.0.1 h1:23fmm2RsweyYcQm4iSa9ru/n+dpgISAUF+XCdafF6l4=
github.com/mattermost/rtcd v1.0.1/go.mod h1:lzVqrKPbsBjwc42eVHlWnXJA83khG2Ln2o7lZaMCOqs=
github.com/mattermost/squirrel v0.2.0 h1:8ZWeyf+MWQ2cL7hu9REZgLtz2IJi51qqZEovI3T3TT8=
github.com/mattermost/squirrel v0.2.0/go.mod h1:NPPtk+CdpWre4GxMGoOpzEVFVc0ZoEFyJBZGCtn9nSU=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down
2 changes: 1 addition & 1 deletion lt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go v1.50.3
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/mattermost/mattermost/server/public v0.1.10
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f
github.com/mattermost/rtcd v1.0.1
github.com/pion/rtp v1.8.10
github.com/pion/webrtc/v4 v4.0.7
gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
Expand Down
4 changes: 2 additions & 2 deletions lt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ github.com/mattermost/logr/v2 v2.0.21 h1:CMHsP+nrbRlEC4g7BwOk1GAnMtHkniFhlSQPXy5
github.com/mattermost/logr/v2 v2.0.21/go.mod h1:kZkB/zqKL9e+RY5gB3vGpsyenC+TpuiOenjMkvJJbzc=
github.com/mattermost/mattermost/server/public v0.1.10 h1:gp3XHxqj5KDkz3venimqqNc62rqyF15uusQuBr8k7J4=
github.com/mattermost/mattermost/server/public v0.1.10/go.mod h1:hu2sIyXm024PGIGhACqmCxvp3atrwRzXGgAzCvs6zJs=
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f h1:4F/rU0sEgm4F/z3ICHR03cOEYcvcyrxK77/r8Msc9DM=
github.com/mattermost/rtcd v1.0.1-0.20250226201100-dc18166f1c0f/go.mod h1:lzVqrKPbsBjwc42eVHlWnXJA83khG2Ln2o7lZaMCOqs=
github.com/mattermost/rtcd v1.0.1 h1:23fmm2RsweyYcQm4iSa9ru/n+dpgISAUF+XCdafF6l4=
github.com/mattermost/rtcd v1.0.1/go.mod h1:lzVqrKPbsBjwc42eVHlWnXJA83khG2Ln2o7lZaMCOqs=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
"props": {
"min_rtcd_version": "v0.17.0",
"min_offloader_version": "v0.9.0",
"calls_recorder_version": "v0.8.0",
"calls_transcriber_version": "v0.6.0"
"calls_recorder_version": "v0.8.1",
"calls_transcriber_version": "v0.6.1"
}
}

0 comments on commit d01e1bd

Please sign in to comment.