aboutsummaryrefslogtreecommitdiff
path: root/lib/logger/logger.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger/logger.go')
-rw-r--r--lib/logger/logger.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/logger/logger.go b/lib/logger/logger.go
index a60856e12..919a5fcf4 100644
--- a/lib/logger/logger.go
+++ b/lib/logger/logger.go
@@ -12,11 +12,10 @@ import (
"io"
"log"
"os"
+ "slices"
"strings"
"sync"
"time"
-
- "golang.org/x/exp/slices"
)
// This package uses stdlib sync as it may be used to debug syncthing/lib/sync