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](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.0.13` -> `v4.1.0` |  |  | --- ### Release Notes <details> <summary>pion/ice (github.com/pion/ice/v4)</summary> ### [`v4.1.0`](https://redirect.github.com/pion/ice/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/pion/ice/compare/v4.0.13...v4.1.0) #### Changelog - [`a42e726`](a42e726bb3) Deprecate AgentConfig - [`f808e10`](f808e10d45) Allow any port range - [`58ab74b`](58ab74b167) Update module github.com/pion/dtls/v3 to v3.0.9 - [`030bb33`](030bb33178) Advertise only tcp-mux bind address - [`8d84083`](8d84083ff4) Update golang Docker tag to v1.25 ([#​847](https://redirect.github.com/pion/ice/issues/847)) - [`c29a72c`](c29a72c590) Update module github.com/pion/stun/v3 to v3.0.2 ([#​844](https://redirect.github.com/pion/ice/issues/844)) - [`fc739a1`](fc739a1d5a) Emit a disconnected state before failing - [`ff7c443`](ff7c443afe) Return early if ctx is cancelled - [`7ce2014`](7ce2014eae) Add AddressRewriter rules </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> 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.9
|
|
github.com/pion/ice/v4 v4.1.0
|
|
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.26
|
|
github.com/pion/sctp v1.8.41
|
|
github.com/pion/sdp/v3 v3.0.16
|
|
github.com/pion/srtp/v3 v3.0.9
|
|
github.com/pion/stun/v3 v3.0.2
|
|
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.1.0 // 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
|
|
)
|