Skip to content

Commit 6886103

Browse files
Update module github.com/pion/rtcp to v1.2.16 (#3244)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/pion/rtcp](https://redirect.github.com/pion/rtcp) | `v1.2.15` -> `v1.2.16` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2frtcp/v1.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2frtcp/v1.2.15/v1.2.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pion/rtcp (github.com/pion/rtcp)</summary> ### [`v1.2.16`](https://redirect.github.com/pion/rtcp/releases/tag/v1.2.16) [Compare Source](https://redirect.github.com/pion/rtcp/compare/v1.2.15...v1.2.16) #### Changelog - [`8aedb55`](https://redirect.github.com/pion/rtcp/commit/8aedb55aecbf2547f122f77767a43e2c3c54062e) Update CI configs to v0.11.31 - [`62db4c0`](https://redirect.github.com/pion/rtcp/commit/62db4c09ca7fefd83e805e7d03aea16b31c37beb) Update CI configs to v0.11.29 - [`f0cdfb0`](https://redirect.github.com/pion/rtcp/commit/f0cdfb0b219f541ff57cb5b3697e33f5f14a0767) Apply go modernize - [`0f3d0ed`](https://redirect.github.com/pion/rtcp/commit/0f3d0edf94f9309ff564f267bf60d618023ce76a) Update CI configs to v0.11.26 - [`0d3bd90`](https://redirect.github.com/pion/rtcp/commit/0d3bd9080b06a895bd5a7b744a2dcb938c4b7f8a) Update CI configs to v0.11.25 - [`e388c81`](https://redirect.github.com/pion/rtcp/commit/e388c816d155cca06b4cb372781f38b482fb33ea) Update CI configs to v0.11.24 - [`cf5b671`](https://redirect.github.com/pion/rtcp/commit/cf5b671cc952e79e4f4f9bb36ce5d15e0e45ac93) Update module github.com/stretchr/testify to v1.11.1 - [`0ab2669`](https://redirect.github.com/pion/rtcp/commit/0ab2669dd354c82988d8c50d77a6ac724b7f6d70) Update module github.com/stretchr/testify to v1.11.0 - [`f318fef`](https://redirect.github.com/pion/rtcp/commit/f318fef92541b2d047c9519c22dafc0904dae559) Replace interface{} with any - [`2e35008`](https://redirect.github.com/pion/rtcp/commit/2e35008bc9ef8a5a56ec8ff7ab795ee67375f129) Update CI configs to v0.11.22 - [`b78b083`](https://redirect.github.com/pion/rtcp/commit/b78b08322f5cd6e50ddc2d8db2c3b7db730d0f96) Update CI configs to v0.11.19 - [`00e5d74`](https://redirect.github.com/pion/rtcp/commit/00e5d7490f799c3ebb39b76c14db4a48e6897253) Update social media links, move to discord - [`a640523`](https://redirect.github.com/pion/rtcp/commit/a6405238af07d26d600b048a3fcbcd6b233930f1) Add ECN to CCFB metric block string output - [`1ef2c94`](https://redirect.github.com/pion/rtcp/commit/1ef2c948f87fd0c5a811ba91c75671aff36bff58) Match expected error instead of the error message - [`bb27ec6`](https://redirect.github.com/pion/rtcp/commit/bb27ec6eb36aeee838c2e79435c4d103116a294b) Update lint rules, force testify/assert - [`7752cd4`](https://redirect.github.com/pion/rtcp/commit/7752cd428babd3d9d4f073e0722b8d4f4a387397) Fix num\_reports usage, see errata 8166 ([#&#8203;187](https://redirect.github.com/pion/rtcp/issues/187)) - [`ec84594`](https://redirect.github.com/pion/rtcp/commit/ec8459471128e4b5256c8c563d7e655bcf5570f5) Upgrade golangci-lint, more linters </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pion/webrtc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f35dc4e commit 6886103

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/pion/interceptor v0.1.41
1010
github.com/pion/logging v0.2.4
1111
github.com/pion/randutil v0.1.0
12-
github.com/pion/rtcp v1.2.15
12+
github.com/pion/rtcp v1.2.16
1313
github.com/pion/rtp v1.8.23
1414
github.com/pion/sctp v1.8.40
1515
github.com/pion/sdp/v3 v3.0.16

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/pion/mdns/v2 v2.0.7 h1:c9kM8ewCgjslaAmicYMFQIde2H9/lrZpjBkN8VwoVtM=
5151
github.com/pion/mdns/v2 v2.0.7/go.mod h1:vAdSYNAT0Jy3Ru0zl2YiW3Rm/fJCwIeM0nToenfOJKA=
5252
github.com/pion/randutil v0.1.0 h1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=
5353
github.com/pion/randutil v0.1.0/go.mod h1:XcJrSMMbbMRhASFVOlj/5hQial/Y8oH/HVo7TBZq+j8=
54-
github.com/pion/rtcp v1.2.15 h1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=
55-
github.com/pion/rtcp v1.2.15/go.mod h1:jlGuAjHMEXwMUHK78RgX0UmEJFV4zUKOFHR7OP+D3D0=
54+
github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
55+
github.com/pion/rtcp v1.2.16/go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo=
5656
github.com/pion/rtp v1.8.23 h1:kxX3bN4nM97DPrVBGq5I/Xcl332HnTHeP1Swx3/MCnU=
5757
github.com/pion/rtp v1.8.23/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM=
5858
github.com/pion/sctp v1.8.40 h1:bqbgWYOrUhsYItEnRObUYZuzvOMsVplS3oNgzedBlG8=

0 commit comments

Comments
 (0)