Update module github.com/pion/dtls/v2 to v3

Generated by renovateBot
This commit is contained in:
Sean DuBois
2024-07-25 11:24:45 -04:00
parent 6a4a57a682
commit f388de6581
8 changed files with 35 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import (
"testing"
"time"
"github.com/pion/dtls/v2/pkg/crypto/elliptic"
"github.com/pion/dtls/v3/pkg/crypto/elliptic"
"github.com/pion/ice/v3"
"github.com/pion/stun/v2"
"github.com/pion/transport/v3/test"