From 7c67efed63b71570d2fea822ceebca396a950fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:30:59 +0000 Subject: [PATCH] build(deps): bump github.com/pion/rtcp from 1.2.10 to 1.2.12 Bumps [github.com/pion/rtcp](https://github.com/pion/rtcp) from 1.2.10 to 1.2.12. - [Release notes](https://github.com/pion/rtcp/releases) - [Changelog](https://github.com/pion/rtcp/blob/master/.goreleaser.yml) - [Commits](https://github.com/pion/rtcp/compare/v1.2.10...v1.2.12) --- updated-dependencies: - dependency-name: github.com/pion/rtcp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ac8cc3d..b2935b7 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/gorilla/mux v1.8.1 github.com/pion/logging v0.2.2 github.com/pion/randutil v0.1.0 - github.com/pion/rtcp v1.2.10 + github.com/pion/rtcp v1.2.12 github.com/pion/turn/v2 v2.1.4 github.com/pion/webrtc/v3 v3.2.21 github.com/rs/zerolog v1.31.0 diff --git a/go.sum b/go.sum index 3a7fcb9..6c58df7 100644 --- a/go.sum +++ b/go.sum @@ -80,8 +80,9 @@ github.com/pion/mdns v0.0.8 h1:HhicWIg7OX5PVilyBO6plhMetInbzkVJAhbdJiAeVaI= github.com/pion/mdns v0.0.8/go.mod h1:hYE72WX8WDveIhg7fmXgMKivD3Puklk0Ymzog0lSyaI= github.com/pion/randutil v0.1.0 h1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA= github.com/pion/randutil v0.1.0/go.mod h1:XcJrSMMbbMRhASFVOlj/5hQial/Y8oH/HVo7TBZq+j8= -github.com/pion/rtcp v1.2.10 h1:nkr3uj+8Sp97zyItdN60tE/S6vk4al5CPRR6Gejsdjc= github.com/pion/rtcp v1.2.10/go.mod h1:ztfEwXZNLGyF1oQDttz/ZKIBaeeg/oWbRYqzBM9TL1I= +github.com/pion/rtcp v1.2.12 h1:bKWiX93XKgDZENEXCijvHRU/wRifm6JV5DGcH6twtSM= +github.com/pion/rtcp v1.2.12/go.mod h1:sn6qjxvnwyAkkPzPULIbVqSKI5Dv54Rv7VG0kNxh9L4= github.com/pion/rtp v1.8.1 h1:26OxTc6lKg/qLSGir5agLyj0QKaOv8OP5wps2SFnVNQ= github.com/pion/rtp v1.8.1/go.mod h1:pBGHaFt/yW7bf1jjWAoUjpSNoDnw98KTMg+jWWvziqU= github.com/pion/sctp v1.8.5/go.mod h1:SUFFfDpViyKejTAdwD1d/HQsCu+V/40cCs2nZIvC3s0=