File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/pion/logging v0.2.4
77 github.com/pion/rtcp v1.2.16
88 github.com/pion/rtp v1.9.0
9- github.com/pion/transport/v3 v3.1 .1
9+ github.com/pion/transport/v4 v4.0 .1
1010 github.com/stretchr/testify v1.11.1
1111 golang.org/x/time v0.10.0
1212)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
88github.com/pion/rtcp v1.2.16 /go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo =
99github.com/pion/rtp v1.9.0 h1:NL2nGZPXhjnTQGRgsDZRv0ZTo0Or5fkjCy9o9PtBHBU =
1010github.com/pion/rtp v1.9.0 /go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM =
11- github.com/pion/transport/v3 v3.1 .1 h1:Tr684+fnnKlhPceU+ICdrw6KKkTms+5qHMgw6bIkYOM =
12- github.com/pion/transport/v3 v3.1 .1/go.mod h1:+c2eewC5WJQHiAA46fkMMzoYZSuGzA/7E2FPrOYHctQ =
11+ github.com/pion/transport/v4 v4.0 .1 h1:sdROELU6BZ63Ab7FrOLn13M6YdJLY20wldXW2Cu2k8o =
12+ github.com/pion/transport/v4 v4.0 .1/go.mod h1:nEuEA4AD5lPdcIegQDpVLgNoDGreqM/YqmEx3ovP4jM =
1313github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1414github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1515github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/pion/interceptor/internal/test"
1212 "github.com/pion/rtcp"
1313 "github.com/pion/rtp"
14- transportTest "github.com/pion/transport/v3 /test"
14+ transportTest "github.com/pion/transport/v4 /test"
1515 "github.com/stretchr/testify/assert"
1616)
1717
You can’t perform that action at this time.
0 commit comments