Update module transport, srtp, ice and turn

ReplayDetector introduced a breaking change
This commit is contained in:
renovate[bot]
2023-09-03 18:52:59 +00:00
committed by Sean DuBois
parent 012f1291b8
commit ea23dec2b9
46 changed files with 67 additions and 63 deletions

View File

@@ -13,7 +13,7 @@ import (
"time"
"github.com/pion/dtls/v2/pkg/crypto/elliptic"
"github.com/pion/transport/v2/test"
"github.com/pion/transport/v3/test"
"github.com/stretchr/testify/assert"
)