Skip to content

Commit c29a72c

Browse files
Update module github.com/pion/stun/v3 to v3.0.2 (#844)
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/stun/v3](https://redirect.github.com/pion/stun) | `v3.0.1` -> `v3.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fstun%2fv3/v3.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fstun%2fv3/v3.0.1/v3.0.2?slim=true) | --- ### Release Notes <details> <summary>pion/stun (github.com/pion/stun/v3)</summary> ### [`v3.0.2`](https://redirect.github.com/pion/stun/releases/tag/v3.0.2) [Compare Source](https://redirect.github.com/pion/stun/compare/v3.0.1...v3.0.2) #### Changelog - [`9b2d7bc`](https://redirect.github.com/pion/stun/commit/9b2d7bcf7c9ca4aba87e692c45f8d26910da5d5a) Add AttrType.Known method - [`9bd9576`](https://redirect.github.com/pion/stun/commit/9bd95766b3c220464265e7396beca2d273dc7a4e) Update module github.com/pion/dtls/v3 to v3.0.8 ([#&#8203;256](https://redirect.github.com/pion/stun/issues/256)) - [`ef6bc84`](https://redirect.github.com/pion/stun/commit/ef6bc8490ec0c1f28b6c8eecae5bb4637d5eaccc) Update module github.com/pion/transport/v3 to v3.1.1 - [`a8eac01`](https://redirect.github.com/pion/stun/commit/a8eac015c33d3d477c4ea9964d07c1f4327bb7b7) Update module github.com/pion/transport/v3 to v3.1.0 </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/ice). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc739a1 commit c29a72c

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
@@ -8,7 +8,7 @@ require (
88
github.com/pion/logging v0.2.4
99
github.com/pion/mdns/v2 v2.1.0
1010
github.com/pion/randutil v0.1.0
11-
github.com/pion/stun/v3 v3.0.1
11+
github.com/pion/stun/v3 v3.0.2
1212
github.com/pion/transport/v3 v3.1.1
1313
github.com/pion/turn/v4 v4.1.3
1414
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/pion/mdns/v2 v2.1.0 h1:3IJ9+Xio6tWYjhN6WwuY142P/1jA0D5ERaIqawg/fOY=
1515
github.com/pion/mdns/v2 v2.1.0/go.mod h1:pcez23GdynwcfRU1977qKU0mDxSeucttSHbCSfFOd9A=
1616
github.com/pion/randutil v0.1.0 h1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=
1717
github.com/pion/randutil v0.1.0/go.mod h1:XcJrSMMbbMRhASFVOlj/5hQial/Y8oH/HVo7TBZq+j8=
18-
github.com/pion/stun/v3 v3.0.1 h1:jx1uUq6BdPihF0yF33Jj2mh+C9p0atY94IkdnW174kA=
19-
github.com/pion/stun/v3 v3.0.1/go.mod h1:RHnvlKFg+qHgoKIqtQWMOJF52wsImCAf/Jh5GjX+4Tw=
18+
github.com/pion/stun/v3 v3.0.2 h1:BJuGEN2oLrJisiNEJtUTJC4BGbzbfp37LizfqswblFU=
19+
github.com/pion/stun/v3 v3.0.2/go.mod h1:JFJKfIWvt178MCF5H/YIgZ4VX3LYE77vca4b9HP60SA=
2020
github.com/pion/transport/v3 v3.1.1 h1:Tr684+fnnKlhPceU+ICdrw6KKkTms+5qHMgw6bIkYOM=
2121
github.com/pion/transport/v3 v3.1.1/go.mod h1:+c2eewC5WJQHiAA46fkMMzoYZSuGzA/7E2FPrOYHctQ=
2222
github.com/pion/turn/v4 v4.1.3 h1:jVNW0iR05AS94ysEtvzsrk3gKs9Zqxf6HmnsLfRvlzA=

0 commit comments

Comments
 (0)