mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Update module github.com/pion/dtls/v3 to v3.0.8 (#3284)
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/dtls/v3](https://redirect.github.com/pion/dtls) | `v3.0.7` -> `v3.0.8` |  |  | --- ### Release Notes <details> <summary>pion/dtls (github.com/pion/dtls/v3)</summary> ### [`v3.0.8`](https://redirect.github.com/pion/dtls/releases/tag/v3.0.8) [Compare Source](https://redirect.github.com/pion/dtls/compare/v3.0.7...v3.0.8) #### Changelog - [`ffd97f5`](ffd97f5d98) Backoff handshake retransmit - [`7ab1bc9`](7ab1bc9b2a) Update actions/checkout action to v6 - [`bdb5f23`](bdb5f23247) Update module github.com/pion/transport/v3 to v3.1.1 ([#​754](https://redirect.github.com/pion/dtls/issues/754)) - [`1d9b6b1`](1d9b6b14c9) Update module github.com/pion/transport/v3 to v3.1.0 - [`c06c3a7`](c06c3a7624) Lock while writing to encryptedPackets - [`ca7d80e`](ca7d80ec14) Update CI configs to v0.11.32 - [`9cfb13f`](9cfb13f244) Improve the record layer fuzz tests - [`daa0fd4`](daa0fd4029) Add fuzz tests for gcm - [`9ed5950`](9ed595078f) Add fuzz tests for ccm - [`7b68bd9`](7b68bd95c2) Add fuzz tests for packet buffer - [`7c62411`](7c62411d25) Update CI configs to v0.11.31 - [`3e12f76`](3e12f76523) Add more tests for prf - [`e7cbd62`](e7cbd62208) Migrate elliptic curves from elliptic to ecdh - [`6ff535f`](6ff535f1d5) Update module github.com/pion/transport/v3 to v3.0.8 - [`f6b0286`](f6b0286442) Add the supported\_versions extension - [`120a895`](120a895e99) Handle ECONNREFUSED timeout - [`ed044c0`](ed044c06ba) Update CI configs to v0.11.29 - [`5611b14`](5611b1401b) Apply go modernize - [`27c3405`](27c3405035) Update actions/checkout action to v5 - [`8764fbd`](8764fbdc53) Update CI configs to v0.11.26 - [`465f544`](465f544ca3) Update CI configs to v0.11.25 - [`6e1e3c9`](6e1e3c9c6f) Update module github.com/stretchr/testify to v1.11.1 - [`495a7b5`](495a7b544a) Update CI configs to v0.11.24 - [`0b11eab`](0b11eabf43) Update module github.com/stretchr/testify to v1.11.0 - [`b8c2ab4`](b8c2ab4cdd) Fix lint issues with golangci-lint\@​v2 - [`0bf1902`](0bf19028b5) Update CI configs to v0.11.22 </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>
This commit is contained in:
2
go.mod
2
go.mod
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
require (
|
||||
github.com/pion/datachannel v1.5.10
|
||||
github.com/pion/dtls/v3 v3.0.7
|
||||
github.com/pion/dtls/v3 v3.0.8
|
||||
github.com/pion/ice/v4 v4.0.12
|
||||
github.com/pion/interceptor v0.1.42
|
||||
github.com/pion/logging v0.2.4
|
||||
|
||||
4
go.sum
4
go.sum
@@ -39,8 +39,8 @@ github.com/onsi/gomega v1.17.0 h1:9Luw4uT5HTjHTN8+aNcSThgH1vdXnmdJ8xIfZ4wyTRE=
|
||||
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
|
||||
github.com/pion/datachannel v1.5.10 h1:ly0Q26K1i6ZkGf42W7D4hQYR90pZwzFOjTq5AuCKk4o=
|
||||
github.com/pion/datachannel v1.5.10/go.mod h1:p/jJfC9arb29W7WrxyKbepTU20CFgyx5oLo8Rs4Py/M=
|
||||
github.com/pion/dtls/v3 v3.0.7 h1:bItXtTYYhZwkPFk4t1n3Kkf5TDrfj6+4wG+CZR8uI9Q=
|
||||
github.com/pion/dtls/v3 v3.0.7/go.mod h1:uDlH5VPrgOQIw59irKYkMudSFprY9IEFCqz/eTz16f8=
|
||||
github.com/pion/dtls/v3 v3.0.8 h1:ZrPUrvPVDaTJDM8Vu1veatzXebLlsIWeT7Vaate/zwM=
|
||||
github.com/pion/dtls/v3 v3.0.8/go.mod h1:abApPjgadS/ra1wvUzHLc3o2HvoxppAh+NZkyApL4Os=
|
||||
github.com/pion/ice/v4 v4.0.12 h1:vuI3h9OD5M0Z+V304qLC1/o16ahHVnDgqNCWbONv6s0=
|
||||
github.com/pion/ice/v4 v4.0.12/go.mod h1:tAp574oAufhHRHr8EO1xgPmVKVDBROX+708WggYD6NE=
|
||||
github.com/pion/interceptor v0.1.42 h1:0/4tvNtruXflBxLfApMVoMubUMik57VZ+94U0J7cmkQ=
|
||||
|
||||
Reference in New Issue
Block a user