mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Update module github.com/pion/srtp/v3 to v3.0.9 (#3280)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/pion/srtp/v3](https://redirect.github.com/pion/srtp) | `v3.0.8` -> `v3.0.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pion/srtp (github.com/pion/srtp/v3)</summary> ### [`v3.0.9`](https://redirect.github.com/pion/srtp/releases/tag/v3.0.9) [Compare Source](https://redirect.github.com/pion/srtp/compare/v3.0.8...v3.0.9) #### Changelog - [`1d50bcf`](1d50bcfcff) Add Peek to ReadStreamSRTP - [`c515598`](c5155988fb) Update module github.com/pion/transport/v3 to v3.1.1 - [`00722ee`](00722eed94) Update module github.com/pion/transport/v3 to v3.1.0 - [`2ef8059`](2ef8059de8) Update module github.com/pion/rtp to v1.8.25 - [`fd04e9f`](fd04e9ff2f) Update module github.com/pion/rtp to v1.8.24 - [`badf3f0`](badf3f07d2) Update CI configs to v0.11.32 - [`e132f95`](e132f95572) Update module github.com/pion/rtcp to v1.2.16 - [`93ed834`](93ed83421e) Update module github.com/pion/rtp to v1.8.23 - [`697ed30`](697ed303e4) Update CI configs to v0.11.31 - [`fd80f48`](fd80f489a7) Update module github.com/pion/transport/v3 to v3.0.8 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -13,7 +13,7 @@ require (
|
||||
github.com/pion/rtp v1.8.25
|
||||
github.com/pion/sctp v1.8.41
|
||||
github.com/pion/sdp/v3 v3.0.16
|
||||
github.com/pion/srtp/v3 v3.0.8
|
||||
github.com/pion/srtp/v3 v3.0.9
|
||||
github.com/pion/stun/v3 v3.0.1
|
||||
github.com/pion/transport/v3 v3.1.1
|
||||
github.com/pion/turn/v4 v4.1.3
|
||||
|
||||
4
go.sum
4
go.sum
@@ -59,8 +59,8 @@ github.com/pion/sctp v1.8.41 h1:20R4OHAno4Vky3/iE4xccInAScAa83X6nWUfyc65MIs=
|
||||
github.com/pion/sctp v1.8.41/go.mod h1:2wO6HBycUH7iCssuGyc2e9+0giXVW0pyCv3ZuL8LiyY=
|
||||
github.com/pion/sdp/v3 v3.0.16 h1:0dKzYO6gTAvuLaAKQkC02eCPjMIi4NuAr/ibAwrGDCo=
|
||||
github.com/pion/sdp/v3 v3.0.16/go.mod h1:9tyKzznud3qiweZcD86kS0ff1pGYB3VX+Bcsmkx6IXo=
|
||||
github.com/pion/srtp/v3 v3.0.8 h1:RjRrjcIeQsilPzxvdaElN0CpuQZdMvcl9VZ5UY9suUM=
|
||||
github.com/pion/srtp/v3 v3.0.8/go.mod h1:2Sq6YnDH7/UDCvkSoHSDNDeyBcFgWL0sAVycVbAsXFg=
|
||||
github.com/pion/srtp/v3 v3.0.9 h1:lRGF4G61xxj+m/YluB3ZnBpiALSri2lTzba0kGZMrQY=
|
||||
github.com/pion/srtp/v3 v3.0.9/go.mod h1:E+AuWd7Ug2Fp5u38MKnhduvpVkveXJX6J4Lq4rxUYt8=
|
||||
github.com/pion/stun/v3 v3.0.1 h1:jx1uUq6BdPihF0yF33Jj2mh+C9p0atY94IkdnW174kA=
|
||||
github.com/pion/stun/v3 v3.0.1/go.mod h1:RHnvlKFg+qHgoKIqtQWMOJF52wsImCAf/Jh5GjX+4Tw=
|
||||
github.com/pion/transport/v3 v3.1.1 h1:Tr684+fnnKlhPceU+ICdrw6KKkTms+5qHMgw6bIkYOM=
|
||||
|
||||
Reference in New Issue
Block a user