chore(deps): update module github.com/pion/stun to v3

This commit is contained in:
Renovate Bot 2024-08-22 13:44:43 +00:00 committed by Cecylia Bocovich
parent 0a942f8ecb
commit 97e21e3a29
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
3 changed files with 11 additions and 4 deletions

View file

@ -22,7 +22,7 @@ import (
"net/url"
"time"
"github.com/pion/stun"
"github.com/pion/stun/v3"
)
var ErrTimedOut = errors.New("timed out waiting for response")