Skip to content

Commit 8e210ec

Browse files
Update module github.com/pion/sctp to v1.9.5 (#3418)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pion/sctp](https://redirect.github.com/pion/sctp) | `v1.9.4` → `v1.9.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fsctp/v1.9.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fsctp/v1.9.4/v1.9.5?slim=true) | --- ### Release Notes <details> <summary>pion/sctp (github.com/pion/sctp)</summary> ### [`v1.9.5`](https://redirect.github.com/pion/sctp/releases/tag/v1.9.5) [Compare Source](https://redirect.github.com/pion/sctp/compare/v1.9.4...v1.9.5) #### Changelog - [`2e80e82`](https://redirect.github.com/pion/sctp/commit/2e80e8275db36156b653b55e926d39adef3b14df) Unblock blocking writes on close - [`31120e8`](https://redirect.github.com/pion/sctp/commit/31120e8e584db2f5e6ef9ab4ccea0f5222d6d0c3) Update CI configs to v0.12.2 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa8d6aa commit 8e210ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/pion/randutil v0.1.0
1212
github.com/pion/rtcp v1.2.16
1313
github.com/pion/rtp v1.10.1
14-
github.com/pion/sctp v1.9.4
14+
github.com/pion/sctp v1.9.5
1515
github.com/pion/sdp/v3 v3.0.18
1616
github.com/pion/srtp/v3 v3.0.10
1717
github.com/pion/stun/v3 v3.1.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
5555
github.com/pion/rtcp v1.2.16/go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo=
5656
github.com/pion/rtp v1.10.1 h1:xP1prZcCTUuhO2c83XtxyOHJteISg6o8iPsE2acaMtA=
5757
github.com/pion/rtp v1.10.1/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM=
58-
github.com/pion/sctp v1.9.4 h1:cMxEu0F5tbP4qH07bKf1Zjf4rUih9LIo0qQt424e258=
59-
github.com/pion/sctp v1.9.4/go.mod h1:N20Dq6LY+JvJDAh9VVh1JELngb2rQ8dPgds5yBWiPgw=
58+
github.com/pion/sctp v1.9.5 h1:QoSFB/drmAsmSeSFNQNI3xx010nW4HsycCZckRVWWag=
59+
github.com/pion/sctp v1.9.5/go.mod h1:N20Dq6LY+JvJDAh9VVh1JELngb2rQ8dPgds5yBWiPgw=
6060
github.com/pion/sdp/v3 v3.0.18 h1:l0bAXazKHpepazVdp+tPYnrsy9dfh7ZbT8DxesH5ZnI=
6161
github.com/pion/sdp/v3 v3.0.18/go.mod h1:ZREGo6A9ZygQ9XkqAj5xYCQtQpif0i6Pa81HOiAdqQ8=
6262
github.com/pion/srtp/v3 v3.0.10 h1:tFirkpBb3XccP5VEXLi50GqXhv5SKPxqrdlhDCJlZrQ=

0 commit comments

Comments
 (0)