File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/pion/rtp v1.8.7-0.20240429002300-bc5124c9d0d0
10
10
github.com/pion/sdp/v3 v3.0.9
11
11
github.com/stretchr/testify v1.9.0
12
- golang.org/x/net v0.30 .0
12
+ golang.org/x/net v0.31 .0
13
13
)
14
14
15
15
require (
@@ -18,6 +18,6 @@ require (
18
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
19
github.com/pion/randutil v0.1.0 // indirect
20
20
github.com/pmezard/go-difflib v1.0.0 // indirect
21
- golang.org/x/sys v0.26 .0 // indirect
21
+ golang.org/x/sys v0.27 .0 // indirect
22
22
gopkg.in/yaml.v3 v3.0.1 // indirect
23
23
)
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
30
30
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
31
31
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
32
32
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
33
- golang.org/x/net v0.30 .0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4 =
34
- golang.org/x/net v0.30 .0 /go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU =
35
- golang.org/x/sys v0.26 .0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo =
36
- golang.org/x/sys v0.26 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
33
+ golang.org/x/net v0.31 .0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo =
34
+ golang.org/x/net v0.31 .0 /go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM =
35
+ golang.org/x/sys v0.27 .0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
36
+ golang.org/x/sys v0.27 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
37
37
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
38
38
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
39
39
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments