diff --git a/internal/cli/chain_watch.go b/internal/cli/chain_watch.go
index 53b76eb86a7d4f35d0caae19986daabda0657e63..9469c1df00ad895bb2ce98923d46326c8de5f0f7 100644
--- a/internal/cli/chain_watch.go
+++ b/internal/cli/chain_watch.go
@@ -1,4 +1,4 @@
-package main
+package cli
 
 import (
 	"context"
@@ -7,9 +7,9 @@ import (
 	"os/signal"
 	"syscall"
 
-	"github.com/ethereum/go-ethereum/command/flagset"
-	"github.com/ethereum/go-ethereum/command/server/proto"
 	"github.com/ethereum/go-ethereum/core"
+	"github.com/ethereum/go-ethereum/internal/cli/flagset"
+	"github.com/ethereum/go-ethereum/internal/cli/server/proto"
 )
 
 // ChainWatchCommand is the command to group the peers commands