updated go deps

This commit is contained in:
Gani Georgiev
2025-09-22 22:54:35 +03:00
parent 6ad42bde29
commit e26905f8e2
5 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ func (c *DefaultClient) Send(m Message) {
return
}
// gracefully handle panics since channel close is not blocking and could cause races
// "gracefully" handle panics since channel close is not blocking and could cause races
defer func() {
recover()
}()