Revert "Update module transport, srtp, ice and turn"

This reverts commit ea23dec2b9.
This commit is contained in:
David Zhao
2023-09-08 14:49:08 -07:00
committed by David Zhao
parent 36dcdde762
commit e593588b47
46 changed files with 63 additions and 67 deletions

View File

@@ -15,11 +15,11 @@ import (
"github.com/pion/dtls/v2"
dtlsElliptic "github.com/pion/dtls/v2/pkg/crypto/elliptic"
"github.com/pion/ice/v3"
"github.com/pion/ice/v2"
"github.com/pion/logging"
"github.com/pion/transport/v3"
"github.com/pion/transport/v3/packetio"
"github.com/pion/transport/v3/vnet"
"github.com/pion/transport/v2"
"github.com/pion/transport/v2/packetio"
"github.com/pion/transport/v2/vnet"
"golang.org/x/net/proxy"
)