Update module github.com/pion/stun to v2

Generated by renovateBo
This commit is contained in:
Sean DuBois
2023-09-08 14:27:57 -04:00
committed by Sean DuBois
parent e507d46e1c
commit 218b0feb4f
6 changed files with 16 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ package webrtc
import (
"encoding/json"
"github.com/pion/stun"
"github.com/pion/stun/v2"
"github.com/pion/webrtc/v4/pkg/rtcerr"
)