bump pion/stun to v2 (#4006)

This commit is contained in:
fatedier
2024-02-19 21:13:20 +08:00
committed by GitHub
parent 518ca2ceb2
commit adb04e81e7
4 changed files with 16 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import (
"net"
"time"
"github.com/pion/stun"
"github.com/pion/stun/v2"
)
var responseTimeout = 3 * time.Second

View File

@@ -21,7 +21,7 @@ import (
"strconv"
"github.com/fatedier/golib/crypto"
"github.com/pion/stun"
"github.com/pion/stun/v2"
"github.com/fatedier/frp/pkg/msg"
)