aboutsummaryrefslogtreecommitdiff
path: root/cmd/syncthing/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/syncthing/main.go')
-rw-r--r--cmd/syncthing/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index fb19f1f28..2c5cc02a2 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -30,9 +30,9 @@ import (
"time"
"github.com/alecthomas/kong"
+ _ "github.com/syncthing/syncthing/lib/automaxprocs"
"github.com/thejerf/suture/v4"
"github.com/willabides/kongplete"
- _ "go.uber.org/automaxprocs"
"github.com/syncthing/syncthing/cmd/syncthing/cli"
"github.com/syncthing/syncthing/cmd/syncthing/cmdutil"