mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Update module github.com/pion/dtls/v3 to v3.0.6 (#3062)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pion/dtls/v3](https://redirect.github.com/pion/dtls) | `v3.0.4` -> `v3.0.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pion/dtls (github.com/pion/dtls/v3)</summary> ### [`v3.0.6`](https://redirect.github.com/pion/dtls/releases/tag/v3.0.6) [Compare Source](https://redirect.github.com/pion/dtls/compare/v3.0.5...v3.0.6) #### What's Changed - Revert rollback Go version bump by Renovate by [@​JoeTurki](https://redirect.github.com/JoeTurki) in [https://github.com/pion/dtls/pull/700](https://redirect.github.com/pion/dtls/pull/700) **Full Changelog**: https://github.com/pion/dtls/compare/v3.0.5...v3.0.6 ### [`v3.0.5`](https://redirect.github.com/pion/dtls/releases/tag/v3.0.5) [Compare Source](https://redirect.github.com/pion/dtls/compare/v3.0.4...v3.0.5) #### Changelog - [`fbc7bae`](fbc7bae955
) Update docker.io/library/golang Docker tag to v1.24 ([#​694](https://redirect.github.com/pion/dtls/issues/694)) - [`13b929b`](13b929b076
) Update module golang.org/x/net to v0.37.0 ([#​697](https://redirect.github.com/pion/dtls/issues/697)) - [`3a0f50a`](3a0f50af7d
) Use crypto.Signer whenever possible ([#​681](https://redirect.github.com/pion/dtls/issues/681)) - [`16d6306`](16d630638a
) Update module golang.org/x/net to v0.34.0 ([#​693](https://redirect.github.com/pion/dtls/issues/693)) - [`8eb9a91`](8eb9a91be4
) Upgrade golangci-lint, more linters - [`1c0df61`](1c0df61a22
) Update module github.com/pion/logging to v0.2.3 ([#​691](https://redirect.github.com/pion/dtls/issues/691)) - [`1e4ae60`](1e4ae60e28
) Update module golang.org/x/net to v0.33.0 \[SECURITY] - [`ceb8458`](ceb84588ac
) Update module golang.org/x/crypto to v0.31.0 \[SECURITY] - [`4e34db5`](4e34db5ca6
) Update module golang.org/x/net to v0.31.0 - [`02434c7`](02434c73b4
) Update module golang.org/x/crypto to v0.29.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> 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.20
|
||||
|
||||
require (
|
||||
github.com/pion/datachannel v1.5.10
|
||||
github.com/pion/dtls/v3 v3.0.4
|
||||
github.com/pion/dtls/v3 v3.0.6
|
||||
github.com/pion/ice/v4 v4.0.9
|
||||
github.com/pion/interceptor v0.1.37
|
||||
github.com/pion/logging v0.2.3
|
||||
|
4
go.sum
4
go.sum
@@ -37,8 +37,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.4 h1:44CZekewMzfrn9pmGrj5BNnTMDCFwr+6sLH+cCuLM7U=
|
||||
github.com/pion/dtls/v3 v3.0.4/go.mod h1:R373CsjxWqNPf6MEkfdy3aSe9niZvL/JaKlGeFphtMg=
|
||||
github.com/pion/dtls/v3 v3.0.6 h1:7Hkd8WhAJNbRgq9RgdNh1aaWlZlGpYTzdqjy9x9sK2E=
|
||||
github.com/pion/dtls/v3 v3.0.6/go.mod h1:iJxNQ3Uhn1NZWOMWlLxEEHAN5yX7GyPvvKw04v9bzYU=
|
||||
github.com/pion/ice/v4 v4.0.9 h1:VKgU4MwA2LUDVLq+WBkpEHTcAb8c5iCvFMECeuPOZNk=
|
||||
github.com/pion/ice/v4 v4.0.9/go.mod h1:y3M18aPhIxLlcO/4dn9X8LzLLSma84cx6emMSu14FGw=
|
||||
github.com/pion/interceptor v0.1.37 h1:aRA8Zpab/wE7/c0O3fh1PqY0AJI3fCSEM5lRWJVorwI=
|
||||
|
Reference in New Issue
Block a user