fixed dependencies

This commit is contained in:
2025-06-25 23:23:31 +02:00
parent cb478e8b4d
commit 195b00abf2
4 changed files with 8 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import (
"context"
"time"
"git.milar.in/milarin/channel"
"git.tordarus.net/tordarus/channel"
)
func ObserveEndOfFile(ctx context.Context, socket string) (<-chan string, error) {