From 34275ca40d2eeb294f46031a5207130550568ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:55:11 +0100 Subject: [PATCH] build(deps): bump github.com/pion/rtcp from 1.2.11 to 1.2.12 (#2676) Bumps [github.com/pion/rtcp](https://github.com/pion/rtcp) from 1.2.11 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.11...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 77effaaeb5f..4a8a3adb64b 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/notedit/rtmp v0.0.2 github.com/pion/ice/v2 v2.3.11 github.com/pion/interceptor v0.1.25 - github.com/pion/rtcp v1.2.11 + github.com/pion/rtcp v1.2.12 github.com/pion/rtp v1.8.2 github.com/pion/sdp/v3 v3.0.6 github.com/pion/webrtc/v3 v3.2.21 diff --git a/go.sum b/go.sum index 802f9f54d8f..5c5575ddac4 100644 --- a/go.sum +++ b/go.sum @@ -140,8 +140,8 @@ github.com/pion/mdns v0.0.8/go.mod h1:hYE72WX8WDveIhg7fmXgMKivD3Puklk0Ymzog0lSya 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/go.mod h1:ztfEwXZNLGyF1oQDttz/ZKIBaeeg/oWbRYqzBM9TL1I= -github.com/pion/rtcp v1.2.11 h1:JCnOW0HuNK/ibez+AASGYmKrtLG5bNyaQ7U7I+V1ilA= -github.com/pion/rtcp v1.2.11/go.mod h1:sn6qjxvnwyAkkPzPULIbVqSKI5Dv54Rv7VG0kNxh9L4= +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/go.mod h1:pBGHaFt/yW7bf1jjWAoUjpSNoDnw98KTMg+jWWvziqU= github.com/pion/rtp v1.8.2 h1:oKMM0K1/QYQ5b5qH+ikqDSZRipP5mIxPJcgcvw5sH0w= github.com/pion/rtp v1.8.2/go.mod h1:pBGHaFt/yW7bf1jjWAoUjpSNoDnw98KTMg+jWWvziqU=