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/stun/v3](https://redirect.github.com/pion/stun) | `v3.0.1` -> `v3.0.2` |  |  | --- ### 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`](9b2d7bcf7c) Add AttrType.Known method - [`9bd9576`](9bd95766b3) Update module github.com/pion/dtls/v3 to v3.0.8 ([#​256](https://redirect.github.com/pion/stun/issues/256)) - [`ef6bc84`](ef6bc8490e) Update module github.com/pion/transport/v3 to v3.1.1 - [`a8eac01`](a8eac015c3) 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/webrtc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> 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.8
|
|
github.com/pion/ice/v4 v4.0.13
|
|
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
|
|
)
|