Skip to content

Commit 2eab7b0

Browse files
Update module github.com/pion/turn/v5 to v5.0.5 (#3435)
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/turn/v5](https://redirect.github.com/pion/turn) | `v5.0.4` → `v5.0.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fturn%2fv5/v5.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fturn%2fv5/v5.0.4/v5.0.5?slim=true) | --- ### Release Notes <details> <summary>pion/turn (github.com/pion/turn/v5)</summary> ### [`v5.0.5`](https://redirect.github.com/pion/turn/releases/tag/v5.0.5) [Compare Source](https://redirect.github.com/pion/turn/compare/v5.0.4...v5.0.5) #### Changelog - [`e6b1c7d`](https://redirect.github.com/pion/turn/commit/e6b1c7ded77009c6b0fd7866ad90281ce902d46e) Make username parsing more robust ([#&#8203;568](https://redirect.github.com/pion/turn/issues/568)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cda4cb commit 2eab7b0

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
@@ -16,7 +16,7 @@ require (
1616
github.com/pion/srtp/v3 v3.0.10
1717
github.com/pion/stun/v3 v3.1.2
1818
github.com/pion/transport/v4 v4.0.2
19-
github.com/pion/turn/v5 v5.0.4
19+
github.com/pion/turn/v5 v5.0.5
2020
github.com/sclevine/agouti v3.0.0+incompatible
2121
github.com/stretchr/testify v1.11.1
2222
golang.org/x/net v0.50.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ github.com/pion/transport/v3 v3.1.1 h1:Tr684+fnnKlhPceU+ICdrw6KKkTms+5qHMgw6bIkY
6767
github.com/pion/transport/v3 v3.1.1/go.mod h1:+c2eewC5WJQHiAA46fkMMzoYZSuGzA/7E2FPrOYHctQ=
6868
github.com/pion/transport/v4 v4.0.2 h1:ifYlPqNwsy6aKQ9y8yzxXlHae5431ZrH2avkD/Rn6Tk=
6969
github.com/pion/transport/v4 v4.0.2/go.mod h1:06hFI+jCFcok2X2MekVufNZ/uzNZXivGBPfviSVcjgM=
70-
github.com/pion/turn/v5 v5.0.4 h1:xKAnP1b5eCnjFPd55OgxkqIVoyzbHKZa06SxZ3fopXQ=
71-
github.com/pion/turn/v5 v5.0.4/go.mod h1:zbPsMp+fIVhKt5uWu2jcjk88FcoRbGMBSzVsaTuhcmM=
70+
github.com/pion/turn/v5 v5.0.5 h1:ltXDpINXyBNWEjNAuksr8GTD7ACJ+2f3BX24V7kAmtQ=
71+
github.com/pion/turn/v5 v5.0.5/go.mod h1:zbPsMp+fIVhKt5uWu2jcjk88FcoRbGMBSzVsaTuhcmM=
7272
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
7373
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
7474
github.com/sclevine/agouti v3.0.0+incompatible h1:8IBJS6PWz3uTlMP3YBIR5f+KAldcGuOeFkFbUWfBgK4=

0 commit comments

Comments
 (0)