mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/pion/interceptor](https://redirect.github.com/pion/interceptor) | `v0.1.41` -> `v0.1.42` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pion/interceptor (github.com/pion/interceptor)</summary> ### [`v0.1.42`](https://redirect.github.com/pion/interceptor/releases/tag/v0.1.42) [Compare Source](https://redirect.github.com/pion/interceptor/compare/v0.1.41...v0.1.42) #### Changelog - [`40d68d9`](40d68d9bae) Handle fec-03 toRemove - [`9faf03c`](9faf03cf71) Update module github.com/pion/transport/v3 to v3.1.1 - [`0c7d1f4`](0c7d1f4d1c) Update module github.com/pion/transport/v3 to v3.1.0 - [`051d2e8`](051d2e8121) Update module github.com/pion/rtp to v1.8.25 - [`8492094`](849209446a) Update module github.com/pion/rtp to v1.8.24 - [`4f03e41`](4f03e41917) Update CI configs to v0.11.32 - [`0caf183`](0caf1831a7) Update module github.com/pion/rtcp to v1.2.16 - [`cc7a503`](cc7a503398) Update CI configs to v0.11.31 - [`ba697c7`](ba697c7dc8) Update module github.com/pion/rtp to v1.8.23 - [`7b68306`](7b68306efe) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
37 lines
1.0 KiB
Modula-2
37 lines
1.0 KiB
Modula-2
module github.com/pion/webrtc/v4
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/pion/datachannel v1.5.10
|
|
github.com/pion/dtls/v3 v3.0.7
|
|
github.com/pion/ice/v4 v4.0.10
|
|
github.com/pion/interceptor v0.1.42
|
|
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.8.25
|
|
github.com/pion/sctp v1.8.40
|
|
github.com/pion/sdp/v3 v3.0.16
|
|
github.com/pion/srtp/v3 v3.0.8
|
|
github.com/pion/stun/v3 v3.0.1
|
|
github.com/pion/transport/v3 v3.1.1
|
|
github.com/pion/turn/v4 v4.1.3
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/net v0.35.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.0.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|