Files
webrtc/go.mod
renovate[bot] c71cc754de 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` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fdtls%2fv3/v3.0.8?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fdtls%2fv3/v3.0.7/v3.0.8?slim=true)
|

---

### 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
([#&#8203;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\@&#8203;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>
2025-12-04 06:03:29 +00:00

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.12
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.41
github.com/pion/sdp/v3 v3.0.16
github.com/pion/srtp/v3 v3.0.9
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.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
)