Skip to content

Commit dd97f30

Browse files
author
hac4erman
committed
Update pion/sdp/v3 to v3.0.16
Refs: commit_hash:458acf0ce6464d75f6cc2f56973db1b82a3ba3e2
1 parent ce570bd commit dd97f30

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ require (
666666
github.com/pion/rtcp v1.2.15
667667
github.com/pion/rtp v1.8.15
668668
github.com/pion/sctp v1.8.39
669-
github.com/pion/sdp/v3 v3.0.11
669+
github.com/pion/sdp/v3 v3.0.16
670670
github.com/pion/transport/v3 v3.0.7
671671
github.com/pion/webrtc/v3 v3.3.3
672672
github.com/pion/webrtc/v4 v4.1.0
@@ -750,7 +750,7 @@ require (
750750
github.com/sqlc-dev/sqlc v1.29.0
751751
github.com/ssgreg/nlreturn/v2 v2.2.1
752752
github.com/streadway/amqp v1.0.0
753-
github.com/stretchr/testify v1.10.0
753+
github.com/stretchr/testify v1.11.1
754754
github.com/stripe/krl v0.0.0-20220202203423-9dc12b164150
755755
github.com/strongswan/govici v0.7.0
756756
github.com/swaggo/echo-swagger v1.4.1
@@ -2509,6 +2509,8 @@ replace github.com/bufbuild/protoyaml-go => buf.build/go/protoyaml v0.3.2
25092509

25102510
replace golang.org/x/sync => golang.org/x/sync v0.15.0
25112511

2512+
replace github.com/stretchr/testify => github.com/stretchr/testify v1.10.0
2513+
25122514
// Workaround weird go.mod shipped with k8s.io submodules.
25132515
// For the reasoning see
25142516
// https://suraj.io/post/2021/05/k8s-import/

vendor/github.com/stretchr/testify/.yo.snapshot.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13168,8 +13168,8 @@ github.com/pion/rtp/pkg/obu
1316813168
# github.com/pion/sctp v1.8.39
1316913169
## explicit; go 1.20
1317013170
github.com/pion/sctp
13171-
# github.com/pion/sdp/v3 v3.0.11
13172-
## explicit; go 1.20
13171+
# github.com/pion/sdp/v3 v3.0.16
13172+
## explicit; go 1.21
1317313173
github.com/pion/sdp/v3
1317413174
# github.com/pion/srtp/v2 v2.0.20
1317513175
## explicit; go 1.14
@@ -14844,7 +14844,7 @@ github.com/streadway/amqp
1484414844
# github.com/stretchr/objx v0.5.2
1484514845
## explicit; go 1.20
1484614846
github.com/stretchr/objx
14847-
# github.com/stretchr/testify v1.10.0
14847+
# github.com/stretchr/testify v1.11.1 => github.com/stretchr/testify v1.10.0
1484814848
## explicit; go 1.17
1484914849
github.com/stretchr/testify
1485014850
github.com/stretchr/testify/assert
@@ -21052,6 +21052,7 @@ www.velocidex.com/golang/regparser
2105221052
# github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.24
2105321053
# github.com/prometheus/client_model => github.com/prometheus/client_model v0.6.1
2105421054
# github.com/prometheus/common => github.com/prometheus/common v0.62.0
21055+
# github.com/stretchr/testify => github.com/stretchr/testify v1.10.0
2105521056
# github.com/temporalio/features => github.com/temporalio/features v0.0.0-20231218231852-27c681667dae
2105621057
# github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20231218231852-27c681667dae
2105721058
# github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20231218231852-27c681667dae

0 commit comments

Comments
 (0)