diff --git a/go.mod b/go.mod index 4eaca1ad..aa65820c 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( github.com/pion/webrtc/v4 v4.2.9 github.com/pkg/errors v0.9.1 github.com/quic-go/quic-go v0.59.0 // latest - github.com/sasha-s/go-deadlock v0.3.8 + github.com/sasha-s/go-deadlock v0.3.9 github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 github.com/zeebo/blake3 v0.2.4 golang.org/x/crypto v0.49.0 diff --git a/go.sum b/go.sum index b1a84c7f..5131ad51 100644 --- a/go.sum +++ b/go.sum @@ -129,6 +129,8 @@ github.com/sasha-s/go-deadlock v0.3.7 h1:i3KnHMAptD/cZ8JmDXQnD44luuRbOn+CFeXGnLn github.com/sasha-s/go-deadlock v0.3.7/go.mod h1:KuZj51ZFmx42q/mPaYbRk0P1xcwe697zsJKE03vD4/Y= github.com/sasha-s/go-deadlock v0.3.8 h1:9O9Lmb3eKnYAY3/81FV+rJTQZMi1XHbAGKC7L3UjZrY= github.com/sasha-s/go-deadlock v0.3.8/go.mod h1:KuZj51ZFmx42q/mPaYbRk0P1xcwe697zsJKE03vD4/Y= +github.com/sasha-s/go-deadlock v0.3.9 h1:fiaT9rB7g5sr5ddNZvlwheclN9IP86eFW9WgqlEQV+w= +github.com/sasha-s/go-deadlock v0.3.9/go.mod h1:KuZj51ZFmx42q/mPaYbRk0P1xcwe697zsJKE03vD4/Y= github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 h1:JeSpp4dH/b6DwynjIVL8YDlOSNrEtfhhPajrT3CUUTI= github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75/go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=