summaryrefslogtreecommitdiff
path: root/internal/cli/reset
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/reset')
-rw-r--r--internal/cli/reset/command.go2
-rw-r--r--internal/cli/reset/command_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/cli/reset/command.go b/internal/cli/reset/command.go
index f48856cc..7f7eaffe 100644
--- a/internal/cli/reset/command.go
+++ b/internal/cli/reset/command.go
@@ -4,7 +4,7 @@ import (
"log"
"sync"
- internalRpc "github.com/roadrunner-server/roadrunner/v2/internal/rpc"
+ internalRpc "github.com/roadrunner-server/roadrunner/v2023/internal/rpc"
"github.com/roadrunner-server/errors"
"github.com/spf13/cobra"
diff --git a/internal/cli/reset/command_test.go b/internal/cli/reset/command_test.go
index 8192ca9c..30e77556 100644
--- a/internal/cli/reset/command_test.go
+++ b/internal/cli/reset/command_test.go
@@ -3,7 +3,7 @@ package reset_test
import (
"testing"
- "github.com/roadrunner-server/roadrunner/v2/internal/cli/reset"
+ "github.com/roadrunner-server/roadrunner/v2023/internal/cli/reset"
"github.com/stretchr/testify/assert"
)