Upgrade some dependencies

This commit is contained in:
Dmitrii Okunev
2025-06-22 14:59:00 +01:00
parent bf93d16666
commit eea64a701b
57 changed files with 215 additions and 213 deletions

View File

@@ -37,7 +37,7 @@ func (wmh *XWindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-c
logger.Debugf(ctx, "WindowFocusChangeChan")
ch := make(chan WindowFocusChange)
observability.Go(ctx, func() {
observability.Go(ctx, func(ctx context.Context) {
defer logger.Debugf(ctx, "/WindowFocusChangeChan")
defer func() {
close(ch)