mirror of
https://github.com/pion/webrtc.git
synced 2026-04-22 15:07:23 +08:00
aa8d6aa6c8
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/ice/v4](https://redirect.github.com/pion/ice) | `v4.2.3` → `v4.2.5` |  |  | --- ### Release Notes <details> <summary>pion/ice (github.com/pion/ice/v4)</summary> ### [`v4.2.5`](https://redirect.github.com/pion/ice/releases/tag/v4.2.5) [Compare Source](https://redirect.github.com/pion/ice/compare/v4.2.4...v4.2.5) #### Changelog - [`ceccc15`](https://redirect.github.com/pion/ice/commit/ceccc15191f4d762df5332a9277e240d885a8ecd) Fix race and disconnection after candidate replace ([#​913](https://redirect.github.com/pion/ice/issues/913)) - [`e6483a6`](https://redirect.github.com/pion/ice/commit/e6483a6066454108c41b0635382905724773ba9a) Add fuzz test for UnmarshalCandidate - [`883b73c`](https://redirect.github.com/pion/ice/commit/883b73c4c4fb0e6d1508bdfddb18fc6106d41d08) Upgrade to turn/v5 ### [`v4.2.4`](https://redirect.github.com/pion/ice/releases/tag/v4.2.4) [Compare Source](https://redirect.github.com/pion/ice/compare/v4.2.3...v4.2.4) #### Changelog - [`ffbe6d5`](https://redirect.github.com/pion/ice/commit/ffbe6d5f0bf853fb52b911219dcedef693fcee5d) Fixed TCP bugs, added TURN transport type option ([#​908](https://redirect.github.com/pion/ice/issues/908)) - [`23e8708`](https://redirect.github.com/pion/ice/commit/23e8708890a5ef88374de8145ae831c5818975ab) Updated received trickled candidates handling ([#​877](https://redirect.github.com/pion/ice/issues/877)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
39 lines
1.1 KiB
Modula-2
39 lines
1.1 KiB
Modula-2
module github.com/pion/webrtc/v4
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/pion/datachannel v1.6.0
|
|
github.com/pion/dtls/v3 v3.1.2
|
|
github.com/pion/ice/v4 v4.2.5
|
|
github.com/pion/interceptor v0.1.44
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/rtcp v1.2.16
|
|
github.com/pion/rtp v1.10.1
|
|
github.com/pion/sctp v1.9.4
|
|
github.com/pion/sdp/v3 v3.0.18
|
|
github.com/pion/srtp/v3 v3.0.10
|
|
github.com/pion/stun/v3 v3.1.2
|
|
github.com/pion/transport/v4 v4.0.1
|
|
github.com/pion/turn/v4 v4.1.4
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/net v0.50.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
github.com/pion/mdns/v2 v2.1.0 // indirect
|
|
github.com/pion/turn/v5 v5.0.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|