build(deps): bump github.com/pion/sdp/v3 from 3.0.6 to 3.0.7 (#529)

* build(deps): bump github.com/pion/sdp/v3 from 3.0.6 to 3.0.7

Bumps [github.com/pion/sdp/v3](https://github.com/pion/sdp) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/pion/sdp/releases)
- [Changelog](https://github.com/pion/sdp/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/sdp/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: github.com/pion/sdp/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-06 13:16:49 +01:00
committed by GitHub
parent 0dbaeb898c
commit 89817831cf
3 changed files with 6 additions and 3 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.6.0
github.com/pion/rtcp v1.2.14
github.com/pion/rtp v1.8.3
github.com/pion/sdp/v3 v3.0.6
github.com/pion/sdp/v3 v3.0.7
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.22.0
)

4
go.sum
View File

@@ -15,8 +15,8 @@ github.com/pion/rtcp v1.2.14 h1:KCkGV3vJ+4DAJmvP0vaQShsb0xkRfWkO540Gy102KyE=
github.com/pion/rtcp v1.2.14/go.mod h1:sn6qjxvnwyAkkPzPULIbVqSKI5Dv54Rv7VG0kNxh9L4=
github.com/pion/rtp v1.8.3 h1:VEHxqzSVQxCkKDSHro5/4IUUG1ea+MFdqR2R3xSpNU8=
github.com/pion/rtp v1.8.3/go.mod h1:pBGHaFt/yW7bf1jjWAoUjpSNoDnw98KTMg+jWWvziqU=
github.com/pion/sdp/v3 v3.0.6 h1:WuDLhtuFUUVpTfus9ILC4HRyHsW6TdugjEX/QY9OiUw=
github.com/pion/sdp/v3 v3.0.6/go.mod h1:iiFWFpQO8Fy3S5ldclBkpXqmWy02ns78NOKoLLL0YQw=
github.com/pion/sdp/v3 v3.0.7 h1:ZEkl9Cq5ucxi2B/TKxTdWerNvmdNd6sfEzXc9e0XOK0=
github.com/pion/sdp/v3 v3.0.7/go.mod h1:I40uD/ZSmK2peI6AdJga5fd55d4bFK0oWOgLS9Q8sVc=
github.com/pkg/profile v1.4.0/go.mod h1:NWz/XGvpEW1FyYQ7fCx4dqYBLlfTcE+A9FLAkNKqjFE=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

View File

@@ -2443,6 +2443,7 @@ var cases = []struct {
"a=rtpmap:8 PCMA/8000\r\n"),
[]byte("v=0\r\n" +
"o=- 38990265062388 38990265062388 IN IP4 192.168.1.10\r\n" +
"s=\r\n" +
"a=range:npt=0-\r\n" +
"m=video 0 RTP/AVP 96\r\n" +
"c=IN IP4 0.0.0.0\r\n" +
@@ -2526,6 +2527,7 @@ var cases = []struct {
"a=control:trackID=0\r\n"),
[]byte("v=0\r\n" +
"o= 0 0 \r\n" +
"s=\r\n" +
"m=video 0 RTP/AVP 96\r\n" +
"a=rtpmap:96 H264/90000\r\n" +
"a=control:trackID=0\r\n"),
@@ -2605,6 +2607,7 @@ var cases = []struct {
"a=x-bufferdelay:1.000000\r\n"),
[]byte("v=0\r\n" +
"o= 0 0 \r\n" +
"s=\r\n" +
"m=metadata 0 RTP/AVP 98\r\n" +
"c=IN IP4 0.0.0.0\r\n" +
"b=AS:1000\r\n" +